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
@@ -0,0 +1,634 @@
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
+ // @version 0.5.5
11
+ if (typeof WeakMap === "undefined") {
12
+ (function() {
13
+ var defineProperty = Object.defineProperty;
14
+ var counter = Date.now() % 1e9;
15
+ var WeakMap = function() {
16
+ this.name = "__st" + (Math.random() * 1e9 >>> 0) + (counter++ + "__");
17
+ };
18
+ WeakMap.prototype = {
19
+ set: function(key, value) {
20
+ var entry = key[this.name];
21
+ if (entry && entry[0] === key) entry[1] = value; else defineProperty(key, this.name, {
22
+ value: [ key, value ],
23
+ writable: true
24
+ });
25
+ return this;
26
+ },
27
+ get: function(key) {
28
+ var entry;
29
+ return (entry = key[this.name]) && entry[0] === key ? entry[1] : undefined;
30
+ },
31
+ "delete": function(key) {
32
+ var entry = key[this.name];
33
+ if (!entry || entry[0] !== key) return false;
34
+ entry[0] = entry[1] = undefined;
35
+ return true;
36
+ },
37
+ has: function(key) {
38
+ var entry = key[this.name];
39
+ if (!entry) return false;
40
+ return entry[0] === key;
41
+ }
42
+ };
43
+ window.WeakMap = WeakMap;
44
+ })();
45
+ }
46
+
47
+ window.CustomElements = window.CustomElements || {
48
+ flags: {}
49
+ };
50
+
51
+ (function(scope) {
52
+ var flags = scope.flags;
53
+ var modules = [];
54
+ var addModule = function(module) {
55
+ modules.push(module);
56
+ };
57
+ var initializeModules = function() {
58
+ modules.forEach(function(module) {
59
+ module(scope);
60
+ });
61
+ };
62
+ scope.addModule = addModule;
63
+ scope.initializeModules = initializeModules;
64
+ scope.hasNative = Boolean(document.registerElement);
65
+ scope.useNative = !flags.register && scope.hasNative && !window.ShadowDOMPolyfill && (!window.HTMLImports || HTMLImports.useNative);
66
+ })(CustomElements);
67
+
68
+ CustomElements.addModule(function(scope) {
69
+ var IMPORT_LINK_TYPE = window.HTMLImports ? HTMLImports.IMPORT_LINK_TYPE : "none";
70
+ function forSubtree(node, cb) {
71
+ findAllElements(node, function(e) {
72
+ if (cb(e)) {
73
+ return true;
74
+ }
75
+ forRoots(e, cb);
76
+ });
77
+ forRoots(node, cb);
78
+ }
79
+ function findAllElements(node, find, data) {
80
+ var e = node.firstElementChild;
81
+ if (!e) {
82
+ e = node.firstChild;
83
+ while (e && e.nodeType !== Node.ELEMENT_NODE) {
84
+ e = e.nextSibling;
85
+ }
86
+ }
87
+ while (e) {
88
+ if (find(e, data) !== true) {
89
+ findAllElements(e, find, data);
90
+ }
91
+ e = e.nextElementSibling;
92
+ }
93
+ return null;
94
+ }
95
+ function forRoots(node, cb) {
96
+ var root = node.shadowRoot;
97
+ while (root) {
98
+ forSubtree(root, cb);
99
+ root = root.olderShadowRoot;
100
+ }
101
+ }
102
+ var processingDocuments;
103
+ function forDocumentTree(doc, cb) {
104
+ processingDocuments = [];
105
+ _forDocumentTree(doc, cb);
106
+ processingDocuments = null;
107
+ }
108
+ function _forDocumentTree(doc, cb) {
109
+ doc = wrap(doc);
110
+ if (processingDocuments.indexOf(doc) >= 0) {
111
+ return;
112
+ }
113
+ processingDocuments.push(doc);
114
+ var imports = doc.querySelectorAll("link[rel=" + IMPORT_LINK_TYPE + "]");
115
+ for (var i = 0, l = imports.length, n; i < l && (n = imports[i]); i++) {
116
+ if (n.import) {
117
+ _forDocumentTree(n.import, cb);
118
+ }
119
+ }
120
+ cb(doc);
121
+ }
122
+ scope.forDocumentTree = forDocumentTree;
123
+ scope.forSubtree = forSubtree;
124
+ });
125
+
126
+ CustomElements.addModule(function(scope) {
127
+ var flags = scope.flags;
128
+ var forSubtree = scope.forSubtree;
129
+ var forDocumentTree = scope.forDocumentTree;
130
+ function addedNode(node) {
131
+ return added(node) || addedSubtree(node);
132
+ }
133
+ function added(node) {
134
+ if (scope.upgrade(node)) {
135
+ return true;
136
+ }
137
+ attached(node);
138
+ }
139
+ function addedSubtree(node) {
140
+ forSubtree(node, function(e) {
141
+ if (added(e)) {
142
+ return true;
143
+ }
144
+ });
145
+ }
146
+ function attachedNode(node) {
147
+ attached(node);
148
+ if (inDocument(node)) {
149
+ forSubtree(node, function(e) {
150
+ attached(e);
151
+ });
152
+ }
153
+ }
154
+ var hasPolyfillMutations = !window.MutationObserver || window.MutationObserver === window.JsMutationObserver;
155
+ scope.hasPolyfillMutations = hasPolyfillMutations;
156
+ var isPendingMutations = false;
157
+ var pendingMutations = [];
158
+ function deferMutation(fn) {
159
+ pendingMutations.push(fn);
160
+ if (!isPendingMutations) {
161
+ isPendingMutations = true;
162
+ setTimeout(takeMutations);
163
+ }
164
+ }
165
+ function takeMutations() {
166
+ isPendingMutations = false;
167
+ var $p = pendingMutations;
168
+ for (var i = 0, l = $p.length, p; i < l && (p = $p[i]); i++) {
169
+ p();
170
+ }
171
+ pendingMutations = [];
172
+ }
173
+ function attached(element) {
174
+ if (hasPolyfillMutations) {
175
+ deferMutation(function() {
176
+ _attached(element);
177
+ });
178
+ } else {
179
+ _attached(element);
180
+ }
181
+ }
182
+ function _attached(element) {
183
+ if (element.__upgraded__ && (element.attachedCallback || element.detachedCallback)) {
184
+ if (!element.__attached && inDocument(element)) {
185
+ element.__attached = true;
186
+ if (element.attachedCallback) {
187
+ element.attachedCallback();
188
+ }
189
+ }
190
+ }
191
+ }
192
+ function detachedNode(node) {
193
+ detached(node);
194
+ forSubtree(node, function(e) {
195
+ detached(e);
196
+ });
197
+ }
198
+ function detached(element) {
199
+ if (hasPolyfillMutations) {
200
+ deferMutation(function() {
201
+ _detached(element);
202
+ });
203
+ } else {
204
+ _detached(element);
205
+ }
206
+ }
207
+ function _detached(element) {
208
+ if (element.__upgraded__ && (element.attachedCallback || element.detachedCallback)) {
209
+ if (element.__attached && !inDocument(element)) {
210
+ element.__attached = false;
211
+ if (element.detachedCallback) {
212
+ element.detachedCallback();
213
+ }
214
+ }
215
+ }
216
+ }
217
+ function inDocument(element) {
218
+ var p = element;
219
+ var doc = wrap(document);
220
+ while (p) {
221
+ if (p == doc) {
222
+ return true;
223
+ }
224
+ p = p.parentNode || p.host;
225
+ }
226
+ }
227
+ function watchShadow(node) {
228
+ if (node.shadowRoot && !node.shadowRoot.__watched) {
229
+ flags.dom && console.log("watching shadow-root for: ", node.localName);
230
+ var root = node.shadowRoot;
231
+ while (root) {
232
+ observe(root);
233
+ root = root.olderShadowRoot;
234
+ }
235
+ }
236
+ }
237
+ function handler(mutations) {
238
+ if (flags.dom) {
239
+ var mx = mutations[0];
240
+ if (mx && mx.type === "childList" && mx.addedNodes) {
241
+ if (mx.addedNodes) {
242
+ var d = mx.addedNodes[0];
243
+ while (d && d !== document && !d.host) {
244
+ d = d.parentNode;
245
+ }
246
+ var u = d && (d.URL || d._URL || d.host && d.host.localName) || "";
247
+ u = u.split("/?").shift().split("/").pop();
248
+ }
249
+ }
250
+ console.group("mutations (%d) [%s]", mutations.length, u || "");
251
+ }
252
+ mutations.forEach(function(mx) {
253
+ if (mx.type === "childList") {
254
+ forEach(mx.addedNodes, function(n) {
255
+ if (!n.localName) {
256
+ return;
257
+ }
258
+ addedNode(n);
259
+ });
260
+ forEach(mx.removedNodes, function(n) {
261
+ if (!n.localName) {
262
+ return;
263
+ }
264
+ detachedNode(n);
265
+ });
266
+ }
267
+ });
268
+ flags.dom && console.groupEnd();
269
+ }
270
+ function takeRecords(node) {
271
+ node = wrap(node);
272
+ if (!node) {
273
+ node = wrap(document);
274
+ }
275
+ while (node.parentNode) {
276
+ node = node.parentNode;
277
+ }
278
+ var observer = node.__observer;
279
+ if (observer) {
280
+ handler(observer.takeRecords());
281
+ takeMutations();
282
+ }
283
+ }
284
+ var forEach = Array.prototype.forEach.call.bind(Array.prototype.forEach);
285
+ function observe(inRoot) {
286
+ if (inRoot.__observer) {
287
+ return;
288
+ }
289
+ var observer = new MutationObserver(handler);
290
+ observer.observe(inRoot, {
291
+ childList: true,
292
+ subtree: true
293
+ });
294
+ inRoot.__observer = observer;
295
+ }
296
+ function upgradeDocument(doc) {
297
+ doc = wrap(doc);
298
+ flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop());
299
+ addedNode(doc);
300
+ observe(doc);
301
+ flags.dom && console.groupEnd();
302
+ }
303
+ function upgradeDocumentTree(doc) {
304
+ forDocumentTree(doc, upgradeDocument);
305
+ }
306
+ var originalCreateShadowRoot = Element.prototype.createShadowRoot;
307
+ if (originalCreateShadowRoot) {
308
+ Element.prototype.createShadowRoot = function() {
309
+ var root = originalCreateShadowRoot.call(this);
310
+ CustomElements.watchShadow(this);
311
+ return root;
312
+ };
313
+ }
314
+ scope.watchShadow = watchShadow;
315
+ scope.upgradeDocumentTree = upgradeDocumentTree;
316
+ scope.upgradeSubtree = addedSubtree;
317
+ scope.upgradeAll = addedNode;
318
+ scope.attachedNode = attachedNode;
319
+ scope.takeRecords = takeRecords;
320
+ });
321
+
322
+ CustomElements.addModule(function(scope) {
323
+ var flags = scope.flags;
324
+ function upgrade(node) {
325
+ if (!node.__upgraded__ && node.nodeType === Node.ELEMENT_NODE) {
326
+ var is = node.getAttribute("is");
327
+ var definition = scope.getRegisteredDefinition(is || node.localName);
328
+ if (definition) {
329
+ if (is && definition.tag == node.localName) {
330
+ return upgradeWithDefinition(node, definition);
331
+ } else if (!is && !definition.extends) {
332
+ return upgradeWithDefinition(node, definition);
333
+ }
334
+ }
335
+ }
336
+ }
337
+ function upgradeWithDefinition(element, definition) {
338
+ flags.upgrade && console.group("upgrade:", element.localName);
339
+ if (definition.is) {
340
+ element.setAttribute("is", definition.is);
341
+ }
342
+ implementPrototype(element, definition);
343
+ element.__upgraded__ = true;
344
+ created(element);
345
+ scope.attachedNode(element);
346
+ scope.upgradeSubtree(element);
347
+ flags.upgrade && console.groupEnd();
348
+ return element;
349
+ }
350
+ function implementPrototype(element, definition) {
351
+ if (Object.__proto__) {
352
+ element.__proto__ = definition.prototype;
353
+ } else {
354
+ customMixin(element, definition.prototype, definition.native);
355
+ element.__proto__ = definition.prototype;
356
+ }
357
+ }
358
+ function customMixin(inTarget, inSrc, inNative) {
359
+ var used = {};
360
+ var p = inSrc;
361
+ while (p !== inNative && p !== HTMLElement.prototype) {
362
+ var keys = Object.getOwnPropertyNames(p);
363
+ for (var i = 0, k; k = keys[i]; i++) {
364
+ if (!used[k]) {
365
+ Object.defineProperty(inTarget, k, Object.getOwnPropertyDescriptor(p, k));
366
+ used[k] = 1;
367
+ }
368
+ }
369
+ p = Object.getPrototypeOf(p);
370
+ }
371
+ }
372
+ function created(element) {
373
+ if (element.createdCallback) {
374
+ element.createdCallback();
375
+ }
376
+ }
377
+ scope.upgrade = upgrade;
378
+ scope.upgradeWithDefinition = upgradeWithDefinition;
379
+ scope.implementPrototype = implementPrototype;
380
+ });
381
+
382
+ CustomElements.addModule(function(scope) {
383
+ var upgradeDocumentTree = scope.upgradeDocumentTree;
384
+ var upgrade = scope.upgrade;
385
+ var upgradeWithDefinition = scope.upgradeWithDefinition;
386
+ var implementPrototype = scope.implementPrototype;
387
+ var useNative = scope.useNative;
388
+ function register(name, options) {
389
+ var definition = options || {};
390
+ if (!name) {
391
+ throw new Error("document.registerElement: first argument `name` must not be empty");
392
+ }
393
+ if (name.indexOf("-") < 0) {
394
+ throw new Error("document.registerElement: first argument ('name') must contain a dash ('-'). Argument provided was '" + String(name) + "'.");
395
+ }
396
+ if (isReservedTag(name)) {
397
+ throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '" + String(name) + "'. The type name is invalid.");
398
+ }
399
+ if (getRegisteredDefinition(name)) {
400
+ throw new Error("DuplicateDefinitionError: a type with name '" + String(name) + "' is already registered");
401
+ }
402
+ if (!definition.prototype) {
403
+ definition.prototype = Object.create(HTMLElement.prototype);
404
+ }
405
+ definition.__name = name.toLowerCase();
406
+ definition.lifecycle = definition.lifecycle || {};
407
+ definition.ancestry = ancestry(definition.extends);
408
+ resolveTagName(definition);
409
+ resolvePrototypeChain(definition);
410
+ overrideAttributeApi(definition.prototype);
411
+ registerDefinition(definition.__name, definition);
412
+ definition.ctor = generateConstructor(definition);
413
+ definition.ctor.prototype = definition.prototype;
414
+ definition.prototype.constructor = definition.ctor;
415
+ if (scope.ready) {
416
+ upgradeDocumentTree(document);
417
+ }
418
+ return definition.ctor;
419
+ }
420
+ function overrideAttributeApi(prototype) {
421
+ if (prototype.setAttribute._polyfilled) {
422
+ return;
423
+ }
424
+ var setAttribute = prototype.setAttribute;
425
+ prototype.setAttribute = function(name, value) {
426
+ changeAttribute.call(this, name, value, setAttribute);
427
+ };
428
+ var removeAttribute = prototype.removeAttribute;
429
+ prototype.removeAttribute = function(name) {
430
+ changeAttribute.call(this, name, null, removeAttribute);
431
+ };
432
+ prototype.setAttribute._polyfilled = true;
433
+ }
434
+ function changeAttribute(name, value, operation) {
435
+ name = name.toLowerCase();
436
+ var oldValue = this.getAttribute(name);
437
+ operation.apply(this, arguments);
438
+ var newValue = this.getAttribute(name);
439
+ if (this.attributeChangedCallback && newValue !== oldValue) {
440
+ this.attributeChangedCallback(name, oldValue, newValue);
441
+ }
442
+ }
443
+ function isReservedTag(name) {
444
+ for (var i = 0; i < reservedTagList.length; i++) {
445
+ if (name === reservedTagList[i]) {
446
+ return true;
447
+ }
448
+ }
449
+ }
450
+ var reservedTagList = [ "annotation-xml", "color-profile", "font-face", "font-face-src", "font-face-uri", "font-face-format", "font-face-name", "missing-glyph" ];
451
+ function ancestry(extnds) {
452
+ var extendee = getRegisteredDefinition(extnds);
453
+ if (extendee) {
454
+ return ancestry(extendee.extends).concat([ extendee ]);
455
+ }
456
+ return [];
457
+ }
458
+ function resolveTagName(definition) {
459
+ var baseTag = definition.extends;
460
+ for (var i = 0, a; a = definition.ancestry[i]; i++) {
461
+ baseTag = a.is && a.tag;
462
+ }
463
+ definition.tag = baseTag || definition.__name;
464
+ if (baseTag) {
465
+ definition.is = definition.__name;
466
+ }
467
+ }
468
+ function resolvePrototypeChain(definition) {
469
+ if (!Object.__proto__) {
470
+ var nativePrototype = HTMLElement.prototype;
471
+ if (definition.is) {
472
+ var inst = document.createElement(definition.tag);
473
+ var expectedPrototype = Object.getPrototypeOf(inst);
474
+ if (expectedPrototype === definition.prototype) {
475
+ nativePrototype = expectedPrototype;
476
+ }
477
+ }
478
+ var proto = definition.prototype, ancestor;
479
+ while (proto && proto !== nativePrototype) {
480
+ ancestor = Object.getPrototypeOf(proto);
481
+ proto.__proto__ = ancestor;
482
+ proto = ancestor;
483
+ }
484
+ definition.native = nativePrototype;
485
+ }
486
+ }
487
+ function instantiate(definition) {
488
+ return upgradeWithDefinition(domCreateElement(definition.tag), definition);
489
+ }
490
+ var registry = {};
491
+ function getRegisteredDefinition(name) {
492
+ if (name) {
493
+ return registry[name.toLowerCase()];
494
+ }
495
+ }
496
+ function registerDefinition(name, definition) {
497
+ registry[name] = definition;
498
+ }
499
+ function generateConstructor(definition) {
500
+ return function() {
501
+ return instantiate(definition);
502
+ };
503
+ }
504
+ var HTML_NAMESPACE = "http://www.w3.org/1999/xhtml";
505
+ function createElementNS(namespace, tag, typeExtension) {
506
+ if (namespace === HTML_NAMESPACE) {
507
+ return createElement(tag, typeExtension);
508
+ } else {
509
+ return domCreateElementNS(namespace, tag);
510
+ }
511
+ }
512
+ function createElement(tag, typeExtension) {
513
+ var definition = getRegisteredDefinition(typeExtension || tag);
514
+ if (definition) {
515
+ if (tag == definition.tag && typeExtension == definition.is) {
516
+ return new definition.ctor();
517
+ }
518
+ if (!typeExtension && !definition.is) {
519
+ return new definition.ctor();
520
+ }
521
+ }
522
+ var element;
523
+ if (typeExtension) {
524
+ element = createElement(tag);
525
+ element.setAttribute("is", typeExtension);
526
+ return element;
527
+ }
528
+ element = domCreateElement(tag);
529
+ if (tag.indexOf("-") >= 0) {
530
+ implementPrototype(element, HTMLElement);
531
+ }
532
+ return element;
533
+ }
534
+ function cloneNode(deep) {
535
+ var n = domCloneNode.call(this, deep);
536
+ upgrade(n);
537
+ return n;
538
+ }
539
+ var domCreateElement = document.createElement.bind(document);
540
+ var domCreateElementNS = document.createElementNS.bind(document);
541
+ var domCloneNode = Node.prototype.cloneNode;
542
+ var isInstance;
543
+ if (!Object.__proto__ && !useNative) {
544
+ isInstance = function(obj, ctor) {
545
+ var p = obj;
546
+ while (p) {
547
+ if (p === ctor.prototype) {
548
+ return true;
549
+ }
550
+ p = p.__proto__;
551
+ }
552
+ return false;
553
+ };
554
+ } else {
555
+ isInstance = function(obj, base) {
556
+ return obj instanceof base;
557
+ };
558
+ }
559
+ document.registerElement = register;
560
+ document.createElement = createElement;
561
+ document.createElementNS = createElementNS;
562
+ Node.prototype.cloneNode = cloneNode;
563
+ scope.registry = registry;
564
+ scope.instanceof = isInstance;
565
+ scope.reservedTagList = reservedTagList;
566
+ scope.getRegisteredDefinition = getRegisteredDefinition;
567
+ document.register = document.registerElement;
568
+ });
569
+
570
+ (function(scope) {
571
+ var useNative = scope.useNative;
572
+ var initializeModules = scope.initializeModules;
573
+ var isIE11OrOlder = /Trident/.test(navigator.userAgent);
574
+ if (useNative) {
575
+ var nop = function() {};
576
+ scope.watchShadow = nop;
577
+ scope.upgrade = nop;
578
+ scope.upgradeAll = nop;
579
+ scope.upgradeDocumentTree = nop;
580
+ scope.upgradeSubtree = nop;
581
+ scope.takeRecords = nop;
582
+ scope.instanceof = function(obj, base) {
583
+ return obj instanceof base;
584
+ };
585
+ } else {
586
+ initializeModules();
587
+ }
588
+ var upgradeDocumentTree = scope.upgradeDocumentTree;
589
+ if (!window.wrap) {
590
+ if (window.ShadowDOMPolyfill) {
591
+ window.wrap = ShadowDOMPolyfill.wrapIfNeeded;
592
+ window.unwrap = ShadowDOMPolyfill.unwrapIfNeeded;
593
+ } else {
594
+ window.wrap = window.unwrap = function(node) {
595
+ return node;
596
+ };
597
+ }
598
+ }
599
+ function bootstrap() {
600
+ upgradeDocumentTree(wrap(document));
601
+ if (window.HTMLImports) {
602
+ HTMLImports.__importsParsingHook = function(elt) {
603
+ upgradeDocumentTree(wrap(elt.import));
604
+ };
605
+ }
606
+ CustomElements.ready = true;
607
+ setTimeout(function() {
608
+ CustomElements.readyTime = Date.now();
609
+ if (window.HTMLImports) {
610
+ CustomElements.elapsed = CustomElements.readyTime - HTMLImports.readyTime;
611
+ }
612
+ document.dispatchEvent(new CustomEvent("WebComponentsReady", {
613
+ bubbles: true
614
+ }));
615
+ });
616
+ }
617
+ if (isIE11OrOlder && typeof window.CustomEvent !== "function") {
618
+ window.CustomEvent = function(inType, params) {
619
+ params = params || {};
620
+ var e = document.createEvent("CustomEvent");
621
+ e.initCustomEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable), params.detail);
622
+ return e;
623
+ };
624
+ window.CustomEvent.prototype = window.Event.prototype;
625
+ }
626
+ if (document.readyState === "complete" || scope.flags.eager) {
627
+ bootstrap();
628
+ } else if (document.readyState === "interactive" && !window.attachEvent && (!window.HTMLImports || window.HTMLImports.ready)) {
629
+ bootstrap();
630
+ } else {
631
+ var loadEvent = window.HTMLImports && !HTMLImports.ready ? "HTMLImportsLoaded" : "DOMContentLoaded";
632
+ window.addEventListener(loadEvent, bootstrap);
633
+ }
634
+ })(window.CustomElements);
@@ -0,0 +1,11 @@
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
+ // @version 0.5.5
11
+ "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,o=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};o.prototype={set:function(t,o){var n=t[this.name];return n&&n[0]===t?n[1]=o:e(t,this.name,{value:[t,o],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return t&&t[0]===e?(t[0]=t[1]=void 0,!0):!1},has:function(e){var t=e[this.name];return t?t[0]===e:!1}},window.WeakMap=o}(),window.CustomElements=window.CustomElements||{flags:{}},function(e){var t=e.flags,o=[],n=function(e){o.push(e)},r=function(){o.forEach(function(t){t(e)})};e.addModule=n,e.initializeModules=r,e.hasNative=Boolean(document.registerElement),e.useNative=!t.register&&e.hasNative&&!window.ShadowDOMPolyfill&&(!window.HTMLImports||HTMLImports.useNative)}(CustomElements),CustomElements.addModule(function(e){function t(e,t){o(e,function(e){return t(e)?!0:void n(e,t)}),n(e,t)}function o(e,t,n){var r=e.firstElementChild;if(!r)for(r=e.firstChild;r&&r.nodeType!==Node.ELEMENT_NODE;)r=r.nextSibling;for(;r;)t(r,n)!==!0&&o(r,t,n),r=r.nextElementSibling;return null}function n(e,o){for(var n=e.shadowRoot;n;)t(n,o),n=n.olderShadowRoot}function r(e,t){i=[],a(e,t),i=null}function a(e,t){if(e=wrap(e),!(i.indexOf(e)>=0)){i.push(e);for(var o,n=e.querySelectorAll("link[rel="+u+"]"),r=0,d=n.length;d>r&&(o=n[r]);r++)o["import"]&&a(o["import"],t);t(e)}}var i,u=window.HTMLImports?HTMLImports.IMPORT_LINK_TYPE:"none";e.forDocumentTree=r,e.forSubtree=t}),CustomElements.addModule(function(e){function t(e){return o(e)||n(e)}function o(t){return e.upgrade(t)?!0:void u(t)}function n(e){y(e,function(e){return o(e)?!0:void 0})}function r(e){u(e),f(e)&&y(e,function(e){u(e)})}function a(e){M.push(e),C||(C=!0,setTimeout(i))}function i(){C=!1;for(var e,t=M,o=0,n=t.length;n>o&&(e=t[o]);o++)e();M=[]}function u(e){E?a(function(){d(e)}):d(e)}function d(e){e.__upgraded__&&(e.attachedCallback||e.detachedCallback)&&!e.__attached&&f(e)&&(e.__attached=!0,e.attachedCallback&&e.attachedCallback())}function c(e){s(e),y(e,function(e){s(e)})}function s(e){E?a(function(){l(e)}):l(e)}function l(e){e.__upgraded__&&(e.attachedCallback||e.detachedCallback)&&e.__attached&&!f(e)&&(e.__attached=!1,e.detachedCallback&&e.detachedCallback())}function f(e){for(var t=e,o=wrap(document);t;){if(t==o)return!0;t=t.parentNode||t.host}}function p(e){if(e.shadowRoot&&!e.shadowRoot.__watched){_.dom&&console.log("watching shadow-root for: ",e.localName);for(var t=e.shadowRoot;t;)h(t),t=t.olderShadowRoot}}function m(e){if(_.dom){var o=e[0];if(o&&"childList"===o.type&&o.addedNodes&&o.addedNodes){for(var n=o.addedNodes[0];n&&n!==document&&!n.host;)n=n.parentNode;var r=n&&(n.URL||n._URL||n.host&&n.host.localName)||"";r=r.split("/?").shift().split("/").pop()}console.group("mutations (%d) [%s]",e.length,r||"")}e.forEach(function(e){"childList"===e.type&&(N(e.addedNodes,function(e){e.localName&&t(e)}),N(e.removedNodes,function(e){e.localName&&c(e)}))}),_.dom&&console.groupEnd()}function w(e){for(e=wrap(e),e||(e=wrap(document));e.parentNode;)e=e.parentNode;var t=e.__observer;t&&(m(t.takeRecords()),i())}function h(e){if(!e.__observer){var t=new MutationObserver(m);t.observe(e,{childList:!0,subtree:!0}),e.__observer=t}}function g(e){e=wrap(e),_.dom&&console.group("upgradeDocument: ",e.baseURI.split("/").pop()),t(e),h(e),_.dom&&console.groupEnd()}function v(e){b(e,g)}var _=e.flags,y=e.forSubtree,b=e.forDocumentTree,E=!window.MutationObserver||window.MutationObserver===window.JsMutationObserver;e.hasPolyfillMutations=E;var C=!1,M=[],N=Array.prototype.forEach.call.bind(Array.prototype.forEach),T=Element.prototype.createShadowRoot;T&&(Element.prototype.createShadowRoot=function(){var e=T.call(this);return CustomElements.watchShadow(this),e}),e.watchShadow=p,e.upgradeDocumentTree=v,e.upgradeSubtree=n,e.upgradeAll=t,e.attachedNode=r,e.takeRecords=w}),CustomElements.addModule(function(e){function t(t){if(!t.__upgraded__&&t.nodeType===Node.ELEMENT_NODE){var n=t.getAttribute("is"),r=e.getRegisteredDefinition(n||t.localName);if(r){if(n&&r.tag==t.localName)return o(t,r);if(!n&&!r["extends"])return o(t,r)}}}function o(t,o){return i.upgrade&&console.group("upgrade:",t.localName),o.is&&t.setAttribute("is",o.is),n(t,o),t.__upgraded__=!0,a(t),e.attachedNode(t),e.upgradeSubtree(t),i.upgrade&&console.groupEnd(),t}function n(e,t){Object.__proto__?e.__proto__=t.prototype:(r(e,t.prototype,t["native"]),e.__proto__=t.prototype)}function r(e,t,o){for(var n={},r=t;r!==o&&r!==HTMLElement.prototype;){for(var a,i=Object.getOwnPropertyNames(r),u=0;a=i[u];u++)n[a]||(Object.defineProperty(e,a,Object.getOwnPropertyDescriptor(r,a)),n[a]=1);r=Object.getPrototypeOf(r)}}function a(e){e.createdCallback&&e.createdCallback()}var i=e.flags;e.upgrade=t,e.upgradeWithDefinition=o,e.implementPrototype=n}),CustomElements.addModule(function(e){function t(t,n){var d=n||{};if(!t)throw new Error("document.registerElement: first argument `name` must not be empty");if(t.indexOf("-")<0)throw new Error("document.registerElement: first argument ('name') must contain a dash ('-'). Argument provided was '"+String(t)+"'.");if(r(t))throw new Error("Failed to execute 'registerElement' on 'Document': Registration failed for type '"+String(t)+"'. The type name is invalid.");if(c(t))throw new Error("DuplicateDefinitionError: a type with name '"+String(t)+"' is already registered");return d.prototype||(d.prototype=Object.create(HTMLElement.prototype)),d.__name=t.toLowerCase(),d.lifecycle=d.lifecycle||{},d.ancestry=a(d["extends"]),i(d),u(d),o(d.prototype),s(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.prototype,d.prototype.constructor=d.ctor,e.ready&&h(document),d.ctor}function o(e){if(!e.setAttribute._polyfilled){var t=e.setAttribute;e.setAttribute=function(e,o){n.call(this,e,o,t)};var o=e.removeAttribute;e.removeAttribute=function(e){n.call(this,e,null,o)},e.setAttribute._polyfilled=!0}}function n(e,t,o){e=e.toLowerCase();var n=this.getAttribute(e);o.apply(this,arguments);var r=this.getAttribute(e);this.attributeChangedCallback&&r!==n&&this.attributeChangedCallback(e,n,r)}function r(e){for(var t=0;t<b.length;t++)if(e===b[t])return!0}function a(e){var t=c(e);return t?a(t["extends"]).concat([t]):[]}function i(e){for(var t,o=e["extends"],n=0;t=e.ancestry[n];n++)o=t.is&&t.tag;e.tag=o||e.__name,o&&(e.is=e.__name)}function u(e){if(!Object.__proto__){var t=HTMLElement.prototype;if(e.is){var o=document.createElement(e.tag),n=Object.getPrototypeOf(o);n===e.prototype&&(t=n)}for(var r,a=e.prototype;a&&a!==t;)r=Object.getPrototypeOf(a),a.__proto__=r,a=r;e["native"]=t}}function d(e){return v(M(e.tag),e)}function c(e){return e?E[e.toLowerCase()]:void 0}function s(e,t){E[e]=t}function l(e){return function(){return d(e)}}function f(e,t,o){return e===C?p(t,o):N(e,t)}function p(e,t){var o=c(t||e);if(o){if(e==o.tag&&t==o.is)return new o.ctor;if(!t&&!o.is)return new o.ctor}var n;return t?(n=p(e),n.setAttribute("is",t),n):(n=M(e),e.indexOf("-")>=0&&_(n,HTMLElement),n)}function m(e){var t=T.call(this,e);return g(t),t}var w,h=e.upgradeDocumentTree,g=e.upgrade,v=e.upgradeWithDefinition,_=e.implementPrototype,y=e.useNative,b=["annotation-xml","color-profile","font-face","font-face-src","font-face-uri","font-face-format","font-face-name","missing-glyph"],E={},C="http://www.w3.org/1999/xhtml",M=document.createElement.bind(document),N=document.createElementNS.bind(document),T=Node.prototype.cloneNode;w=Object.__proto__||y?function(e,t){return e instanceof t}:function(e,t){for(var o=e;o;){if(o===t.prototype)return!0;o=o.__proto__}return!1},document.registerElement=t,document.createElement=p,document.createElementNS=f,Node.prototype.cloneNode=m,e.registry=E,e["instanceof"]=w,e.reservedTagList=b,e.getRegisteredDefinition=c,document.register=document.registerElement}),function(e){function t(){i(wrap(document)),window.HTMLImports&&(HTMLImports.__importsParsingHook=function(e){i(wrap(e["import"]))}),CustomElements.ready=!0,setTimeout(function(){CustomElements.readyTime=Date.now(),window.HTMLImports&&(CustomElements.elapsed=CustomElements.readyTime-HTMLImports.readyTime),document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))})}var o=e.useNative,n=e.initializeModules,r=/Trident/.test(navigator.userAgent);if(o){var a=function(){};e.watchShadow=a,e.upgrade=a,e.upgradeAll=a,e.upgradeDocumentTree=a,e.upgradeSubtree=a,e.takeRecords=a,e["instanceof"]=function(e,t){return e instanceof t}}else n();var i=e.upgradeDocumentTree;if(window.wrap||(window.ShadowDOMPolyfill?(window.wrap=ShadowDOMPolyfill.wrapIfNeeded,window.unwrap=ShadowDOMPolyfill.unwrapIfNeeded):window.wrap=window.unwrap=function(e){return e}),r&&"function"!=typeof window.CustomEvent&&(window.CustomEvent=function(e,t){t=t||{};var o=document.createEvent("CustomEvent");return o.initCustomEvent(e,Boolean(t.bubbles),Boolean(t.cancelable),t.detail),o},window.CustomEvent.prototype=window.Event.prototype),"complete"===document.readyState||e.flags.eager)t();else if("interactive"!==document.readyState||window.attachEvent||window.HTMLImports&&!window.HTMLImports.ready){var u=window.HTMLImports&&!HTMLImports.ready?"HTMLImportsLoaded":"DOMContentLoaded";window.addEventListener(u,t)}else t()}(window.CustomElements);