mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
1 line
91 KiB
JSON
1 line
91 KiB
JSON
|
|
{"ast":null,"code":"(function () {\n /*\n Copyright (c) 2016 The Polymer Project Authors. All rights reserved.\n This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\n The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\n The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\n Code distributed by Google as part of the polymer project is also\n subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n */\n 'use strict';\n\n var aa = new Set(\"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph\".split(\" \"));\n function g(a) {\n var b = aa.has(a);\n a = /^[a-z][.0-9_a-z]*-[\\-.0-9_a-z]*$/.test(a);\n return !b && a;\n }\n function l(a) {\n var b = a.isConnected;\n if (void 0 !== b) return b;\n for (; a && !(a.__CE_isImportDocument || a instanceof Document);) a = a.parentNode || (window.ShadowRoot && a instanceof ShadowRoot ? a.host : void 0);\n return !(!a || !(a.__CE_isImportDocument || a instanceof Document));\n }\n function n(a, b) {\n for (; b && b !== a && !b.nextSibling;) b = b.parentNode;\n return b && b !== a ? b.nextSibling : null;\n }\n function p(a, b, d) {\n d = void 0 === d ? new Set() : d;\n for (var c = a; c;) {\n if (c.nodeType === Node.ELEMENT_NODE) {\n var e = c;\n b(e);\n var f = e.localName;\n if (\"link\" === f && \"import\" === e.getAttribute(\"rel\")) {\n c = e.import;\n if (c instanceof Node && !d.has(c)) for (d.add(c), c = c.firstChild; c; c = c.nextSibling) p(c, b, d);\n c = n(a, e);\n continue;\n } else if (\"template\" === f) {\n c = n(a, e);\n continue;\n }\n if (e = e.__CE_shadowRoot) for (e = e.firstChild; e; e = e.nextSibling) p(e, b, d);\n }\n c = c.firstChild ? c.firstChild : n(a, c);\n }\n }\n function r(a, b, d) {\n a[b] = d;\n }\n ;\n function u() {\n this.a = new Map();\n this.g = new Map();\n this.c = [];\n this.f = [];\n this.b = !1;\n }\n function ba(a, b, d) {\n a.a.set(b, d);\n a.g.set(d.constructorFunction, d);\n }\n function ca(a, b) {\n a.b = !0;\n a.c.push(b);\n }\n function da(a, b) {\n a.b = !0;\n a.f.push(b);\n }\n function v(a, b) {\n a.b && p(b, function (b) {\n return w(a, b);\n });\n }\n function w(a, b) {\n if (a.b && !b.__CE_patched) {\n b.__CE_patched = !0;\n for (var d = 0; d < a.c.length; d++) a.c[d](b);\n for (d = 0; d < a.f.length; d++) a.f[d](b);\n }\n }\n function x(a, b) {\n var d = [];\n p(b, function (b) {\n return d.push(b);\n });\n for (b = 0; b < d.length; b++) {\n var c = d[b];\n 1 === c.__CE_state ? a.connectedCallback(c) : y(a, c);\n }\n }\n function z(a, b) {\n var d = [];\n p(b, function (b) {\n return d.push(b);\n });\n for (b = 0; b < d.length; b++) {\n var c = d[b];\n 1 === c.__CE_state && a.disconnectedCallback(c);\n }\n }\n function A(a, b, d) {\n d = void 0 === d ? {} : d;\n var c = d.u || new Set(),\n e = d.i || function (b) {\n return y(a, b);\n },\n f = [];\n p(b, function (b) {\n if (\"link\" === b.localName && \"import\" === b.getAttribute(\"rel\")) {\n var d = b.import;\n d instanceof Node && (d.__CE_isImportDocument = !0, d.__CE_hasRegistry = !0);\n d && \"complete\" === d.readyState ? d.__CE_documentLoadHandled = !0 : b.addEventListener(\"load\", function () {\n var d = b.import;\n if (!d.__CE_documentLoadHandled) {\n d.__CE_documentLoadHandled = !0;\n var f = new Set(c);\n f.delete(d);\n A(a, d, {\n u: f,\n i: e\n });\n }\n });\n } else f.push(b);\n }, c);\n if (a.b) for (b = 0; b < f.length; b++) w(a, f[b]);\n for (b = 0;
|