@luftborn/custom-elements 1.1.41 → 1.1.43
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.
- package/demo/index.html +2 -2
- package/node_modules/@webcomponents/webcomponentsjs/CHANGELOG.md +15 -0
- package/node_modules/@webcomponents/webcomponentsjs/README.md +13 -0
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +31 -31
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +15 -13
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +237 -223
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +188 -176
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +155 -144
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/package.json +11 -12
- package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +2 -0
- package/node_modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +122 -0
- package/node_modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +39 -0
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts +1 -0
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +239 -225
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +35 -3
- package/package.json +2 -2
- package/demo/index.js +0 -6427
- package/demo/index.min.js +0 -6428
- package/demo/index.min.js.map +0 -1
|
@@ -17,11 +17,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
|
|
17
17
|
Google as part of the polymer project is also subject to an additional IP
|
|
18
18
|
rights grant found at http://polymer.github.io/PATENTS.txt
|
|
19
19
|
*/
|
|
20
|
-
'use strict';function
|
|
21
|
-
if(!k.defaultPrevented){var
|
|
22
|
-
if(!window.Event||
|
|
23
|
-
if(!window.CustomEvent||
|
|
24
|
-
if(!window.MouseEvent||
|
|
20
|
+
'use strict';function aa(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}}function h(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:aa(a)}}var k=document.createEvent("Event");k.initEvent("foo",!0,!0);k.preventDefault();
|
|
21
|
+
if(!k.defaultPrevented){var ba=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(ba.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var l=/Trident/.test(navigator.userAgent);
|
|
22
|
+
if(!window.Event||l&&"function"!==typeof window.Event){var m=window.Event;window.Event=function(a,b){b=b||{};var d=document.createEvent("Event");d.initEvent(a,!!b.bubbles,!!b.cancelable);return d};if(m){for(var n in m)window.Event[n]=m[n];window.Event.prototype=m.prototype}}
|
|
23
|
+
if(!window.CustomEvent||l&&"function"!==typeof window.CustomEvent)window.CustomEvent=function(a,b){b=b||{};var d=document.createEvent("CustomEvent");d.initCustomEvent(a,!!b.bubbles,!!b.cancelable,b.detail);return d},window.CustomEvent.prototype=window.Event.prototype;
|
|
24
|
+
if(!window.MouseEvent||l&&"function"!==typeof window.MouseEvent){var p=window.MouseEvent;window.MouseEvent=function(a,b){b=b||{};var d=document.createEvent("MouseEvent");d.initMouseEvent(a,!!b.bubbles,!!b.cancelable,b.view||window,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget);return d};if(p)for(var q in p)window.MouseEvent[q]=p[q];window.MouseEvent.prototype=p.prototype};var r,ca=function(){function a(){e++}var b=!1,d=!1,c={get capture(){return b=!0},get once(){return d=!0}},e=0,f=document.createElement("div");f.addEventListener("click",a,c);var g=b&&d;g&&(f.dispatchEvent(new Event("click")),f.dispatchEvent(new Event("click")),g=1==e);f.removeEventListener("click",a,c);return g}(),t=null!==(r=window.EventTarget)&&void 0!==r?r:window.Node;
|
|
25
|
+
if(!ca&&"addEventListener"in t.prototype){var u=function(a){if(!a||"object"!==typeof a&&"function"!==typeof a){var b=!!a;a=!1}else b=!!a.capture,a=!!a.once;return{capture:b,once:a}},da=t.prototype.addEventListener,v=t.prototype.removeEventListener,ea=new WeakMap,fa=new WeakMap,w=function(a,b,d){var c=d?ea:fa;d=c.get(a);void 0===d&&c.set(a,d=new Map);a=d.get(b);void 0===a&&d.set(b,a=new WeakMap);return a};t.prototype.addEventListener=function(a,b,d){var c=this;if(null!=b){d=u(d);var e=d.capture;d=
|
|
26
|
+
d.once;var f=w(this,a,e);if(!f.has(b)){var g=d?function(U){f.delete(b);v.call(c,a,g,e);if("function"===typeof b)return b.call(c,U);if("function"===typeof(null===b||void 0===b?void 0:b.handleEvent))return b.handleEvent(U)}:null;f.set(b,g);da.call(this,a,null!==g&&void 0!==g?g:b,e)}}};t.prototype.removeEventListener=function(a,b,d){if(null!=b){d=u(d).capture;var c=w(this,a,d),e=c.get(b);void 0!==e&&(c.delete(b),v.call(this,a,null!==e&&void 0!==e?e:b,d))}}};/*
|
|
25
27
|
|
|
26
28
|
Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
27
29
|
This code may only be used under the BSD style license found at
|
|
@@ -31,7 +33,7 @@ found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
|
|
|
31
33
|
part of the polymer project is also subject to an additional IP rights grant
|
|
32
34
|
found at http://polymer.github.io/PATENTS.txt
|
|
33
35
|
*/
|
|
34
|
-
Object.getOwnPropertyDescriptor(Node.prototype,"baseURI")||Object.defineProperty(Node.prototype,"baseURI",{get:function(){var
|
|
36
|
+
Object.getOwnPropertyDescriptor(Node.prototype,"baseURI")||Object.defineProperty(Node.prototype,"baseURI",{get:function(){var a=(this.ownerDocument||this).querySelector("base[href]");return a&&a.href||window.location.href},configurable:!0,enumerable:!0});/*
|
|
35
37
|
|
|
36
38
|
Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
37
39
|
This code may only be used under the BSD style license found at
|
|
@@ -41,7 +43,7 @@ found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as
|
|
|
41
43
|
part of the polymer project is also subject to an additional IP rights grant
|
|
42
44
|
found at http://polymer.github.io/PATENTS.txt
|
|
43
45
|
*/
|
|
44
|
-
var
|
|
46
|
+
var x,y,z=Element.prototype,A=null!==(x=Object.getOwnPropertyDescriptor(z,"attributes"))&&void 0!==x?x:Object.getOwnPropertyDescriptor(Node.prototype,"attributes"),ha=null!==(y=null===A||void 0===A?void 0:A.get)&&void 0!==y?y:function(){return this.attributes},ia=Array.prototype.map;z.hasOwnProperty("getAttributeNames")||(z.getAttributeNames=function(){return ia.call(ha.call(this),function(a){return a.name})});var B,C=Element.prototype;C.hasOwnProperty("matches")||(C.matches=null!==(B=C.webkitMatchesSelector)&&void 0!==B?B:C.msMatchesSelector);/*
|
|
45
47
|
|
|
46
48
|
Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
47
49
|
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
@@ -50,11 +52,11 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
|
|
50
52
|
Code distributed by Google as part of the polymer project is also
|
|
51
53
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
52
54
|
*/
|
|
53
|
-
var
|
|
54
|
-
function G(
|
|
55
|
-
function J(
|
|
56
|
-
function O(
|
|
57
|
-
function R(
|
|
58
|
-
function
|
|
55
|
+
var ja=Node.prototype.appendChild;function D(a){a=a.prototype;a.hasOwnProperty("append")||Object.defineProperty(a,"append",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];d=h(d);for(c=d.next();!c.done;c=d.next())c=c.value,ja.call(this,"string"===typeof c?document.createTextNode(c):c)}})}D(Document);D(DocumentFragment);D(Element);var E,F,ka=Node.prototype.insertBefore,la=null!==(F=null===(E=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))||void 0===E?void 0:E.get)&&void 0!==F?F:function(){return this.firstChild};
|
|
56
|
+
function G(a){a=a.prototype;a.hasOwnProperty("prepend")||Object.defineProperty(a,"prepend",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];c=la.call(this);d=h(d);for(var e=d.next();!e.done;e=d.next())e=e.value,ka.call(this,"string"===typeof e?document.createTextNode(e):e,c)}})}G(Document);G(DocumentFragment);G(Element);var H,I,ma=Node.prototype.appendChild,na=Node.prototype.removeChild,oa=null!==(I=null===(H=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))||void 0===H?void 0:H.get)&&void 0!==I?I:function(){return this.firstChild};
|
|
57
|
+
function J(a){a=a.prototype;a.hasOwnProperty("replaceChildren")||Object.defineProperty(a,"replaceChildren",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];for(;null!==(c=oa.call(this));)na.call(this,c);d=h(d);for(c=d.next();!c.done;c=d.next())c=c.value,ma.call(this,"string"===typeof c?document.createTextNode(c):c)}})}J(Document);J(DocumentFragment);J(Element);var K,L,M,N,pa=Node.prototype.insertBefore,qa=null!==(L=null===(K=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===K?void 0:K.get)&&void 0!==L?L:function(){return this.parentNode},ra=null!==(N=null===(M=Object.getOwnPropertyDescriptor(Node.prototype,"nextSibling"))||void 0===M?void 0:M.get)&&void 0!==N?N:function(){return this.nextSibling};
|
|
58
|
+
function O(a){a=a.prototype;a.hasOwnProperty("after")||Object.defineProperty(a,"after",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];c=qa.call(this);if(null!==c){var e=ra.call(this);d=h(d);for(var f=d.next();!f.done;f=d.next())f=f.value,pa.call(c,"string"===typeof f?document.createTextNode(f):f,e)}}})}O(CharacterData);O(Element);var P,Q,sa=Node.prototype.insertBefore,ta=null!==(Q=null===(P=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===P?void 0:P.get)&&void 0!==Q?Q:function(){return this.parentNode};
|
|
59
|
+
function R(a){a=a.prototype;a.hasOwnProperty("before")||Object.defineProperty(a,"before",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];c=ta.call(this);if(null!==c){d=h(d);for(var e=d.next();!e.done;e=d.next())e=e.value,sa.call(c,"string"===typeof e?document.createTextNode(e):e,this)}}})}R(CharacterData);R(Element);var S,T,ua=Node.prototype.removeChild,va=null!==(T=null===(S=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===S?void 0:S.get)&&void 0!==T?T:function(){return this.parentNode};function V(a){a=a.prototype;a.hasOwnProperty("remove")||Object.defineProperty(a,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){var b=va.call(this);b&&ua.call(b,this)}})}V(CharacterData);V(Element);var W,X,wa=Node.prototype.insertBefore,xa=Node.prototype.removeChild,ya=null!==(X=null===(W=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===W?void 0:W.get)&&void 0!==X?X:function(){return this.parentNode};
|
|
60
|
+
function Y(a){a=a.prototype;a.hasOwnProperty("replaceWith")||Object.defineProperty(a,"replaceWith",{configurable:!0,enumerable:!0,writable:!0,value:function(b){for(var d=[],c=0;c<arguments.length;++c)d[c]=arguments[c];c=ya.call(this);if(null!==c){d=h(d);for(var e=d.next();!e.done;e=d.next())e=e.value,wa.call(c,"string"===typeof e?document.createTextNode(e):e,this);xa.call(c,this)}}})}Y(CharacterData);Y(Element);var Z=window.Element.prototype,za=window.HTMLElement.prototype,Aa=window.SVGElement.prototype;!za.hasOwnProperty("classList")||Z.hasOwnProperty("classList")||Aa.hasOwnProperty("classList")||Object.defineProperty(Z,"classList",Object.getOwnPropertyDescriptor(za,"classList"));var Ba=Element.prototype,Ca=Element.prototype.hasAttribute,Da=Element.prototype.setAttribute,Ea=Element.prototype.removeAttribute;Ba.hasOwnProperty("toggleAttribute")||(Ba.toggleAttribute=function(a,b){if(void 0===b){if(Ca.call(this,a))return Ea.call(this,a),!1;Da.call(this,a,"");return!0}if(b)return Ca.call(this,a)||Da.call(this,a,""),!0;Ea.call(this,a);return!1});}).call(this);
|
|
59
61
|
|
|
60
62
|
//# sourceMappingURL=webcomponents-pf_dom.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:es6/util/makeiterator] ","ts_src/platform/custom-event.ts","ts_src/platform/baseuri.ts","ts_src/platform/get-attribute-names.ts","ts_src/platform/matches.ts","ts_src/platform/parent-node/append.ts","ts_src/platform/parent-node/prepend.ts","ts_src/platform/parent-node/replace-children.ts","ts_src/platform/child-node/after.ts","ts_src/platform/child-node/before.ts","ts_src/platform/child-node/remove.ts","ts_src/platform/child-node/replace-with.ts","ts_src/platform/svg-element-class-list.ts"],"names":["$jscomp.arrayIteratorImpl","e","document","createEvent","initEvent","preventDefault","defaultPrevented","origPreventDefault","Event","prototype","Event.prototype.preventDefault","cancelable","call","Object","defineProperty","get","configurable","isIE","test","navigator","userAgent","window","origEvent","inType","params","bubbles","i","CustomEvent","initCustomEvent","detail","MouseEvent","origMouseEvent","initMouseEvent","view","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","j","native_baseURI","getOwnPropertyDescriptor","Node","base","ownerDocument","querySelector","href","location","enumerable","_a","_b","Element_prototype","Element","attributesDescriptor","getAttributes","attributes","map","Array","hasOwnProperty","getAttributeNames","Element_prototype.getAttributeNames","attr","name","matches","webkitMatchesSelector","msMatchesSelector","nativeAppendChild","appendChild","installAppend","constructor","writable","value","append","args","$jscomp.makeIterator","arg","createTextNode","Document","DocumentFragment","nativeInsertBefore","insertBefore","nativeGetFirstChild","firstChild","installPrepend","prepend","newNode","nativeRemoveChild","removeChild","installReplaceChildren","replaceChildren","child","_c","_d","nativeGetParentNode","parentNode","nativeGetNextSibling","nextSibling","installAfter","after","CharacterData","installBefore","before","installRemove","remove","installReplaceWith","replaceWith","HTMLElement_prototype","HTMLElement","SVGElement_prototype"],"mappings":"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","file":"webcomponents-pf_dom.js","sourcesContent":[null,null,"/**\n * @license\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\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\n// defaultPrevented is broken in IE.\n// https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called\nconst workingDefaultPrevented = (() => {\n const e = document.createEvent('Event');\n e.initEvent('foo', true, true);\n e.preventDefault();\n return e.defaultPrevented;\n})();\n\nif (!workingDefaultPrevented) {\n const origPreventDefault = Event.prototype.preventDefault;\n Event.prototype.preventDefault = function (this: Event) {\n if (!this.cancelable) {\n return;\n }\n\n origPreventDefault.call(this);\n\n Object.defineProperty(this, 'defaultPrevented', {\n get() {\n return true;\n },\n configurable: true,\n });\n };\n}\n\nconst isIE = /Trident/.test(navigator.userAgent);\n\n// Event constructor shim\nif (!window.Event || (isIE && typeof window.Event !== 'function')) {\n const origEvent = window.Event as typeof Event;\n window['Event'] = (((inType: string, params?: EventInit) => {\n params = params || {};\n const e = document.createEvent('Event');\n e.initEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable));\n return e;\n }) as unknown) as typeof Event;\n if (origEvent) {\n for (const i in origEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window['Event'] as any)[i] = (origEvent as any)[i];\n }\n window['Event'].prototype = origEvent.prototype;\n }\n}\n\n// CustomEvent constructor shim\nif (!window.CustomEvent || (isIE && typeof window.CustomEvent !== 'function')) {\n window['CustomEvent'] = ((<T extends unknown>(\n inType: string,\n params?: CustomEventInit<T>\n ) => {\n params = params || {};\n const e: CustomEvent<T> = document.createEvent('CustomEvent');\n e.initCustomEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.detail!\n );\n return e;\n }) as unknown) as typeof CustomEvent;\n window['CustomEvent'].prototype = window.Event.prototype as CustomEvent;\n}\n\nif (!window.MouseEvent || (isIE && typeof window.MouseEvent !== 'function')) {\n const origMouseEvent = window.MouseEvent as typeof MouseEvent;\n window['MouseEvent'] = (((inType: string, params?: MouseEventInit) => {\n params = params || {};\n const e = document.createEvent('MouseEvent');\n e.initMouseEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.view || window,\n params.detail!,\n params.screenX!,\n params.screenY!,\n params.clientX!,\n params.clientY!,\n params.ctrlKey!,\n params.altKey!,\n params.shiftKey!,\n params.metaKey!,\n params.button!,\n params.relatedTarget!\n );\n return e;\n }) as unknown) as typeof MouseEvent;\n if (origMouseEvent) {\n for (const j in origMouseEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window.MouseEvent as any)[j] = (origMouseEvent as any)[j];\n }\n }\n window['MouseEvent'].prototype = origMouseEvent.prototype;\n}\n","/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// Implement Node.baseURI for IE 11\n// adapted from\n// https://github.com/webcomponents/html-imports/blob/v1.2.0/src/html-imports.js\n\nconst native_baseURI = Object.getOwnPropertyDescriptor(\n Node.prototype,\n 'baseURI'\n);\nif (!native_baseURI) {\n Object.defineProperty(Node.prototype, 'baseURI', {\n get(this: Node): string {\n // this.ownerDocument is `null` for documents\n const doc = this.ownerDocument || (this as Document);\n const base = doc.querySelector('base[href]') as HTMLBaseElement;\n return (base && base.href) || window.location.href;\n },\n configurable: true,\n enumerable: true,\n });\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n// In IE11, the `attributes` descriptor is on `Node.prototype`.\nconst attributesDescriptor =\n Object.getOwnPropertyDescriptor(Element_prototype, 'attributes') ??\n Object.getOwnPropertyDescriptor(Node.prototype, 'attributes');\n// In Safari 9, the `attributes` descriptor's getter is undefined. In Chrome 41,\n// the `attributes` descriptor is a data descriptor on each Element instance.\nconst getAttributes =\n attributesDescriptor?.get ??\n function (this: Element) {\n return this.attributes;\n };\nconst map = Array.prototype.map;\n\nif (!Element_prototype.hasOwnProperty('getAttributeNames')) {\n Element_prototype.getAttributeNames = function getAttributeNames(\n this: Element\n ): Array<string> {\n return map.call(\n getAttributes.call(this),\n (attr) => attr.name\n ) as Array<string>;\n };\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n\nif (!Element_prototype.hasOwnProperty('matches')) {\n Element_prototype.matches =\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).webkitMatchesSelector as Element['matches']) ??\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).msMatchesSelector as Element['matches']);\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\n\nconst installAppend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('append')) {\n return;\n }\n\n Object.defineProperty(prototype, 'append', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function append(...args: Array<Node | string>) {\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallAppend(Document);\ninstallAppend(DocumentFragment);\ninstallAppend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installPrepend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('prepend')) {\n return;\n }\n\n Object.defineProperty(prototype, 'prepend', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function prepend(...args: Array<Node | string>) {\n const firstChild = nativeGetFirstChild.call(this);\n for (const arg of args) {\n const newNode =\n typeof arg === 'string' ? document.createTextNode(arg) : arg;\n nativeInsertBefore.call(this, newNode, firstChild);\n }\n },\n });\n};\n\ninstallPrepend(Document);\ninstallPrepend(DocumentFragment);\ninstallPrepend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installReplaceChildren = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceChildren')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceChildren', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceChildren(...args: Array<Node | string>) {\n let child;\n while ((child = nativeGetFirstChild.call(this)) !== null) {\n nativeRemoveChild.call(this, child);\n }\n\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallReplaceChildren(Document);\ninstallReplaceChildren(DocumentFragment);\ninstallReplaceChildren(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\nconst nativeGetNextSibling =\n Object.getOwnPropertyDescriptor(Node.prototype, 'nextSibling')?.get ??\n // In Safari 9, the `nextSibling` descriptor's `get` and `set` are\n // undefined.\n function (this: Node) {\n return this.nextSibling;\n };\n\nconst installAfter = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('after')) {\n return;\n }\n\n Object.defineProperty(prototype, 'after', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function after(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n const nextSibling = nativeGetNextSibling.call(this);\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n nextSibling\n );\n }\n },\n });\n};\n\ninstallAfter(CharacterData);\ninstallAfter(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installBefore = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('before')) {\n return;\n }\n\n Object.defineProperty(prototype, 'before', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function before(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n },\n });\n};\n\ninstallBefore(CharacterData);\ninstallBefore(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installRemove = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('remove')) {\n return;\n }\n\n Object.defineProperty(prototype, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode) {\n nativeRemoveChild.call(parentNode, this);\n }\n },\n });\n};\n\ninstallRemove(CharacterData);\ninstallRemove(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installReplaceWith = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceWith')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceWith', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceWith(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n\n nativeRemoveChild.call(parentNode, this);\n },\n });\n};\n\ninstallReplaceWith(CharacterData);\ninstallReplaceWith(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = window.Element.prototype;\nconst HTMLElement_prototype = window.HTMLElement.prototype;\nconst SVGElement_prototype = window['SVGElement'].prototype;\n\n// Thanks to @justinfagnani for finding this:\n//\n// In IE11, `classList` is only supported on `HTMLElement` instances: the\n// descriptor is an own property of `HTMLElement.prototype` and is an accessor\n// descriptor with `set` as `undefined` and no `get`. However, it seems to be\n// implemented generically enough such that copying it to something in the\n// prototype chain of `SVGElement` correctly adds support for `classList` (as\n// far as `DOMTokenList` implemented in IE11).\nif (\n HTMLElement_prototype.hasOwnProperty('classList') &&\n !Element_prototype.hasOwnProperty('classList') &&\n !SVGElement_prototype.hasOwnProperty('classList')\n) {\n Object.defineProperty(\n Element_prototype,\n 'classList',\n Object.getOwnPropertyDescriptor(HTMLElement_prototype, 'classList')!\n );\n}\n"]}
|
|
1
|
+
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:es6/util/makeiterator] ","ts_src/platform/custom-event.ts","ts_src/platform/event-listener-options.ts","ts_src/platform/baseuri.ts","ts_src/platform/get-attribute-names.ts","ts_src/platform/matches.ts","ts_src/platform/parent-node/append.ts","ts_src/platform/parent-node/prepend.ts","ts_src/platform/parent-node/replace-children.ts","ts_src/platform/child-node/after.ts","ts_src/platform/child-node/before.ts","ts_src/platform/child-node/remove.ts","ts_src/platform/child-node/replace-with.ts","ts_src/platform/svg-element-class-list.ts","ts_src/platform/toggle-attribute.ts"],"names":["$jscomp.arrayIteratorImpl","e","document","createEvent","initEvent","preventDefault","defaultPrevented","origPreventDefault","Event","prototype","Event.prototype.preventDefault","cancelable","call","Object","defineProperty","get","configurable","isIE","test","navigator","userAgent","window","origEvent","inType","params","bubbles","i","CustomEvent","initCustomEvent","detail","MouseEvent","origMouseEvent","initMouseEvent","view","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","j","_a","supportsEventOptions","listener","callCount","supported","onceSupported","eventOptions","capture","once","d","createElement","addEventListener","fullySupported","dispatchEvent","removeEventListener","nativeEventTarget","EventTarget","Node","parseEventOptions","optionsOrCapture","origAddEventListener","origRemoveEventListener","captureListenerMap","WeakMap","listenerMap","getListenerMap","target","type","elMap","typeMap","undefined","set","Map","listeners","nativeEventTarget.prototype.addEventListener","options","map","has","cachedListener","delete","handleEvent","nativeEventTarget.prototype.removeEventListener","native_baseURI","getOwnPropertyDescriptor","base","ownerDocument","querySelector","href","location","enumerable","_b","Element_prototype","Element","attributesDescriptor","getAttributes","attributes","Array","hasOwnProperty","getAttributeNames","Element_prototype.getAttributeNames","attr","name","matches","webkitMatchesSelector","msMatchesSelector","nativeAppendChild","appendChild","installAppend","constructor","writable","value","append","args","$jscomp.makeIterator","arg","createTextNode","Document","DocumentFragment","nativeInsertBefore","insertBefore","nativeGetFirstChild","firstChild","installPrepend","prepend","newNode","nativeRemoveChild","removeChild","installReplaceChildren","replaceChildren","child","_c","_d","nativeGetParentNode","parentNode","nativeGetNextSibling","nextSibling","installAfter","after","CharacterData","installBefore","before","installRemove","remove","installReplaceWith","replaceWith","HTMLElement_prototype","HTMLElement","SVGElement_prototype","nativeHasAttribute","hasAttribute","nativeSetAttribute","setAttribute","nativeRemoveAttribute","removeAttribute","toggleAttribute","Element_prototype.toggleAttribute","force"],"mappings":"A;;;;;;;;;;;;;;;;;;;aA2B4B,QAAA,GAAQ,CAAC,CAAD,CAAQ,CAC1C,IAAI,EAAQ,CACZ,OAAO,SAAQ,EAAG,CAChB,MAAI,EAAJ,CAAY,CAAZ,CAAkB,MAAlB,CACS,CACL,KAAM,CAAA,CADD,CAEL,MAAO,CAAA,CAAM,CAAA,EAAN,CAFF,CADT,CAMS,CAAC,KAAM,CAAA,CAAP,CAPO,CAFwB,CCGrB,QAAA,EAAQ,CAAC,CAAD,CAAW,CAExC,IAAI,EAAoC,WAApC,EAAmB,MAAO,OAA1B,EAAmD,MAAnD,CAA0D,QAA1D,EACmB,CAAD,CAAW,MAAX,CAAkB,QAAlB,CACtB,OAAO,EAAA,CAAmB,CAAA,CAAiB,IAAjB,CAAsB,CAAtB,CAAnB,CDc6B,CAAC,KAAMA,EAAA,CCbM,CDaN,CAAP,CClBI,CCdxC,IAAMC,EAAIC,QAAA,CAASC,WAAT,CAAqB,OAArB,CACVF,EAAA,CAAEG,SAAF,CAAY,KAAZ,CAAmB,CAAA,CAAnB,CAAyB,CAAA,CAAzB,CACAH,EAAA,CAAEI,cAAF,EAIF;GAAI,CAHKJ,CAGL,CAHOK,gBAGX,CAA8B,CAC5B,IAAMC,GAAqBC,KAArBD,CAA2BE,SAA3BF,CAAqCF,cAC3CG,MAAA,CAAMC,SAAN,CAAgBJ,cAAhB,CAAiCK,QAAA,EAAA,CAC1B,IAAL,CAAUC,UAAV,GAIAJ,EAAA,CAAmBK,IAAnB,CAAwB,IAAxB,CAEA,CAAAC,MAAA,CAAOC,cAAP,CAAsB,IAAtB,CAA4B,kBAA5B,CAAgD,CAC9C,IAAAC,QAAG,EAAA,CACD,MAAO,CAAA,CADN,CAD2C,CAI9CC,aAAc,CAAA,CAJgC,CAAhD,CANA,CAD+B,CAFL,CAkB9B,IAAMC,EAAO,SAAA,CAAUC,IAAV,CAAeC,SAAf,CAAyBC,SAAzB,CAGb;GAAI,CAACC,MAAD,CAAQb,KAAZ,EAAsBS,CAAtB,EAAsD,UAAtD,GAA8B,MAAOI,OAAP,CAAcb,KAA5C,CAAmE,CACjE,IAAMc,EAAYD,MAAZC,CAAmBd,KACzBa,OAAA,CAAO,KAAP,CAAoB,QAAA,CAACE,CAAD,CAAiBC,CAAjB,CAAuC,CACzDA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAIC,QAAA,CAASC,WAAT,CAAqB,OAArB,CACVF,EAAA,CAAEG,SAAF,CAAYmB,CAAZ,CAAoB,CAAA,CAAQC,CAAR,CAAeC,OAAnC,CAA6C,CAAA,CAAQD,CAAR,CAAeb,UAA5D,CACA,OAAOV,EAJkD,CAM3D,IAAIqB,CAAJ,CAAe,CACb,IAAKI,IAAMA,CAAX,GAAgBJ,EAAhB,CAEGD,MAAA,CAAO,KAAP,CAAwBK,CAAxB,CAAA,CAA8BJ,CAAA,CAAkBI,CAAlB,CAEjCL,OAAA,CAAO,KAAP,CAAgBZ,SAAhB,CAA4Ba,CAA5B,CAAsCb,SALzB,CARkD;AAkBnE,GAAI,CAACY,MAAD,CAAQM,WAAZ,EAA4BV,CAA5B,EAAkE,UAAlE,GAAoC,MAAOI,OAAP,CAAcM,WAAlD,CACEN,MAcA,CAdO,WAcP,CAd0B,QAAA,CACxBE,CADwB,CAExBC,CAFwB,CAGtB,CACFA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAoBC,QAAA,CAASC,WAAT,CAAqB,aAArB,CAC1BF,EAAA,CAAE2B,eAAF,CACEL,CADF,CAEE,CAAA,CAAQC,CAAR,CAAeC,OAFjB,CAGE,CAAA,CAAQD,CAAR,CAAeb,UAHjB,CAIEa,CAJF,CAISK,MAJT,CAMA,OAAO5B,EATL,CAWJ,CAAAoB,MAAA,CAAO,WAAP,CAAsBZ,SAAtB,CAAkCY,MAAlC,CAAyCb,KAAzC,CAA+CC,SAGjD;GAAI,CAACY,MAAD,CAAQS,UAAZ,EAA2Bb,CAA3B,EAAgE,UAAhE,GAAmC,MAAOI,OAAP,CAAcS,UAAjD,CAA6E,CAC3E,IAAMC,EAAiBV,MAAjBU,CAAwBD,UAC9BT,OAAA,CAAO,UAAP,CAAyB,QAAA,CAACE,CAAD,CAAiBC,CAAjB,CAA4C,CACnEA,CAAA,CAASA,CAAT,EAAmB,EACnB,KAAMvB,EAAIC,QAAA,CAASC,WAAT,CAAqB,YAArB,CACVF,EAAA,CAAE+B,cAAF,CACET,CADF,CAEE,CAAA,CAAQC,CAAR,CAAeC,OAFjB,CAGE,CAAA,CAAQD,CAAR,CAAeb,UAHjB,CAIEa,CAJF,CAISS,IAJT,EAIiBZ,MAJjB,CAKEG,CALF,CAKSK,MALT,CAMEL,CANF,CAMSU,OANT,CAOEV,CAPF,CAOSW,OAPT,CAQEX,CARF,CAQSY,OART,CASEZ,CATF,CASSa,OATT,CAUEb,CAVF,CAUSc,OAVT,CAWEd,CAXF,CAWSe,MAXT,CAYEf,CAZF,CAYSgB,QAZT,CAaEhB,CAbF,CAaSiB,OAbT,CAcEjB,CAdF,CAcSkB,MAdT,CAeElB,CAfF,CAeSmB,aAfT,CAiBA,OAAO1C,EApB4D,CAsBrE,IAAI8B,CAAJ,CACE,IAAKa,IAAMA,CAAX,GAAgBb,EAAhB,CAEGV,MAAA,CAAOS,UAAP,CAA0Bc,CAA1B,CAAA,CAAgCb,CAAA,CAAuBa,CAAvB,CAGrCvB,OAAA,CAAO,UAAP,CAAqBZ,SAArB,CAAiCsB,CAAjC,CAAgDtB,SA9B2B,C,CCtE1E,IAAAoC,CAAA,CAOGC,GAAwB,QAAA,EAAK,CAehBC,QAAA,EAAA,EAAK,CACpBC,CAAA,EADoB,CAdtB,IAAIC,EAAY,CAAA,CAAhB,CACIC,EAAgB,CAAA,CADpB,CAEMC,EAAe,CACfC,WAAO,EAAA,CAET,MADAH,EACA,CADY,CAAA,CADH,CADQ,CAMfI,QAAI,EAAA,CAEN,MADAH,EACA,CADgB,CAAA,CADV,CANW,CAFrB,CAaIF,EAAY,CAbhB,CAiBMM,EAAIpD,QAAA,CAASqD,aAAT,CAAuB,KAAvB,CAEVD,EAAA,CAAEE,gBAAF,CAAmB,OAAnB,CAA4BT,CAA5B,CAAsCI,CAAtC,CACA,KAAIM,EAAiBR,CAAjBQ,EAA8BP,CAE9BO,EAAJ,GACEH,CAAA,CAAEI,aAAF,CAAgB,IAAIlD,KAAJ,CAAU,OAAV,CAAhB,CAEA,CADA8C,CAAA,CAAEI,aAAF,CAAgB,IAAIlD,KAAJ,CAAU,OAAV,CAAhB,CACA,CAAAiD,CAAA,CAA8B,CAA9B,EAAiBT,CAHnB,CAKAM,EAAA,CAAEK,mBAAF,CAAsB,OAAtB,CAA+BZ,CAA/B,CAAyCI,CAAzC,CACA,OAAOM,EA7B0B,CAAN,EAP1B,CAuCGG,EAAsC,IAAlB,IAAAf,CAAA,CAAAxB,MAAA,CAAOwC,WAAP,GAAkB,IAAA,EAAlB,GAAkBhB,CAAlB,CAAkBA,CAAlB,CAAsBxB,MAAtB,CAA6ByC,IAEvD;GACE,CAAChB,EADH,EAEE,kBAFF,EAEwBc,EAFxB,CAE0CnD,SAF1C,CAGE,CACA,IAAMsD,EAAoBA,QAAA,CACxBC,CADwB,CAEtB,CAEF,GACEA,CAAAA,CADF,EAE+B,QAF/B,GAEG,MAAOA,EAFV,EAGgC,UAHhC,GAGI,MAAOA,EAHX,CAOO,CACL,IAAAZ,EAAU,CAAA,CAAQY,CAClBX,EAAA,CAAO,CAAA,CAFF,CAPP,IAKED,EACA,CADU,CAAA,CAASY,CAAT,CAAsDZ,OAChE,CAAAC,CAAA,CAAO,CAAA,CAASW,CAAT,CAAsDX,IAK/D,OAAO,CACLD,QAAAA,CADK,CAELC,KAAAA,CAFK,CAbL,CAFJ,CAqBMY,GAAuBL,CAAvBK,CAAyCxD,SAAzCwD,CAAmDT,gBArBzD,CAsBMU,EACJN,CADIM,CACczD,SADdyD,CACwBP,mBAvB9B,CAgCMQ,GAAyC,IAAIC,OAhCnD,CAiCMC,GAAkC,IAAID,OAjC5C,CAmCME,EAAiBA,QAAA,CACrBC,CADqB,CAErBC,CAFqB,CAGrBpB,CAHqB,CAInB,CACF,IAAMqB,EAAQrB,CAAA,CAAUe,EAAV,CAA+BE,EACzCK,EAAAA,CAAUD,CAAA,CAAM1D,GAAN,CAAUwD,CAAV,CACEI,KAAAA,EAAhB,GAAID,CAAJ,EACED,CAAA,CAAMG,GAAN,CAAUL,CAAV,CAAmBG,CAAnB,CAA6B,IAAIG,GAAjC,CAEEC,EAAAA,CAAYJ,CAAA,CAAQ3D,GAAR,CAAYyD,CAAZ,CACEG,KAAAA,EAAlB,GAAIG,CAAJ,EACEJ,CAAA,CAAQE,GAAR,CAAYJ,CAAZ,CAAmBM,CAAnB,CAA+B,IAAIV,OAAnC,CAEF,OAAOU,EAVL,CAaJlB,EAAA,CAAkBnD,SAAlB,CAA4B+C,gBAA5B,CAA+CuB,QAAA,CAC7CP,CAD6C,CAE7CzB,CAF6C,CAG7CiC,CAH6C,CAGU,CAAA,IAAA,EAAA,IAEvD,IAAgB,IAAhB,EAAIjC,CAAJ,CAAA,CAGM,CAAA,CAAkBgB,CAAA,CAAkBiB,CAAlB,CAAjB,KAAA5B,EAAA,CAAAA,CAAA,OAASC,EAAAA;AAAA,CAAAA,CAAA,IAChB,KAAM4B,EAAMX,CAAA,CAAe,IAAf,CAAqBE,CAArB,CAA2BpB,CAA3B,CACZ,IAAI,CAAC6B,CAAA,CAAIC,GAAJ,CAAQnC,CAAR,CAAL,CAAwB,CACtB,IAAMoC,EAAiB9B,CAAA,CACnB,QAAA,CAACpD,CAAD,CAAa,CACXgF,CAAA,CAAIG,MAAJ,CAAWrC,CAAX,CACAmB,EAAA,CAAwBtD,IAAxB,CAA6B,CAA7B,CAAmC4D,CAAnC,CAAyCW,CAAzC,CAAyD/B,CAAzD,CACA,IAAwB,UAAxB,GAAI,MAAOL,EAAX,CACE,MAAOA,EAAA,CAASnC,IAAT,CAAc,CAAd,CAAoBX,CAApB,CAGT,IAAqC,UAArC,GAAI,OAAe,IAAR,GAAA8C,CAAA,EAAQ,IAAA,EAAR,GAAAA,CAAA,CAAQ,IAAA,EAAR,CAAAA,CAAA,CAAUsC,WAAjB,CAAJ,CACE,MAAOtC,EAAA,CAASsC,WAAT,CAAqBpF,CAArB,CARE,CADM,CAYnB,IACJgF,EAAA,CAAIL,GAAJ,CAAQ7B,CAAR,CAAkBoC,CAAlB,CAGAlB,GAAA,CAAqBrD,IAArB,CACE,IADF,CAEE4D,CAFF,CAGgB,IAAd,GAAAW,CAAA,EAAc,IAAA,EAAd,GAAAA,CAAA,CAAAA,CAAA,CAAkBpC,CAHpB,CAIEK,CAJF,CAjBsB,CALxB,CAFuD,CAiCzDQ,EAAA,CAAkBnD,SAAlB,CAA4BkD,mBAA5B,CAAkD2B,QAAA,CAChDd,CADgD,CAEhDzB,CAFgD,CAGhDiC,CAHgD,CAGO,CAEvD,GAAgB,IAAhB,EAAIjC,CAAJ,CAAA,CAGOK,CAAAA,CAAWW,CAAA,CAAkBiB,CAAlB,CAAX5B,CAAA,OACP,KAAM6B,EAAMX,CAAA,CAAe,IAAf,CAAqBE,CAArB,CAA2BpB,CAA3B,CAAZ,CACM+B,EAAiBF,CAAA,CAAIlE,GAAJ,CAAQgC,CAAR,CACA4B,KAAAA,EAAvB,GAAIQ,CAAJ,GACEF,CAAA,CAAIG,MAAJ,CAAWrC,CAAX,CAGA,CAAAmB,CAAA,CAAwBtD,IAAxB,CACE,IADF,CAEE4D,CAFF,CAGgB,IAAd,GAAAW,CAAA,EAAc,IAAA,EAAd,GAAAA,CAAA,CAAAA,CAAA,CAAkBpC,CAHpB,CAIEK,CAJF,CAJF,CANA,CAFuD,CA5FzD,C;;;;;;;;;;ACpCqBvC,MAAA0E,CAAOC,wBAAPD,CACrBzB,IADqByB,CAChB9E,SADgB8E,CAErB,SAFqBA,CAIvB,EACE1E,MAAA,CAAOC,cAAP,CAAsBgD,IAAtB,CAA2BrD,SAA3B,CAAsC,SAAtC,CAAiD,CAC/C,IAAAM,QAAG,EAAA,CAGD,IAAM0E,EAAO,CADD,IACC,CADIC,aACJ,EADsB,IACtB,EAAIC,aAAJ,CAAkB,YAAlB,CACb,OAAQF,EAAR,EAAgBA,CAAhB,CAAqBG,IAArB,EAA8BvE,MAA9B,CAAqCwE,QAArC,CAA8CD,IAJ7C,CAD4C,CAO/C5E,aAAc,CAAA,CAPiC,CAQ/C8E,WAAY,CAAA,CARmC,CAAjD,C;;;;;;;;;;ACbA,IAAAjD,CAAA,CAAAkD,CAAA,CAIIC,EAAoBC,OAApBD,CAA4BvF,SAJhC,CAMIyF,EAC4D,IAAhE,IAAArD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgCQ,CAAhC,CAAmD,YAAnD,CAAA,GAAgE,IAAA,EAAhE,GAAgEnD,CAAhE,CAAgEA,CAAhE,CACAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CARA,CAWI0F,GACqB,IAAzB,IAAAJ,CAAA,CAAoB,IAApB,GAAAG,CAAA,EAAoB,IAAA,EAApB,GAAAA,CAAA,CAAoB,IAAA,EAApB,CAAAA,CAAA,CAAsBnF,GAAtB,GAAyB,IAAA,EAAzB,GAAyBgF,CAAzB,CAAyBA,CAAzB,CACA,QAAA,EAAA,CACE,MAAO,KAAP,CAAYK,UADd,CAbA,CAgBInB,GAAMoB,KAANpB,CAAYxE,SAAZwE,CAAsBA,GAEvBe,EAAA,CAAkBM,cAAlB,CAAiC,mBAAjC,CAAL,GACEN,CADF,CACoBO,iBADpB,CACwCC,QAA0B,EAAA,CAG9D,MAAOvB,GAAA,CAAIrE,IAAJ,CACLuF,EAAA,CAAcvF,IAAd,CAAmB,IAAnB,CADK,CAEL,QAAA,CAAC6F,CAAD,CAAUC,CAAAA,MAAAD,EAAAC,CAAKA,IAALA,CAFL,CAHuD,CADlE,C,CClBE,IAAA7D,CAAA,CAIImD,EAAoBC,OAApBD,CAA4BvF,SAE7BuF,EAAA,CAAkBM,cAAlB,CAAiC,SAAjC,CAAL,GACEN,CADF,CACoBW,OADpB,CAG4E,IAAxE,IAAA9D,CAAA,CAAEmD,CAAF,CAA4BY,qBAA5B,GAAwE,IAAA,EAAxE,GAAwE/D,CAAxE,CAAwEA,CAAxE,CAEEmD,CAFF,CAE4Ba,iBALhC,C;;;;;;;;;ACAA,IAAMC,GAAoBhD,IAApBgD,CAAyBrG,SAAzBqG,CAAmCC,WAEnBC,SAAA,EAAA,CAAIC,CAAJ,CAAmC,CACjDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,QAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzC8E,WAAY,CAAA,CAF6B,CAGzCoB,SAAU,CAAA,CAH+B,CAIzCC,MAAOC,QAAe,CAAIC,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACrB,EAAA,CAAAC,CAAA,CADkDD,CAClD,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CACT,CADF,CACE,CADF,KACE,CAAAT,EAAA,CAAkBlG,IAAlB,CACE,IADF,CAEiB,QAAf,GAAA,MAAO2G,EAAP,CAA0BrH,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAFgD,CAJX,CAA3C,CANuD,CAqBzDP,CAAA,CAAcS,QAAd,CACAT,EAAA,CAAcU,gBAAd,CACAV,EAAA,CAAcf,OAAd,C,CChCE,IAAApD,CAAA,CAAAkD,CAAA,CAOI4B,GAAqB7D,IAArB6D,CAA0BlH,SAA1BkH,CAAoCC,YAPxC,CAQIC,GAG8D,IAAlE,IAAA9B,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY+B,UADd,CAIqBC;QAAA,EAAA,CAAId,CAAJ,CAAmC,CAClDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,SAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,SAAjC,CAA4C,CAC1CO,aAAc,CAAA,CAD4B,CAE1C8E,WAAY,CAAA,CAF8B,CAG1CoB,SAAU,CAAA,CAHgC,CAI1CC,MAAOa,QAAgB,CAAIX,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAChBS,EAAAA,CAAaD,EAAA,CAAoBjH,IAApB,CAAyB,IAAzB,CACnB,EAAA,CAAA0G,CAAA,CAFmDD,CAEnD,CAAA,KAAA,IAAA,EAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CAGT,CAHF,CAGE,CAHF,KAGE,CAAAI,EAAA,CAAmB/G,IAAnB,CAAwB,IAAxB,CADiB,QAAfqH,GAAA,MAAOV,EAAPU,CAA0B/H,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1BU,CAAyDV,CAC3D,CAAuCO,CAAvC,CALiD,CAJX,CAA5C,CANwD,CAqB1DC,CAAA,CAAeN,QAAf,CACAM,EAAA,CAAeL,gBAAf,CACAK,EAAA,CAAe9B,OAAf,C,CCxCE,IAAApD,CAAA,CAAAkD,CAAA,CAOIe,GAAoBhD,IAApBgD,CAAyBrG,SAAzBqG,CAAmCC,WAPvC,CAQImB,GAAoBpE,IAApBoE,CAAyBzH,SAAzByH,CAAmCC,WARvC,CASIN,GAG8D,IAAlE,IAAA9B,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY+B,UADd,CAI6BM;QAAA,EAAA,CAAInB,CAAJ,CAAmC,CAC1DxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,iBAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,iBAAjC,CAAoD,CAClDO,aAAc,CAAA,CADoC,CAElD8E,WAAY,CAAA,CAFsC,CAGlDoB,SAAU,CAAA,CAHwC,CAIlDC,MAAOkB,QAAwB,CAAIhB,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CAE9B,KAAA,CAAoD,IAApD,IAAQiB,CAAR,CAAgBT,EAAA,CAAoBjH,IAApB,CAAyB,IAAzB,CAAhB,EAAA,CACEsH,EAAA,CAAkBtH,IAAlB,CAAuB,IAAvB,CAA6B0H,CAA7B,CAGF,EAAA,CAAAhB,CAAA,CAN2DD,CAM3D,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CACT,CADF,CACE,CADF,KACE,CAAAT,EAAA,CAAkBlG,IAAlB,CACE,IADF,CAEiB,QAAf,GAAA,MAAO2G,EAAP,CAA0BrH,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAPyD,CAJX,CAApD,CANgE,CA0BlEa,CAAA,CAAuBX,QAAvB,CACAW,EAAA,CAAuBV,gBAAvB,CACAU,EAAA,CAAuBnC,OAAvB,C,CC9CE,IAAApD,CAAA,CAAAkD,CAAA,CAAAwC,CAAA,CAAAC,CAAA,CAOIb,GAAqB7D,IAArB6D,CAA0BlH,SAA1BkH,CAAoCC,YAPxC,CAQIa,GAC8D,IAAlE,IAAA1C,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY2C,UADd,CAXA,CAcIC,GAC+D,IAAnE,IAAAH,CAAA,CAA8D,IAA9D,IAAAD,CAAA,CAAA1H,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,aAAhD,CAAA,GAA8D,IAAA,EAA9D,GAA8D8H,CAA9D,CAA8D,IAAA,EAA9D,CAA8DA,CAA9D,CAAgExH,GAAhE,GAAmE,IAAA,EAAnE,GAAmEyH,CAAnE,CAAmEA,CAAnE,CAGA,QAAA,EAAA,CACE,MAAO,KAAP,CAAYI,WADd,CAImBC;QAAA,EAAA,CAAI5B,CAAJ,CAAmC,CAChDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,OAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,OAAjC,CAA0C,CACxCO,aAAc,CAAA,CAD0B,CAExC8E,WAAY,CAAA,CAF4B,CAGxCoB,SAAU,CAAA,CAH8B,CAIxCC,MAAO2B,QAAc,CAAIzB,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACdqB,EAAAA,CAAaD,EAAA,CAAoB7H,IAApB,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAI8H,CAAJ,CAAA,CAIA,IAAME,EAAcD,EAAA,CAAqB/H,IAArB,CAA0B,IAA1B,CACpB,EAAA,CAAA0G,CAAA,CAPiDD,CAOjD,CAAA,KAAA,IAAA,EAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CACT,CADF,CACE,CADF,KACE,CAAAI,EAAA,CAAmB/G,IAAnB,CACE8H,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0BrH,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGEqB,CAHF,CANF,CAFiD,CAJX,CAA1C,CANsD,CA4BxDC,CAAA,CAAaE,aAAb,CACAF,EAAA,CAAa5C,OAAb,C,CCnDE,IAAApD,CAAA,CAAAkD,CAAA,CAOI4B,GAAqB7D,IAArB6D,CAA0BlH,SAA1BkH,CAAoCC,YAPxC,CAQIa,GAC8D,IAAlE,IAAA1C,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY2C,UADd,CAIoBM;QAAA,EAAA,CAAI/B,CAAJ,CAAmC,CACjDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,QAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzC8E,WAAY,CAAA,CAF6B,CAGzCoB,SAAU,CAAA,CAH+B,CAIzCC,MAAO8B,QAAe,CAAI5B,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACfqB,EAAAA,CAAaD,EAAA,CAAoB7H,IAApB,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAI8H,CAAJ,CAAA,CAIA,CAAA,CAAApB,CAAA,CANkDD,CAMlD,CAAA,KAAA,IAAA,EAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CACT,CADF,CACE,CADF,KACE,CAAAI,EAAA,CAAmB/G,IAAnB,CACE8H,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0BrH,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGE,IAHF,CALF,CAFkD,CAJX,CAA3C,CANuD,CA2BzDyB,CAAA,CAAcD,aAAd,CACAC,EAAA,CAAc/C,OAAd,C,CC3CE,IAAApD,CAAA,CAAAkD,CAAA,CAOImC,GAAoBpE,IAApBoE,CAAyBzH,SAAzByH,CAAmCC,WAPvC,CAQIM,GAC8D,IAAlE,IAAA1C,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY2C,UADd,CAIoBQ,SAAA,EAAA,CAAIjC,CAAJ,CAAmC,CACjDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,QAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,QAAjC,CAA2C,CACzCO,aAAc,CAAA,CAD2B,CAEzC8E,WAAY,CAAA,CAF6B,CAGzCoB,SAAU,CAAA,CAH+B,CAIzCC,MAAOgC,QAAe,EAAA,CACpB,IAAMT,EAAaD,EAAA,CAAoB7H,IAApB,CAAyB,IAAzB,CACf8H,EAAJ,EACER,EAAA,CAAkBtH,IAAlB,CAAuB8H,CAAvB,CAAmC,IAAnC,CAHkB,CAJmB,CAA3C,CANuD,CAmBzDQ,CAAA,CAAcH,aAAd,CACAG,EAAA,CAAcjD,OAAd,C,CCnCE,IAAApD,CAAA,CAAAkD,CAAA,CAOI4B,GAAqB7D,IAArB6D,CAA0BlH,SAA1BkH,CAAoCC,YAPxC,CAQIM,GAAoBpE,IAApBoE,CAAyBzH,SAAzByH,CAAmCC,WARvC,CASIM,GAC8D,IAAlE,IAAA1C,CAAA,CAA6D,IAA7D,IAAAlD,CAAA,CAAAhC,MAAA,CAAO2E,wBAAP,CAAgC1B,IAAhC,CAAqCrD,SAArC,CAAgD,YAAhD,CAAA,GAA6D,IAAA,EAA7D,GAA6DoC,CAA7D,CAA6D,IAAA,EAA7D,CAA6DA,CAA7D,CAA+D9B,GAA/D,GAAkE,IAAA,EAAlE,GAAkEgF,CAAlE,CAAkEA,CAAlE,CAEA,QAAA,EAAA,CACE,MAAO,KAAP,CAAY2C,UADd,CAIyBU;QAAA,EAAA,CAAInC,CAAJ,CAAmC,CACtDxG,CAAAA,CAAYwG,CAAZxG,CAAwBA,SAC1BA,EAAA,CAAU6F,cAAV,CAAyB,aAAzB,CAAJ,EAIAzF,MAAA,CAAOC,cAAP,CAAsBL,CAAtB,CAAiC,aAAjC,CAAgD,CAC9CO,aAAc,CAAA,CADgC,CAE9C8E,WAAY,CAAA,CAFkC,CAG9CoB,SAAU,CAAA,CAHoC,CAI9CC,MAAOkC,QAAoB,CAAIhC,CAAJ,CAA8B,CAA7B,IAAA,IAA6B,EAA7B,EAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,MAAA,CAAA,EAAA,CAAA,CAA6B,CAA7B,CAAA,CAAA,CAAA,CAAA,SAAA,CAAA,CAAA,CACpBqB,EAAAA,CAAaD,EAAA,CAAoB7H,IAApB,CAAyB,IAAzB,CACnB,IAAmB,IAAnB,GAAI8H,CAAJ,CAAA,CAIA,CAAA,CAAApB,CAAA,CANuDD,CAMvD,CAAA,KAAA,IAAA,EAAA,CAAA,CAAA,IAAA,EAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,EAAA,CAAWE,CACT,CADF,CACE,CADF,KACE,CAAAI,EAAA,CAAmB/G,IAAnB,CACE8H,CADF,CAEiB,QAAf,GAAA,MAAOnB,EAAP,CAA0BrH,QAAA,CAASsH,cAAT,CAAwBD,CAAxB,CAA1B,CAAyDA,CAF3D,CAGE,IAHF,CAOFW,GAAA,CAAkBtH,IAAlB,CAAuB8H,CAAvB,CAAmC,IAAnC,CAZA,CAFuD,CAJX,CAAhD,CAN4D,CA6B9DU,CAAA,CAAmBL,aAAnB,CACAK,EAAA,CAAmBnD,OAAnB,C,CCzCA,IAAMD,EAAoB3E,MAApB2E,CAA2BC,OAA3BD,CAAmCvF,SAAzC,CACM6I,GAAwBjI,MAAxBiI,CAA+BC,WAA/BD,CAA2C7I,SADjD,CAEM+I,GAAuBnI,MAAvBmI,CAA8B,UAA9BA,CAA4C/I,SAWhD,EAAA6I,EAAA,CAAsBhD,cAAtB,CAAqC,WAArC,CADF,EAEGN,CAAA,CAAkBM,cAAlB,CAAiC,WAAjC,CAFH,EAGGkD,EAAA,CAAqBlD,cAArB,CAAoC,WAApC,CAHH,EAKEzF,MAAA,CAAOC,cAAP,CACEkF,CADF,CAEE,WAFF,CAGEnF,MAAA,CAAO2E,wBAAP,CAAgC8D,EAAhC,CAAuD,WAAvD,CAHF,C,CCjBF,IAAMtD,GAAoBC,OAApBD,CAA4BvF,SAAlC,CACMgJ,GAAqBxD,OAArBwD,CAA6BhJ,SAA7BgJ,CAAuCC,YAD7C,CAEMC,GAAqB1D,OAArB0D,CAA6BlJ,SAA7BkJ,CAAuCC,YAF7C,CAGMC,GAAwB5D,OAAxB4D,CAAgCpJ,SAAhCoJ,CAA0CC,eAE3C9D,GAAA,CAAkBM,cAAlB,CAAiC,iBAAjC,CAAL,GACEN,EADF,CACoB+D,eADpB,CACsCC,QAAwB,CAE1DtD,CAF0D,CAG1DuD,CAH0D,CAG3C,CAEf,GAActF,IAAAA,EAAd,GAAIsF,CAAJ,CAAyB,CACvB,GAAIR,EAAA,CAAmB7I,IAAnB,CAAwB,IAAxB,CAA8B8F,CAA9B,CAAJ,CAEE,MADAmD,GAAA,CAAsBjJ,IAAtB,CAA2B,IAA3B,CAAiC8F,CAAjC,CACO,CAAA,CAAA,CAEPiD,GAAA,CAAmB/I,IAAnB,CAAwB,IAAxB,CAA8B8F,CAA9B,CAAoC,EAApC,CACA,OAAO,CAAA,CANc,CASzB,GAAIuD,CAAJ,CAIE,MAHKR,GAAA,CAAmB7I,IAAnB,CAAwB,IAAxB,CAA8B8F,CAA9B,CAGE,EAFLiD,EAAA,CAAmB/I,IAAnB,CAAwB,IAAxB,CAA8B8F,CAA9B,CAAoC,EAApC,CAEK,CAAA,CAAA,CAGTmD,GAAA,CAAsBjJ,IAAtB,CAA2B,IAA3B,CAAiC8F,CAAjC,CACA,OAAO,CAAA,CAnBQ,CAJnB,C","file":"webcomponents-pf_dom.js","sourcesContent":[null,null,"/**\n * @license\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\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\n// defaultPrevented is broken in IE.\n// https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called\nconst workingDefaultPrevented = (() => {\n const e = document.createEvent('Event');\n e.initEvent('foo', true, true);\n e.preventDefault();\n return e.defaultPrevented;\n})();\n\nif (!workingDefaultPrevented) {\n const origPreventDefault = Event.prototype.preventDefault;\n Event.prototype.preventDefault = function (this: Event) {\n if (!this.cancelable) {\n return;\n }\n\n origPreventDefault.call(this);\n\n Object.defineProperty(this, 'defaultPrevented', {\n get() {\n return true;\n },\n configurable: true,\n });\n };\n}\n\nconst isIE = /Trident/.test(navigator.userAgent);\n\n// Event constructor shim\nif (!window.Event || (isIE && typeof window.Event !== 'function')) {\n const origEvent = window.Event as typeof Event;\n window['Event'] = (((inType: string, params?: EventInit) => {\n params = params || {};\n const e = document.createEvent('Event');\n e.initEvent(inType, Boolean(params.bubbles), Boolean(params.cancelable));\n return e;\n }) as unknown) as typeof Event;\n if (origEvent) {\n for (const i in origEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window['Event'] as any)[i] = (origEvent as any)[i];\n }\n window['Event'].prototype = origEvent.prototype;\n }\n}\n\n// CustomEvent constructor shim\nif (!window.CustomEvent || (isIE && typeof window.CustomEvent !== 'function')) {\n window['CustomEvent'] = ((<T>(\n inType: string,\n params?: CustomEventInit<T>\n ) => {\n params = params || {};\n const e: CustomEvent<T> = document.createEvent('CustomEvent');\n e.initCustomEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.detail!\n );\n return e;\n }) as unknown) as typeof CustomEvent;\n window['CustomEvent'].prototype = window.Event.prototype as CustomEvent;\n}\n\nif (!window.MouseEvent || (isIE && typeof window.MouseEvent !== 'function')) {\n const origMouseEvent = window.MouseEvent as typeof MouseEvent;\n window['MouseEvent'] = (((inType: string, params?: MouseEventInit) => {\n params = params || {};\n const e = document.createEvent('MouseEvent');\n e.initMouseEvent(\n inType,\n Boolean(params.bubbles),\n Boolean(params.cancelable),\n params.view || window,\n params.detail!,\n params.screenX!,\n params.screenY!,\n params.clientX!,\n params.clientY!,\n params.ctrlKey!,\n params.altKey!,\n params.shiftKey!,\n params.metaKey!,\n params.button!,\n params.relatedTarget!\n );\n return e;\n }) as unknown) as typeof MouseEvent;\n if (origMouseEvent) {\n for (const j in origMouseEvent) {\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (window.MouseEvent as any)[j] = (origMouseEvent as any)[j];\n }\n }\n window['MouseEvent'].prototype = origMouseEvent.prototype;\n}\n","/**\n * @license\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\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\n// Older browsers like IE do not support an object as the options parameter\n// to add/removeEventListener.\n// https://connect.microsoft.com/IE/feedback/details/790389/event-defaultprevented-returns-false-after-preventdefault-was-called\nconst supportsEventOptions = (() => {\n let supported = false;\n let onceSupported = false;\n const eventOptions = {\n get capture() {\n supported = true;\n return true;\n },\n\n get once() {\n onceSupported = true;\n return true;\n },\n };\n let callCount = 0;\n const listener = () => {\n callCount++;\n };\n const d = document.createElement('div');\n // NOTE: These will be unpatched at this point.\n d.addEventListener('click', listener, eventOptions);\n let fullySupported = supported && onceSupported;\n // Once + capture broken on Edge >= 17 < 79.\n if (fullySupported) {\n d.dispatchEvent(new Event('click'));\n d.dispatchEvent(new Event('click'));\n fullySupported = callCount == 1;\n }\n d.removeEventListener('click', listener, eventOptions);\n return fullySupported;\n})();\n\nconst nativeEventTarget = window.EventTarget ?? window.Node;\n\nif (\n !supportsEventOptions &&\n 'addEventListener' in nativeEventTarget.prototype\n) {\n const parseEventOptions = (\n optionsOrCapture?: boolean | AddEventListenerOptions\n ) => {\n let capture, once;\n if (\n optionsOrCapture &&\n (typeof optionsOrCapture === 'object' ||\n typeof optionsOrCapture === 'function')\n ) {\n capture = Boolean((optionsOrCapture as AddEventListenerOptions).capture);\n once = Boolean((optionsOrCapture as AddEventListenerOptions).once);\n } else {\n capture = Boolean(optionsOrCapture);\n once = false;\n }\n return {\n capture,\n once,\n };\n };\n\n const origAddEventListener = nativeEventTarget.prototype.addEventListener;\n const origRemoveEventListener =\n nativeEventTarget.prototype.removeEventListener;\n\n type ListenerMap = WeakMap<\n EventListenerOrEventListenerObject,\n EventListenerOrEventListenerObject | null\n >;\n type TypeMap = Map<string, ListenerMap>;\n type ElementListenerMap = WeakMap<EventTarget, TypeMap>;\n\n const captureListenerMap: ElementListenerMap = new WeakMap();\n const listenerMap: ElementListenerMap = new WeakMap();\n\n const getListenerMap = (\n target: EventTarget,\n type: string,\n capture: boolean\n ) => {\n const elMap = capture ? captureListenerMap : listenerMap;\n let typeMap = elMap.get(target);\n if (typeMap === undefined) {\n elMap.set(target, (typeMap = new Map()));\n }\n let listeners = typeMap.get(type);\n if (listeners === undefined) {\n typeMap.set(type, (listeners = new WeakMap()));\n }\n return listeners;\n };\n\n nativeEventTarget.prototype.addEventListener = function (\n type: string,\n listener: EventListenerOrEventListenerObject | null,\n options?: boolean | AddEventListenerOptions | undefined\n ) {\n if (listener == null) {\n return;\n }\n const {capture, once} = parseEventOptions(options);\n const map = getListenerMap(this, type, capture);\n if (!map.has(listener)) {\n const cachedListener = once\n ? (e: Event) => {\n map.delete(listener);\n origRemoveEventListener.call(this, type, cachedListener, capture);\n if (typeof listener === 'function') {\n return listener.call(this, e);\n }\n\n if (typeof listener?.handleEvent === 'function') {\n return listener.handleEvent(e);\n }\n }\n : null;\n map.set(listener, cachedListener);\n // Note, the cached listener is null if no wrapper is used to avoid\n // a strong ref to it;\n origAddEventListener.call(\n this,\n type,\n cachedListener ?? listener,\n capture\n );\n }\n };\n\n nativeEventTarget.prototype.removeEventListener = function (\n type: string,\n listener: EventListenerOrEventListenerObject | null,\n options?: boolean | AddEventListenerOptions | undefined\n ) {\n if (listener == null) {\n return;\n }\n const {capture} = parseEventOptions(options);\n const map = getListenerMap(this, type, capture);\n const cachedListener = map.get(listener);\n if (cachedListener !== undefined) {\n map.delete(listener);\n // Note, the cached listener is null if no wrapper was used so that a\n // strong ref to it is not kept.\n origRemoveEventListener.call(\n this,\n type,\n cachedListener ?? listener,\n capture\n );\n }\n };\n}\n","/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// Implement Node.baseURI for IE 11\n// adapted from\n// https://github.com/webcomponents/html-imports/blob/v1.2.0/src/html-imports.js\n\nconst native_baseURI = Object.getOwnPropertyDescriptor(\n Node.prototype,\n 'baseURI'\n);\nif (!native_baseURI) {\n Object.defineProperty(Node.prototype, 'baseURI', {\n get(this: Node): string {\n // this.ownerDocument is `null` for documents\n const doc = this.ownerDocument || (this as Document);\n const base = doc.querySelector('base[href]') as HTMLBaseElement;\n return (base && base.href) || window.location.href;\n },\n configurable: true,\n enumerable: true,\n });\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n// In IE11, the `attributes` descriptor is on `Node.prototype`.\nconst attributesDescriptor =\n Object.getOwnPropertyDescriptor(Element_prototype, 'attributes') ??\n Object.getOwnPropertyDescriptor(Node.prototype, 'attributes');\n// In Safari 9, the `attributes` descriptor's getter is undefined. In Chrome 41,\n// the `attributes` descriptor is a data descriptor on each Element instance.\nconst getAttributes =\n attributesDescriptor?.get ??\n function (this: Element) {\n return this.attributes;\n };\nconst map = Array.prototype.map;\n\nif (!Element_prototype.hasOwnProperty('getAttributeNames')) {\n Element_prototype.getAttributeNames = function getAttributeNames(\n this: Element\n ): Array<string> {\n return map.call(\n getAttributes.call(this),\n (attr) => attr.name\n ) as Array<string>;\n };\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\n\nif (!Element_prototype.hasOwnProperty('matches')) {\n Element_prototype.matches =\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).webkitMatchesSelector as Element['matches']) ??\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n ((Element_prototype as any).msMatchesSelector as Element['matches']);\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\n\nconst installAppend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('append')) {\n return;\n }\n\n Object.defineProperty(prototype, 'append', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function append(...args: Array<Node | string>) {\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallAppend(Document);\ninstallAppend(DocumentFragment);\ninstallAppend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installPrepend = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('prepend')) {\n return;\n }\n\n Object.defineProperty(prototype, 'prepend', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function prepend(...args: Array<Node | string>) {\n const firstChild = nativeGetFirstChild.call(this);\n for (const arg of args) {\n const newNode =\n typeof arg === 'string' ? document.createTextNode(arg) : arg;\n nativeInsertBefore.call(this, newNode, firstChild);\n }\n },\n });\n};\n\ninstallPrepend(Document);\ninstallPrepend(DocumentFragment);\ninstallPrepend(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeAppendChild = Node.prototype.appendChild;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetFirstChild =\n // In Chrome 41, `firstChild` is a data descriptor on every instance, not a\n // accessor descriptor on `Node.prototype`.\n Object.getOwnPropertyDescriptor(Node.prototype, 'firstChild')?.get ??\n // In Safari 9, the `firstChild` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.firstChild;\n };\n\nconst installReplaceChildren = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceChildren')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceChildren', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceChildren(...args: Array<Node | string>) {\n let child;\n while ((child = nativeGetFirstChild.call(this)) !== null) {\n nativeRemoveChild.call(this, child);\n }\n\n for (const arg of args) {\n nativeAppendChild.call(\n this,\n typeof arg === 'string' ? document.createTextNode(arg) : arg\n );\n }\n },\n });\n};\n\ninstallReplaceChildren(Document);\ninstallReplaceChildren(DocumentFragment);\ninstallReplaceChildren(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\nconst nativeGetNextSibling =\n Object.getOwnPropertyDescriptor(Node.prototype, 'nextSibling')?.get ??\n // In Safari 9, the `nextSibling` descriptor's `get` and `set` are\n // undefined.\n function (this: Node) {\n return this.nextSibling;\n };\n\nconst installAfter = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('after')) {\n return;\n }\n\n Object.defineProperty(prototype, 'after', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function after(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n const nextSibling = nativeGetNextSibling.call(this);\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n nextSibling\n );\n }\n },\n });\n};\n\ninstallAfter(CharacterData);\ninstallAfter(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installBefore = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('before')) {\n return;\n }\n\n Object.defineProperty(prototype, 'before', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function before(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n },\n });\n};\n\ninstallBefore(CharacterData);\ninstallBefore(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installRemove = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('remove')) {\n return;\n }\n\n Object.defineProperty(prototype, 'remove', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function remove() {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode) {\n nativeRemoveChild.call(parentNode, this);\n }\n },\n });\n};\n\ninstallRemove(CharacterData);\ninstallRemove(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt\nThe complete set of authors may be found at http://polymer.github.io/AUTHORS.txt\nThe complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt\nCode distributed by Google as part of the polymer project is also\nsubject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\ntype Constructor<T> = new (...args: Array<any>) => T;\n\nconst nativeInsertBefore = Node.prototype.insertBefore;\nconst nativeRemoveChild = Node.prototype.removeChild;\nconst nativeGetParentNode =\n Object.getOwnPropertyDescriptor(Node.prototype, 'parentNode')?.get ??\n // In Safari 9, the `parentNode` descriptor's `get` and `set` are undefined.\n function (this: Node) {\n return this.parentNode;\n };\n\nconst installReplaceWith = <T>(constructor: Constructor<T>) => {\n const prototype = constructor.prototype;\n if (prototype.hasOwnProperty('replaceWith')) {\n return;\n }\n\n Object.defineProperty(prototype, 'replaceWith', {\n configurable: true,\n enumerable: true,\n writable: true,\n value: function replaceWith(...args: Array<Node | string>) {\n const parentNode = nativeGetParentNode.call(this);\n if (parentNode === null) {\n return;\n }\n\n for (const arg of args) {\n nativeInsertBefore.call(\n parentNode,\n typeof arg === 'string' ? document.createTextNode(arg) : arg,\n this\n );\n }\n\n nativeRemoveChild.call(parentNode, this);\n },\n });\n};\n\ninstallReplaceWith(CharacterData);\ninstallReplaceWith(Element);\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = window.Element.prototype;\nconst HTMLElement_prototype = window.HTMLElement.prototype;\nconst SVGElement_prototype = window['SVGElement'].prototype;\n\n// Thanks to @justinfagnani for finding this:\n//\n// In IE11, `classList` is only supported on `HTMLElement` instances: the\n// descriptor is an own property of `HTMLElement.prototype` and is an accessor\n// descriptor with `set` as `undefined` and no `get`. However, it seems to be\n// implemented generically enough such that copying it to something in the\n// prototype chain of `SVGElement` correctly adds support for `classList` (as\n// far as `DOMTokenList` implemented in IE11).\nif (\n HTMLElement_prototype.hasOwnProperty('classList') &&\n !Element_prototype.hasOwnProperty('classList') &&\n !SVGElement_prototype.hasOwnProperty('classList')\n) {\n Object.defineProperty(\n Element_prototype,\n 'classList',\n Object.getOwnPropertyDescriptor(HTMLElement_prototype, 'classList')!\n );\n}\n","/**\n@license\nCopyright (c) 2020 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nexport {};\n\nconst Element_prototype = Element.prototype;\nconst nativeHasAttribute = Element.prototype.hasAttribute;\nconst nativeSetAttribute = Element.prototype.setAttribute;\nconst nativeRemoveAttribute = Element.prototype.removeAttribute;\n\nif (!Element_prototype.hasOwnProperty('toggleAttribute')) {\n Element_prototype.toggleAttribute = function toggleAttribute(\n this: Element,\n name: string,\n force?: boolean\n ): boolean {\n if (force === undefined) {\n if (nativeHasAttribute.call(this, name)) {\n nativeRemoveAttribute.call(this, name);\n return false;\n } else {\n nativeSetAttribute.call(this, name, '');\n return true;\n }\n }\n if (force) {\n if (!nativeHasAttribute.call(this, name)) {\n nativeSetAttribute.call(this, name, '');\n }\n return true;\n }\n // force is falsey\n nativeRemoveAttribute.call(this, name);\n return false;\n };\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:util/defineproperty] "," [synthetic:util/global] "," [synthetic:util/polyfill] "," [synthetic:es6/symbol] "," [synthetic:es6/util/setprototypeof] "," [synthetic:es6/generator_engine] ","ts_src/platform/symbol.ts","ts_src/platform/es6-misc.ts","../../../promise-polyfill/src/index.js","../../../promise-polyfill/src/finally.js","ts_src/platform/promise.ts","../../../get-own-property-symbols/build/get-own-property-symbols.max.js"],"names":["$jscomp.defineProperty","$jscomp.global","$jscomp.getGlobal","$jscomp.polyfill","$jscomp.iteratorPrototype","$jscomp.arrayIteratorImpl","$jscomp.setPrototypeOf","$jscomp.generator.Context","$jscomp.generator.Generator_","$jscomp.generator.Engine_","Array","from","Array.from","object","slice","call","Object","assign","Object.assign","target","args","arguments","i","s","length","n$","keys","source","p","setTimeoutFunc","setTimeout","noop","bind","fn","thisArg","apply","Promise","TypeError","_state","_handled","_value","undefined","_deferreds","doResolve","handle","self","deferred","push","Promise$$module$node_modules$promise_polyfill$src$index._immediateFn","cb","onFulfilled","onRejected","resolve","reject","promise","ret","e","newValue","then","finale","console","warn","len","Handler","done","value","reason","ex","prototype","Promise.prototype.then","prom","constructor","finallyConstructor","callback","Promise.all","arr","res","val","remaining","Promise.resolve","Promise.reject","Promise.race","Promise$$module$node_modules$promise_polyfill$src$index.resolve","setImmediate","window","Promise$$module$node_modules$promise_polyfill$src$index.all","Promise$$module$node_modules$promise_polyfill$src$index.race","Promise$$module$node_modules$promise_polyfill$src$index.reject","node","document","createTextNode","callbacks","MutationObserver","splice","observe","characterData","PromisePolyfill._immediateFn","textContent","GOPS","G","global","id","random","String","Math","internalSymbol","gOPN","GOPN","gOPD","GOPD","create","freeze","defineProperty","DP","$defineProperties","DPies","descriptor","ObjectProto","hOP","hasOwnProperty","pIE","PIE","toString","addInternalIfNeeded","o","uid","enumerable","configurable","writable","createWithSymbols","proto","descriptors","forEach","key","propertyIsEnumerable","$defineProperty","get","onlyNonSymbols","name","onlySymbols","setAndGetSymbol","set","setDescriptor","sourceConstructor","Symbol","description","prefix","concat","sourceMap","newDescriptor","$getOwnPropertySymbols","filter","map","descriptor.value","symbols","symbol","label","str","o_O","protoDescriptor","O","dP","toStringTag","getOwnPropertyDescriptor","tst","Si","AP","SP","returnThis","iterator","next","fromCodePoint","c","codePointAt","Object.prototype.toString","Object.keys","obj","getOwnPropertyNames","prop","$jscomp.generator.createGenerator","Set","temp","Map","entries"],"mappings":"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","file":"webcomponents-pf_js.js","sourcesContent":[null,null,null,null,null,null,null,"/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\n// import polyfill for Symbol and Object.getOwnPropertySymbols\nimport 'get-own-property-symbols/build/get-own-property-symbols.max';\n\n// Fix issue in toString patch when compiled into strict mode via closure\n// https://github.com/es-shims/get-own-property-symbols/issues/16\nconst toString = Object.prototype.toString;\nObject.prototype.toString = function () {\n if (this === undefined) {\n return '[object Undefined]';\n } else if (this === null) {\n return '[object Null]';\n } else {\n return toString.call(this);\n }\n};\n\n// overwrite Object.keys to filter out symbols\nObject.keys = function (obj: object) {\n return Object.getOwnPropertyNames(obj).filter((name) => {\n const prop = Object.getOwnPropertyDescriptor(obj, name);\n return prop && prop.enumerable;\n });\n};\n\n// implement iterators for IE 11\nif (!String.prototype[Symbol.iterator] || !String.prototype.codePointAt) {\n String.prototype[Symbol.iterator] = function* (this: string) {\n for (let i = 0; i < this.length; i++) {\n yield this[i];\n }\n };\n}\n\nif (!Set.prototype[Symbol.iterator]) {\n Set.prototype[Symbol.iterator] = function* <T>(this: Set<T>) {\n const temp: T[] = [];\n this.forEach((value) => {\n temp.push(value);\n });\n for (let i = 0; i < temp.length; i++) {\n yield temp[i];\n }\n };\n}\n\nif (!Map.prototype[Symbol.iterator]) {\n Map.prototype[Symbol.iterator] = function* <K, V>(this: Map<K, V>) {\n const entries: Array<[K, V]> = [];\n this.forEach((value, key) => {\n entries.push([key, value]);\n });\n for (let i = 0; i < entries.length; i++) {\n yield entries[i];\n }\n };\n}\n","/**\n * @license\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\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\nif (!Array.from) {\n Array.from = <T extends unknown>(object: ArrayLike<T>): Array<T> => {\n return [].slice.call(object);\n };\n}\n\nif (!Object.assign) {\n const assign = (target: object, source: object) => {\n const n$ = Object.keys(source);\n for (let i = 0; i < n$.length; i++) {\n const p = n$[i];\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (target as any)[p] = (source as any)[p];\n }\n };\n\n Object.assign = function (target: object) {\n // eslint-disable-next-line prefer-rest-params\n const args: object[] = [].slice.call(arguments, 1);\n for (let i = 0, s; i < args.length; i++) {\n s = args[i];\n if (s) {\n assign(target, s);\n }\n }\n return target;\n };\n}\n","import promiseFinally from './finally';\nimport allSettled from './allSettled';\n\n// Store setTimeout reference so promise-polyfill will be unaffected by\n// other code modifying setTimeout (like sinon.useFakeTimers())\nvar setTimeoutFunc = setTimeout;\n\nfunction isArray(x) {\n return Boolean(x && typeof x.length !== 'undefined');\n}\n\nfunction noop() {}\n\n// Polyfill for Function.prototype.bind\nfunction bind(fn, thisArg) {\n return function() {\n fn.apply(thisArg, arguments);\n };\n}\n\n/**\n * @constructor\n * @param {Function} fn\n */\nfunction Promise(fn) {\n if (!(this instanceof Promise))\n throw new TypeError('Promises must be constructed via new');\n if (typeof fn !== 'function') throw new TypeError('not a function');\n /** @type {!number} */\n this._state = 0;\n /** @type {!boolean} */\n this._handled = false;\n /** @type {Promise|undefined} */\n this._value = undefined;\n /** @type {!Array<!Function>} */\n this._deferreds = [];\n\n doResolve(fn, this);\n}\n\nfunction handle(self, deferred) {\n while (self._state === 3) {\n self = self._value;\n }\n if (self._state === 0) {\n self._deferreds.push(deferred);\n return;\n }\n self._handled = true;\n Promise._immediateFn(function() {\n var cb = self._state === 1 ? deferred.onFulfilled : deferred.onRejected;\n if (cb === null) {\n (self._state === 1 ? resolve : reject)(deferred.promise, self._value);\n return;\n }\n var ret;\n try {\n ret = cb(self._value);\n } catch (e) {\n reject(deferred.promise, e);\n return;\n }\n resolve(deferred.promise, ret);\n });\n}\n\nfunction resolve(self, newValue) {\n try {\n // Promise Resolution Procedure: https://github.com/promises-aplus/promises-spec#the-promise-resolution-procedure\n if (newValue === self)\n throw new TypeError('A promise cannot be resolved with itself.');\n if (\n newValue &&\n (typeof newValue === 'object' || typeof newValue === 'function')\n ) {\n var then = newValue.then;\n if (newValue instanceof Promise) {\n self._state = 3;\n self._value = newValue;\n finale(self);\n return;\n } else if (typeof then === 'function') {\n doResolve(bind(then, newValue), self);\n return;\n }\n }\n self._state = 1;\n self._value = newValue;\n finale(self);\n } catch (e) {\n reject(self, e);\n }\n}\n\nfunction reject(self, newValue) {\n self._state = 2;\n self._value = newValue;\n finale(self);\n}\n\nfunction finale(self) {\n if (self._state === 2 && self._deferreds.length === 0) {\n Promise._immediateFn(function() {\n if (!self._handled) {\n Promise._unhandledRejectionFn(self._value);\n }\n });\n }\n\n for (var i = 0, len = self._deferreds.length; i < len; i++) {\n handle(self, self._deferreds[i]);\n }\n self._deferreds = null;\n}\n\n/**\n * @constructor\n */\nfunction Handler(onFulfilled, onRejected, promise) {\n this.onFulfilled = typeof onFulfilled === 'function' ? onFulfilled : null;\n this.onRejected = typeof onRejected === 'function' ? onRejected : null;\n this.promise = promise;\n}\n\n/**\n * Take a potentially misbehaving resolver function and make sure\n * onFulfilled and onRejected are only called once.\n *\n * Makes no guarantees about asynchrony.\n */\nfunction doResolve(fn, self) {\n var done = false;\n try {\n fn(\n function(value) {\n if (done) return;\n done = true;\n resolve(self, value);\n },\n function(reason) {\n if (done) return;\n done = true;\n reject(self, reason);\n }\n );\n } catch (ex) {\n if (done) return;\n done = true;\n reject(self, ex);\n }\n}\n\nPromise.prototype['catch'] = function(onRejected) {\n return this.then(null, onRejected);\n};\n\nPromise.prototype.then = function(onFulfilled, onRejected) {\n // @ts-ignore\n var prom = new this.constructor(noop);\n\n handle(this, new Handler(onFulfilled, onRejected, prom));\n return prom;\n};\n\nPromise.prototype['finally'] = promiseFinally;\n\nPromise.all = function(arr) {\n return new Promise(function(resolve, reject) {\n if (!isArray(arr)) {\n return reject(new TypeError('Promise.all accepts an array'));\n }\n\n var args = Array.prototype.slice.call(arr);\n if (args.length === 0) return resolve([]);\n var remaining = args.length;\n\n function res(i, val) {\n try {\n if (val && (typeof val === 'object' || typeof val === 'function')) {\n var then = val.then;\n if (typeof then === 'function') {\n then.call(\n val,\n function(val) {\n res(i, val);\n },\n reject\n );\n return;\n }\n }\n args[i] = val;\n if (--remaining === 0) {\n resolve(args);\n }\n } catch (ex) {\n reject(ex);\n }\n }\n\n for (var i = 0; i < args.length; i++) {\n res(i, args[i]);\n }\n });\n};\n\nPromise.allSettled = allSettled;\n\nPromise.resolve = function(value) {\n if (value && typeof value === 'object' && value.constructor === Promise) {\n return value;\n }\n\n return new Promise(function(resolve) {\n resolve(value);\n });\n};\n\nPromise.reject = function(value) {\n return new Promise(function(resolve, reject) {\n reject(value);\n });\n};\n\nPromise.race = function(arr) {\n return new Promise(function(resolve, reject) {\n if (!isArray(arr)) {\n return reject(new TypeError('Promise.race accepts an array'));\n }\n\n for (var i = 0, len = arr.length; i < len; i++) {\n Promise.resolve(arr[i]).then(resolve, reject);\n }\n });\n};\n\n// Use polyfill for setImmediate for performance gains\nPromise._immediateFn =\n // @ts-ignore\n (typeof setImmediate === 'function' &&\n function(fn) {\n // @ts-ignore\n setImmediate(fn);\n }) ||\n function(fn) {\n setTimeoutFunc(fn, 0);\n };\n\nPromise._unhandledRejectionFn = function _unhandledRejectionFn(err) {\n if (typeof console !== 'undefined' && console) {\n console.warn('Possible Unhandled Promise Rejection:', err); // eslint-disable-line no-console\n }\n};\n\nexport default Promise;\n","/**\n * @this {Promise}\n */\nfunction finallyConstructor(callback) {\n var constructor = this.constructor;\n return this.then(\n function(value) {\n // @ts-ignore\n return constructor.resolve(callback()).then(function() {\n return value;\n });\n },\n function(reason) {\n // @ts-ignore\n return constructor.resolve(callback()).then(function() {\n // @ts-ignore\n return constructor.reject(reason);\n });\n }\n );\n}\n\nexport default finallyConstructor;\n","/**\n@license\nCopyright (c) 2017 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nimport PromisePolyfill from 'promise-polyfill/src/index.js';\n\n/*\nAssign the ES6 promise polyfill to window ourselves instead of using the \"auto\"\npolyfill to work around\nhttps://github.com/webcomponents/webcomponentsjs/issues/837\n*/\nif (!window.Promise) {\n window.Promise = PromisePolyfill;\n // save Promise API\n /* eslint-disable no-self-assign */\n // PromisePolyfill.prototype['catch'] = PromisePolyfill.prototype.catch;\n PromisePolyfill.prototype['then'] = PromisePolyfill.prototype.then;\n // PromisePolyfill.prototype['finally'] = PromisePolyfill.prototype.finally;\n PromisePolyfill['all'] = PromisePolyfill.all;\n PromisePolyfill['race'] = PromisePolyfill.race;\n PromisePolyfill['resolve'] = PromisePolyfill.resolve;\n PromisePolyfill['reject'] = PromisePolyfill.reject;\n /* eslint-enable */\n\n // approach copied from\n // https://github.com/Polymer/polymer/blob/v3.0.2/lib/utils/async.js\n const node = document.createTextNode('');\n const twiddleNode = function twiddleNode() {\n node.textContent = node.textContent!.length > 0 ? '' : 'a';\n };\n /** @type {!Array<function():void>} */\n const callbacks: Array<() => void> = [];\n new MutationObserver(() => {\n const len = callbacks.length;\n for (let i = 0; i < len; i++) {\n callbacks[i]();\n }\n callbacks.splice(0, len);\n }).observe(node, {characterData: true});\n\n // set _immediateFn to a MutationObserver for close-to-native timing\n PromisePolyfill._immediateFn = (fn: () => void) => {\n callbacks.push(fn);\n twiddleNode();\n };\n}\n","/*!\nCopyright (C) 2015 by WebReflection\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n*/\n(function (Object, GOPS) {\n 'use strict';\n\n // (C) Andrea Giammarchi - Mit Style\n\n if (GOPS in Object) { return; }\n\n var\n setDescriptor,\n G = typeof global === typeof G ? window : global,\n id = 0,\n random = String(Math.random()),\n prefix = '__\\x01symbol:',\n prefixLength = prefix.length,\n internalSymbol = '__\\x01symbol@@' + random,\n DP = 'defineProperty',\n DPies = 'defineProperties',\n GOPN = 'getOwnPropertyNames',\n GOPD = 'getOwnPropertyDescriptor',\n PIE = 'propertyIsEnumerable',\n gOPN = Object[GOPN],\n gOPD = Object[GOPD],\n create = Object.create,\n keys = Object.keys,\n freeze = Object.freeze || Object,\n defineProperty = Object[DP],\n $defineProperties = Object[DPies],\n descriptor = gOPD(Object, GOPN),\n ObjectProto = Object.prototype,\n hOP = ObjectProto.hasOwnProperty,\n pIE = ObjectProto[PIE],\n toString = ObjectProto.toString,\n addInternalIfNeeded = function (o, uid, enumerable) {\n if (!hOP.call(o, internalSymbol)) {\n defineProperty(o, internalSymbol, {\n enumerable: false,\n configurable: false,\n writable: false,\n value: {}\n });\n }\n o[internalSymbol]['@@' + uid] = enumerable; // eslint-disable-line no-param-reassign\n },\n createWithSymbols = function (proto, descriptors) {\n var self = create(proto);\n gOPN(descriptors).forEach(function (key) {\n if (propertyIsEnumerable.call(descriptors, key)) {\n $defineProperty(self, key, descriptors[key]);\n }\n });\n return self;\n },\n copyAsNonEnumerable = function (descriptor) {\n var newDescriptor = create(descriptor);\n newDescriptor.enumerable = false;\n return newDescriptor;\n },\n get = function get() {},\n onlyNonSymbols = function (name) {\n // eslint-disable-next-line eqeqeq\n return name != internalSymbol && !hOP.call(source, name);\n },\n onlySymbols = function (name) {\n // eslint-disable-next-line eqeqeq\n return name != internalSymbol && hOP.call(source, name);\n },\n propertyIsEnumerable = function propertyIsEnumerable(key) {\n var uid = String(key);\n return onlySymbols(uid) ? hOP.call(this, uid) && !!this[internalSymbol] && this[internalSymbol]['@@' + uid] : pIE.call(this, key);\n },\n setAndGetSymbol = function (uid) {\n var descriptor = {\n enumerable: false,\n configurable: true,\n get: get,\n set: function (value) {\n setDescriptor(this, uid, {\n enumerable: false,\n configurable: true,\n writable: true,\n value: value\n });\n addInternalIfNeeded(this, uid, true);\n }\n };\n defineProperty(ObjectProto, uid, descriptor);\n source[uid] = defineProperty(\n Object(uid),\n 'constructor',\n sourceConstructor\n );\n return freeze(source[uid]);\n },\n Symbol = function Symbol(description) {\n if (this instanceof Symbol) {\n throw new TypeError('Symbol is not a constructor');\n }\n return setAndGetSymbol(prefix.concat(description || '', random, ++id));\n },\n source = create(null),\n sourceConstructor = { value: Symbol },\n sourceMap = function (uid) {\n return source[uid];\n },\n $defineProperty = function defineProp(o, key, descriptor) {\n var uid = String(key);\n if (onlySymbols(uid)) {\n setDescriptor(o, uid, descriptor.enumerable ? copyAsNonEnumerable(descriptor) : descriptor);\n addInternalIfNeeded(o, uid, !!descriptor.enumerable);\n } else {\n defineProperty(o, key, descriptor);\n }\n return o;\n },\n $getOwnPropertySymbols = function getOwnPropertySymbols(o) {\n return gOPN(o).filter(onlySymbols).map(sourceMap);\n };\n descriptor.value = $defineProperty;\n defineProperty(Object, DP, descriptor);\n\n descriptor.value = $getOwnPropertySymbols;\n defineProperty(Object, GOPS, descriptor);\n\n descriptor.value = function getOwnPropertyNames(o) {\n return gOPN(o).filter(onlyNonSymbols);\n };\n defineProperty(Object, GOPN, descriptor);\n\n descriptor.value = function defineProperties(o, descriptors) {\n var symbols = $getOwnPropertySymbols(descriptors);\n if (symbols.length) {\n keys(descriptors).concat(symbols).forEach(function (uid) {\n if (propertyIsEnumerable.call(descriptors, uid)) {\n $defineProperty(o, uid, descriptors[uid]);\n }\n });\n } else {\n $defineProperties(o, descriptors);\n }\n return o;\n };\n defineProperty(Object, DPies, descriptor);\n\n descriptor.value = propertyIsEnumerable;\n defineProperty(ObjectProto, PIE, descriptor);\n\n descriptor.value = Symbol;\n defineProperty(G, 'Symbol', descriptor);\n\n // defining `Symbol.for(key)`\n descriptor.value = function (key) {\n var uid = prefix.concat(prefix, key, random);\n return uid in ObjectProto ? source[uid] : setAndGetSymbol(uid);\n };\n defineProperty(Symbol, 'for', descriptor);\n\n // defining `Symbol.keyFor(symbol)`\n descriptor.value = function (symbol) {\n if (onlyNonSymbols(symbol)) { throw new TypeError(symbol + ' is not a symbol'); }\n if (!hOP.call(source, symbol)) {\n return void 0;\n }\n var label = symbol.slice(prefixLength);\n if (label.slice(0, prefixLength) !== prefix) {\n return void 0;\n }\n label = label.slice(prefixLength);\n if (label === random) {\n return void 0;\n }\n label = label.slice(0, label.length - random.length);\n return label.length > 0 ? label : void 0;\n };\n defineProperty(Symbol, 'keyFor', descriptor);\n\n descriptor.value = function getOwnPropertyDescriptor(o, key) {\n var descriptor = gOPD(o, key);\n if (descriptor && onlySymbols(key)) {\n descriptor.enumerable = propertyIsEnumerable.call(o, key);\n }\n return descriptor;\n };\n defineProperty(Object, GOPD, descriptor);\n\n descriptor.value = function (proto, descriptors) {\n return arguments.length === 1 || typeof descriptors === 'undefined' ? create(proto) : createWithSymbols(proto, descriptors);\n };\n defineProperty(Object, 'create', descriptor);\n\n descriptor.value = function () {\n var str = toString.call(this);\n return str === '[object String]' && onlySymbols(this) ? '[object Symbol]' : str;\n };\n defineProperty(ObjectProto, 'toString', descriptor);\n\n try { // fails in few pre ES 5.1 engines\n if (\n create(defineProperty({}, prefix, {\n get: function () {\n return defineProperty(this, prefix, { value: true })[prefix];\n }\n }))[prefix] === true\n ) {\n setDescriptor = defineProperty;\n } else {\n throw 'IE11'; // eslint-disable-line no-throw-literal\n }\n } catch (o_O) { // eslint-disable-line camelcase\n setDescriptor = function (o, key, descriptor) {\n var protoDescriptor = gOPD(ObjectProto, key);\n delete ObjectProto[key];\n defineProperty(o, key, descriptor);\n defineProperty(ObjectProto, key, protoDescriptor);\n };\n }\n\n}(Object, 'getOwnPropertySymbols'));\n\n(function (O, Symbol) {\n 'use strict';\n\n var\n dP = O.defineProperty,\n ObjectProto = O.prototype,\n toString = ObjectProto.toString,\n toStringTag = 'toStringTag',\n descriptor;\n [\n 'iterator', // A method returning the default iterator for an object. Used by for...of.\n 'match', // A method that matches against a string, also used to determine if an object may be used as a regular expression. Used by String.prototype.match().\n 'replace', // A method that replaces matched substrings of a string. Used by String.prototype.replace().\n 'search', // A method that returns the index within a string that matches the regular expression. Used by String.prototype.search().\n 'split', // A method that splits a string at the indices that match a regular expression. Used by String.prototype.split().\n 'hasInstance', // A method determining if a constructor object recognizes an object as its instance. Used by instanceof.\n 'isConcatSpreadable', // A Boolean value indicating if an object should be flattened to its array elements. Used by Array.prototype.concat().\n 'unscopables', // An Array of string values that are property values. These are excluded from the with environment bindings of the associated objects.\n 'species', // A constructor function that is used to create derived objects.\n 'toPrimitive', // A method converting an object to a primitive value.\n toStringTag // A string value used for the default description of an object. Used by Object.prototype.toString().\n ].forEach(function (name) {\n if (!(name in Symbol)) {\n dP(Symbol, name, { value: Symbol(name) });\n if (name === toStringTag) {\n descriptor = O.getOwnPropertyDescriptor(ObjectProto, 'toString');\n descriptor.value = function () {\n var str = toString.call(this);\n var tst = this == null ? this : this[Symbol.toStringTag];\n return tst == null ? str : '[object ' + tst + ']';\n };\n dP(ObjectProto, 'toString', descriptor);\n }\n }\n });\n}(Object, Symbol));\n\n(function (Si, AP, SP) {\n\n function returnThis() { return this; }\n\n /*\n * make Arrays usable as iterators\n * so that other iterables can copy same logic\n */\n if (!AP[Si]) {\n // eslint-disable-next-line no-param-reassign\n AP[Si] = function () {\n var\n i = 0,\n self = this,\n iterator = {\n next: function next() {\n var done = self.length <= i;\n return done ? { done: done } : { done: done, value: self[i++] };\n }\n };\n iterator[Si] = returnThis;\n return iterator;\n };\n }\n\n /*\n * make Strings usable as iterators\n * to simplify Array.from and for/of like loops\n */\n if (!SP[Si]) {\n // eslint-disable-next-line no-param-reassign\n SP[Si] = function () {\n var\n fromCodePoint = String.fromCodePoint,\n self = this,\n i = 0,\n length = self.length,\n iterator = {\n next: function next() {\n var\n done = length <= i,\n c = done ? '' : fromCodePoint(self.codePointAt(i));\n i += c.length;\n return done ? { done: done } : { done: done, value: c };\n }\n };\n iterator[Si] = returnThis;\n return iterator;\n };\n }\n\n}(Symbol.iterator, Array.prototype, String.prototype));\n"]}
|
|
1
|
+
{"version":3,"sources":[" [synthetic:es6/util/arrayiterator] "," [synthetic:util/defineproperty] "," [synthetic:util/global] "," [synthetic:util/polyfill] "," [synthetic:es6/symbol] "," [synthetic:es6/util/setprototypeof] "," [synthetic:es6/generator_engine] ","ts_src/platform/symbol.ts","ts_src/platform/es6-misc.ts","../../../promise-polyfill/src/index.js","../../../promise-polyfill/src/finally.js","ts_src/platform/promise.ts","../../../get-own-property-symbols/build/get-own-property-symbols.max.js"],"names":["$jscomp.defineProperty","$jscomp.global","$jscomp.getGlobal","$jscomp.polyfill","$jscomp.iteratorPrototype","$jscomp.arrayIteratorImpl","$jscomp.setPrototypeOf","$jscomp.generator.Context","$jscomp.generator.Generator_","$jscomp.generator.Engine_","Array","from","Array.from","object","slice","call","Object","assign","Object.assign","target","args","arguments","i","s","length","n$","keys","source","p","setTimeoutFunc","setTimeout","noop","bind","fn","thisArg","apply","Promise","TypeError","_state","_handled","_value","undefined","_deferreds","doResolve","handle","self","deferred","push","Promise$$module$node_modules$promise_polyfill$src$index._immediateFn","cb","onFulfilled","onRejected","resolve","reject","promise","ret","e","newValue","then","finale","console","warn","len","Handler","done","value","reason","ex","prototype","Promise.prototype.then","prom","constructor","finallyConstructor","callback","Promise.all","arr","res","val","remaining","Promise.resolve","Promise.reject","Promise.race","Promise$$module$node_modules$promise_polyfill$src$index.resolve","setImmediate","window","Promise$$module$node_modules$promise_polyfill$src$index.all","Promise$$module$node_modules$promise_polyfill$src$index.race","Promise$$module$node_modules$promise_polyfill$src$index.reject","node","document","createTextNode","callbacks","MutationObserver","splice","observe","characterData","PromisePolyfill._immediateFn","textContent","GOPS","G","global","id","random","String","Math","internalSymbol","gOPN","GOPN","gOPD","GOPD","create","freeze","defineProperty","DP","$defineProperties","DPies","descriptor","ObjectProto","hOP","hasOwnProperty","pIE","PIE","toString","addInternalIfNeeded","o","uid","enumerable","configurable","writable","createWithSymbols","proto","descriptors","forEach","key","propertyIsEnumerable","$defineProperty","get","onlyNonSymbols","name","onlySymbols","setAndGetSymbol","set","setDescriptor","sourceConstructor","Symbol","description","prefix","concat","sourceMap","newDescriptor","$getOwnPropertySymbols","filter","map","descriptor.value","symbols","symbol","label","str","o_O","protoDescriptor","O","dP","toStringTag","getOwnPropertyDescriptor","tst","Si","AP","SP","returnThis","iterator","next","fromCodePoint","c","codePointAt","Object.prototype.toString","Object.keys","obj","getOwnPropertyNames","prop","$jscomp.generator.createGenerator","Set","temp","Map","entries"],"mappings":"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","file":"webcomponents-pf_js.js","sourcesContent":[null,null,null,null,null,null,null,"/**\n@license\nCopyright (c) 2018 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\n// import polyfill for Symbol and Object.getOwnPropertySymbols\nimport 'get-own-property-symbols/build/get-own-property-symbols.max';\n\n// Fix issue in toString patch when compiled into strict mode via closure\n// https://github.com/es-shims/get-own-property-symbols/issues/16\nconst toString = Object.prototype.toString;\nObject.prototype.toString = function () {\n if (this === undefined) {\n return '[object Undefined]';\n } else if (this === null) {\n return '[object Null]';\n } else {\n return toString.call(this);\n }\n};\n\n// overwrite Object.keys to filter out symbols\nObject.keys = function (obj: object) {\n return Object.getOwnPropertyNames(obj).filter((name) => {\n const prop = Object.getOwnPropertyDescriptor(obj, name);\n return prop && prop.enumerable;\n });\n};\n\n// implement iterators for IE 11\nif (!String.prototype[Symbol.iterator] || !String.prototype.codePointAt) {\n String.prototype[Symbol.iterator] = function* (this: string) {\n for (let i = 0; i < this.length; i++) {\n yield this[i];\n }\n };\n}\n\nif (!Set.prototype[Symbol.iterator]) {\n Set.prototype[Symbol.iterator] = function* <T>(this: Set<T>) {\n const temp: T[] = [];\n this.forEach((value) => {\n temp.push(value);\n });\n for (let i = 0; i < temp.length; i++) {\n yield temp[i];\n }\n };\n}\n\nif (!Map.prototype[Symbol.iterator]) {\n Map.prototype[Symbol.iterator] = function* <K, V>(this: Map<K, V>) {\n const entries: Array<[K, V]> = [];\n this.forEach((value, key) => {\n entries.push([key, value]);\n });\n for (let i = 0; i < entries.length; i++) {\n yield entries[i];\n }\n };\n}\n","/**\n * @license\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\n * http://polymer.github.io/LICENSE.txt The complete set of authors may be found\n * at http://polymer.github.io/AUTHORS.txt The complete set of contributors may\n * be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by\n * Google as part of the polymer project is also subject to an additional IP\n * rights grant found at http://polymer.github.io/PATENTS.txt\n */\n\nexport {};\n\nif (!Array.from) {\n Array.from = <T>(object: ArrayLike<T>): Array<T> => {\n return [].slice.call(object);\n };\n}\n\nif (!Object.assign) {\n const assign = (target: object, source: object) => {\n const n$ = Object.keys(source);\n for (let i = 0; i < n$.length; i++) {\n const p = n$[i];\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n (target as any)[p] = (source as any)[p];\n }\n };\n\n Object.assign = function (target: object) {\n // eslint-disable-next-line prefer-rest-params\n const args: object[] = [].slice.call(arguments, 1);\n for (let i = 0, s; i < args.length; i++) {\n s = args[i];\n if (s) {\n assign(target, s);\n }\n }\n return target;\n };\n}\n","import promiseFinally from './finally';\nimport allSettled from './allSettled';\n\n// Store setTimeout reference so promise-polyfill will be unaffected by\n// other code modifying setTimeout (like sinon.useFakeTimers())\nvar setTimeoutFunc = setTimeout;\n\nfunction isArray(x) {\n return Boolean(x && typeof x.length !== 'undefined');\n}\n\nfunction noop() {}\n\n// Polyfill for Function.prototype.bind\nfunction bind(fn, thisArg) {\n return function() {\n fn.apply(thisArg, arguments);\n };\n}\n\n/**\n * @constructor\n * @param {Function} fn\n */\nfunction Promise(fn) {\n if (!(this instanceof Promise))\n throw new TypeError('Promises must be constructed via new');\n if (typeof fn !== 'function') throw new TypeError('not a function');\n /** @type {!number} */\n this._state = 0;\n /** @type {!boolean} */\n this._handled = false;\n /** @type {Promise|undefined} */\n this._value = undefined;\n /** @type {!Array<!Function>} */\n this._deferreds = [];\n\n doResolve(fn, this);\n}\n\nfunction handle(self, deferred) {\n while (self._state === 3) {\n self = self._value;\n }\n if (self._state === 0) {\n self._deferreds.push(deferred);\n return;\n }\n self._handled = true;\n Promise._immediateFn(function() {\n var cb = self._state === 1 ? deferred.onFulfilled : deferred.onRejected;\n if (cb === null) {\n (self._state === 1 ? resolve : reject)(deferred.promise, self._value);\n return;\n }\n var ret;\n try {\n ret = cb(self._value);\n } catch (e) {\n reject(deferred.promise, e);\n return;\n }\n resolve(deferred.promise, ret);\n });\n}\n\nfunction resolve(self, newValue) {\n try {\n // Promise Resolution Procedure: https://github.com/promises-aplus/promises-spec#the-promise-resolution-procedure\n if (newValue === self)\n throw new TypeError('A promise cannot be resolved with itself.');\n if (\n newValue &&\n (typeof newValue === 'object' || typeof newValue === 'function')\n ) {\n var then = newValue.then;\n if (newValue instanceof Promise) {\n self._state = 3;\n self._value = newValue;\n finale(self);\n return;\n } else if (typeof then === 'function') {\n doResolve(bind(then, newValue), self);\n return;\n }\n }\n self._state = 1;\n self._value = newValue;\n finale(self);\n } catch (e) {\n reject(self, e);\n }\n}\n\nfunction reject(self, newValue) {\n self._state = 2;\n self._value = newValue;\n finale(self);\n}\n\nfunction finale(self) {\n if (self._state === 2 && self._deferreds.length === 0) {\n Promise._immediateFn(function() {\n if (!self._handled) {\n Promise._unhandledRejectionFn(self._value);\n }\n });\n }\n\n for (var i = 0, len = self._deferreds.length; i < len; i++) {\n handle(self, self._deferreds[i]);\n }\n self._deferreds = null;\n}\n\n/**\n * @constructor\n */\nfunction Handler(onFulfilled, onRejected, promise) {\n this.onFulfilled = typeof onFulfilled === 'function' ? onFulfilled : null;\n this.onRejected = typeof onRejected === 'function' ? onRejected : null;\n this.promise = promise;\n}\n\n/**\n * Take a potentially misbehaving resolver function and make sure\n * onFulfilled and onRejected are only called once.\n *\n * Makes no guarantees about asynchrony.\n */\nfunction doResolve(fn, self) {\n var done = false;\n try {\n fn(\n function(value) {\n if (done) return;\n done = true;\n resolve(self, value);\n },\n function(reason) {\n if (done) return;\n done = true;\n reject(self, reason);\n }\n );\n } catch (ex) {\n if (done) return;\n done = true;\n reject(self, ex);\n }\n}\n\nPromise.prototype['catch'] = function(onRejected) {\n return this.then(null, onRejected);\n};\n\nPromise.prototype.then = function(onFulfilled, onRejected) {\n // @ts-ignore\n var prom = new this.constructor(noop);\n\n handle(this, new Handler(onFulfilled, onRejected, prom));\n return prom;\n};\n\nPromise.prototype['finally'] = promiseFinally;\n\nPromise.all = function(arr) {\n return new Promise(function(resolve, reject) {\n if (!isArray(arr)) {\n return reject(new TypeError('Promise.all accepts an array'));\n }\n\n var args = Array.prototype.slice.call(arr);\n if (args.length === 0) return resolve([]);\n var remaining = args.length;\n\n function res(i, val) {\n try {\n if (val && (typeof val === 'object' || typeof val === 'function')) {\n var then = val.then;\n if (typeof then === 'function') {\n then.call(\n val,\n function(val) {\n res(i, val);\n },\n reject\n );\n return;\n }\n }\n args[i] = val;\n if (--remaining === 0) {\n resolve(args);\n }\n } catch (ex) {\n reject(ex);\n }\n }\n\n for (var i = 0; i < args.length; i++) {\n res(i, args[i]);\n }\n });\n};\n\nPromise.allSettled = allSettled;\n\nPromise.resolve = function(value) {\n if (value && typeof value === 'object' && value.constructor === Promise) {\n return value;\n }\n\n return new Promise(function(resolve) {\n resolve(value);\n });\n};\n\nPromise.reject = function(value) {\n return new Promise(function(resolve, reject) {\n reject(value);\n });\n};\n\nPromise.race = function(arr) {\n return new Promise(function(resolve, reject) {\n if (!isArray(arr)) {\n return reject(new TypeError('Promise.race accepts an array'));\n }\n\n for (var i = 0, len = arr.length; i < len; i++) {\n Promise.resolve(arr[i]).then(resolve, reject);\n }\n });\n};\n\n// Use polyfill for setImmediate for performance gains\nPromise._immediateFn =\n // @ts-ignore\n (typeof setImmediate === 'function' &&\n function(fn) {\n // @ts-ignore\n setImmediate(fn);\n }) ||\n function(fn) {\n setTimeoutFunc(fn, 0);\n };\n\nPromise._unhandledRejectionFn = function _unhandledRejectionFn(err) {\n if (typeof console !== 'undefined' && console) {\n console.warn('Possible Unhandled Promise Rejection:', err); // eslint-disable-line no-console\n }\n};\n\nexport default Promise;\n","/**\n * @this {Promise}\n */\nfunction finallyConstructor(callback) {\n var constructor = this.constructor;\n return this.then(\n function(value) {\n // @ts-ignore\n return constructor.resolve(callback()).then(function() {\n return value;\n });\n },\n function(reason) {\n // @ts-ignore\n return constructor.resolve(callback()).then(function() {\n // @ts-ignore\n return constructor.reject(reason);\n });\n }\n );\n}\n\nexport default finallyConstructor;\n","/**\n@license\nCopyright (c) 2017 The Polymer Project Authors. All rights reserved.\nThis code may only be used under the BSD style license found at\nhttp://polymer.github.io/LICENSE.txt The complete set of authors may be found at\nhttp://polymer.github.io/AUTHORS.txt The complete set of contributors may be\nfound at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as\npart of the polymer project is also subject to an additional IP rights grant\nfound at http://polymer.github.io/PATENTS.txt\n*/\n\nimport PromisePolyfill from 'promise-polyfill/src/index.js';\n\n/*\nAssign the ES6 promise polyfill to window ourselves instead of using the \"auto\"\npolyfill to work around\nhttps://github.com/webcomponents/webcomponentsjs/issues/837\n*/\nif (!window.Promise) {\n window.Promise = PromisePolyfill;\n // save Promise API\n /* eslint-disable no-self-assign */\n // PromisePolyfill.prototype['catch'] = PromisePolyfill.prototype.catch;\n PromisePolyfill.prototype['then'] = PromisePolyfill.prototype.then;\n // PromisePolyfill.prototype['finally'] = PromisePolyfill.prototype.finally;\n PromisePolyfill['all'] = PromisePolyfill.all;\n PromisePolyfill['race'] = PromisePolyfill.race;\n PromisePolyfill['resolve'] = PromisePolyfill.resolve;\n PromisePolyfill['reject'] = PromisePolyfill.reject;\n /* eslint-enable */\n\n // approach copied from\n // https://github.com/Polymer/polymer/blob/v3.0.2/lib/utils/async.js\n const node = document.createTextNode('');\n const twiddleNode = function twiddleNode() {\n node.textContent = node.textContent!.length > 0 ? '' : 'a';\n };\n /** @type {!Array<function():void>} */\n const callbacks: Array<() => void> = [];\n new MutationObserver(() => {\n const len = callbacks.length;\n for (let i = 0; i < len; i++) {\n callbacks[i]();\n }\n callbacks.splice(0, len);\n }).observe(node, {characterData: true});\n\n // set _immediateFn to a MutationObserver for close-to-native timing\n PromisePolyfill._immediateFn = (fn: () => void) => {\n callbacks.push(fn);\n twiddleNode();\n };\n}\n","/*!\nCopyright (C) 2015 by WebReflection\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n*/\n(function (Object, GOPS) {\n 'use strict';\n\n // (C) Andrea Giammarchi - Mit Style\n\n if (GOPS in Object) { return; }\n\n var\n setDescriptor,\n G = typeof global === typeof G ? window : global,\n id = 0,\n random = String(Math.random()),\n prefix = '__\\x01symbol:',\n prefixLength = prefix.length,\n internalSymbol = '__\\x01symbol@@' + random,\n DP = 'defineProperty',\n DPies = 'defineProperties',\n GOPN = 'getOwnPropertyNames',\n GOPD = 'getOwnPropertyDescriptor',\n PIE = 'propertyIsEnumerable',\n gOPN = Object[GOPN],\n gOPD = Object[GOPD],\n create = Object.create,\n keys = Object.keys,\n freeze = Object.freeze || Object,\n defineProperty = Object[DP],\n $defineProperties = Object[DPies],\n descriptor = gOPD(Object, GOPN),\n ObjectProto = Object.prototype,\n hOP = ObjectProto.hasOwnProperty,\n pIE = ObjectProto[PIE],\n toString = ObjectProto.toString,\n addInternalIfNeeded = function (o, uid, enumerable) {\n if (!hOP.call(o, internalSymbol)) {\n defineProperty(o, internalSymbol, {\n enumerable: false,\n configurable: false,\n writable: false,\n value: {}\n });\n }\n o[internalSymbol]['@@' + uid] = enumerable; // eslint-disable-line no-param-reassign\n },\n createWithSymbols = function (proto, descriptors) {\n var self = create(proto);\n gOPN(descriptors).forEach(function (key) {\n if (propertyIsEnumerable.call(descriptors, key)) {\n $defineProperty(self, key, descriptors[key]);\n }\n });\n return self;\n },\n copyAsNonEnumerable = function (descriptor) {\n var newDescriptor = create(descriptor);\n newDescriptor.enumerable = false;\n return newDescriptor;\n },\n get = function get() {},\n onlyNonSymbols = function (name) {\n // eslint-disable-next-line eqeqeq\n return name != internalSymbol && !hOP.call(source, name);\n },\n onlySymbols = function (name) {\n // eslint-disable-next-line eqeqeq\n return name != internalSymbol && hOP.call(source, name);\n },\n propertyIsEnumerable = function propertyIsEnumerable(key) {\n var uid = String(key);\n return onlySymbols(uid) ? hOP.call(this, uid) && !!this[internalSymbol] && this[internalSymbol]['@@' + uid] : pIE.call(this, key);\n },\n setAndGetSymbol = function (uid) {\n var descriptor = {\n enumerable: false,\n configurable: true,\n get: get,\n set: function (value) {\n setDescriptor(this, uid, {\n enumerable: false,\n configurable: true,\n writable: true,\n value: value\n });\n addInternalIfNeeded(this, uid, true);\n }\n };\n defineProperty(ObjectProto, uid, descriptor);\n source[uid] = defineProperty(\n Object(uid),\n 'constructor',\n sourceConstructor\n );\n return freeze(source[uid]);\n },\n Symbol = function Symbol(description) {\n if (this instanceof Symbol) {\n throw new TypeError('Symbol is not a constructor');\n }\n return setAndGetSymbol(prefix.concat(description || '', random, ++id));\n },\n source = create(null),\n sourceConstructor = { value: Symbol },\n sourceMap = function (uid) {\n return source[uid];\n },\n $defineProperty = function defineProp(o, key, descriptor) {\n var uid = String(key);\n if (onlySymbols(uid)) {\n setDescriptor(o, uid, descriptor.enumerable ? copyAsNonEnumerable(descriptor) : descriptor);\n addInternalIfNeeded(o, uid, !!descriptor.enumerable);\n } else {\n defineProperty(o, key, descriptor);\n }\n return o;\n },\n $getOwnPropertySymbols = function getOwnPropertySymbols(o) {\n return gOPN(o).filter(onlySymbols).map(sourceMap);\n };\n descriptor.value = $defineProperty;\n defineProperty(Object, DP, descriptor);\n\n descriptor.value = $getOwnPropertySymbols;\n defineProperty(Object, GOPS, descriptor);\n\n descriptor.value = function getOwnPropertyNames(o) {\n return gOPN(o).filter(onlyNonSymbols);\n };\n defineProperty(Object, GOPN, descriptor);\n\n descriptor.value = function defineProperties(o, descriptors) {\n var symbols = $getOwnPropertySymbols(descriptors);\n if (symbols.length) {\n keys(descriptors).concat(symbols).forEach(function (uid) {\n if (propertyIsEnumerable.call(descriptors, uid)) {\n $defineProperty(o, uid, descriptors[uid]);\n }\n });\n } else {\n $defineProperties(o, descriptors);\n }\n return o;\n };\n defineProperty(Object, DPies, descriptor);\n\n descriptor.value = propertyIsEnumerable;\n defineProperty(ObjectProto, PIE, descriptor);\n\n descriptor.value = Symbol;\n defineProperty(G, 'Symbol', descriptor);\n\n // defining `Symbol.for(key)`\n descriptor.value = function (key) {\n var uid = prefix.concat(prefix, key, random);\n return uid in ObjectProto ? source[uid] : setAndGetSymbol(uid);\n };\n defineProperty(Symbol, 'for', descriptor);\n\n // defining `Symbol.keyFor(symbol)`\n descriptor.value = function (symbol) {\n if (onlyNonSymbols(symbol)) { throw new TypeError(symbol + ' is not a symbol'); }\n if (!hOP.call(source, symbol)) {\n return void 0;\n }\n var label = symbol.slice(prefixLength);\n if (label.slice(0, prefixLength) !== prefix) {\n return void 0;\n }\n label = label.slice(prefixLength);\n if (label === random) {\n return void 0;\n }\n label = label.slice(0, label.length - random.length);\n return label.length > 0 ? label : void 0;\n };\n defineProperty(Symbol, 'keyFor', descriptor);\n\n descriptor.value = function getOwnPropertyDescriptor(o, key) {\n var descriptor = gOPD(o, key);\n if (descriptor && onlySymbols(key)) {\n descriptor.enumerable = propertyIsEnumerable.call(o, key);\n }\n return descriptor;\n };\n defineProperty(Object, GOPD, descriptor);\n\n descriptor.value = function (proto, descriptors) {\n return arguments.length === 1 || typeof descriptors === 'undefined' ? create(proto) : createWithSymbols(proto, descriptors);\n };\n defineProperty(Object, 'create', descriptor);\n\n descriptor.value = function () {\n var str = toString.call(this);\n return str === '[object String]' && onlySymbols(this) ? '[object Symbol]' : str;\n };\n defineProperty(ObjectProto, 'toString', descriptor);\n\n try { // fails in few pre ES 5.1 engines\n if (\n create(defineProperty({}, prefix, {\n get: function () {\n return defineProperty(this, prefix, { value: true })[prefix];\n }\n }))[prefix] === true\n ) {\n setDescriptor = defineProperty;\n } else {\n throw 'IE11'; // eslint-disable-line no-throw-literal\n }\n } catch (o_O) { // eslint-disable-line camelcase\n setDescriptor = function (o, key, descriptor) {\n var protoDescriptor = gOPD(ObjectProto, key);\n delete ObjectProto[key];\n defineProperty(o, key, descriptor);\n defineProperty(ObjectProto, key, protoDescriptor);\n };\n }\n\n}(Object, 'getOwnPropertySymbols'));\n\n(function (O, Symbol) {\n 'use strict';\n\n var\n dP = O.defineProperty,\n ObjectProto = O.prototype,\n toString = ObjectProto.toString,\n toStringTag = 'toStringTag',\n descriptor;\n [\n 'iterator', // A method returning the default iterator for an object. Used by for...of.\n 'match', // A method that matches against a string, also used to determine if an object may be used as a regular expression. Used by String.prototype.match().\n 'replace', // A method that replaces matched substrings of a string. Used by String.prototype.replace().\n 'search', // A method that returns the index within a string that matches the regular expression. Used by String.prototype.search().\n 'split', // A method that splits a string at the indices that match a regular expression. Used by String.prototype.split().\n 'hasInstance', // A method determining if a constructor object recognizes an object as its instance. Used by instanceof.\n 'isConcatSpreadable', // A Boolean value indicating if an object should be flattened to its array elements. Used by Array.prototype.concat().\n 'unscopables', // An Array of string values that are property values. These are excluded from the with environment bindings of the associated objects.\n 'species', // A constructor function that is used to create derived objects.\n 'toPrimitive', // A method converting an object to a primitive value.\n toStringTag // A string value used for the default description of an object. Used by Object.prototype.toString().\n ].forEach(function (name) {\n if (!(name in Symbol)) {\n dP(Symbol, name, { value: Symbol(name) });\n if (name === toStringTag) {\n descriptor = O.getOwnPropertyDescriptor(ObjectProto, 'toString');\n descriptor.value = function () {\n var str = toString.call(this);\n var tst = this == null ? this : this[Symbol.toStringTag];\n return tst == null ? str : '[object ' + tst + ']';\n };\n dP(ObjectProto, 'toString', descriptor);\n }\n }\n });\n}(Object, Symbol));\n\n(function (Si, AP, SP) {\n\n function returnThis() { return this; }\n\n /*\n * make Arrays usable as iterators\n * so that other iterables can copy same logic\n */\n if (!AP[Si]) {\n // eslint-disable-next-line no-param-reassign\n AP[Si] = function () {\n var\n i = 0,\n self = this,\n iterator = {\n next: function next() {\n var done = self.length <= i;\n return done ? { done: done } : { done: done, value: self[i++] };\n }\n };\n iterator[Si] = returnThis;\n return iterator;\n };\n }\n\n /*\n * make Strings usable as iterators\n * to simplify Array.from and for/of like loops\n */\n if (!SP[Si]) {\n // eslint-disable-next-line no-param-reassign\n SP[Si] = function () {\n var\n fromCodePoint = String.fromCodePoint,\n self = this,\n i = 0,\n length = self.length,\n iterator = {\n next: function next() {\n var\n done = length <= i,\n c = done ? '' : fromCodePoint(self.codePointAt(i));\n i += c.length;\n return done ? { done: done } : { done: done, value: c };\n }\n };\n iterator[Si] = returnThis;\n return iterator;\n };\n }\n\n}(Symbol.iterator, Array.prototype, String.prototype));\n"]}
|