svgedit/dist/editor/extensions/ext-eyedropper/ext-eyedropper.js

11 lines
44 KiB
JavaScript

var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function createCommonjsModule(t,e,r){return t(r={path:e,exports:{},require:function(t,e){return function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==e&&r.path)}},r.exports),r.exports}var check=function(t){return t&&t.Math==Math&&t},e=check("object"==typeof globalThis&&globalThis)||check("object"==typeof window&&window)||check("object"==typeof self&&self)||check("object"==typeof t&&t)||function(){return this}()||Function("return this")(),fails=function(t){try{return!!t()}catch(t){return!0}},r=!fails((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i={f:o&&!n.call({1:2},1)?function propertyIsEnumerable(t){var e=o(this,t);return!!e&&e.enumerable}:n},createPropertyDescriptor=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},a={}.toString,classofRaw=function(t){return a.call(t).slice(8,-1)},c="".split,u=fails((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==classofRaw(t)?c.call(t,""):Object(t)}:Object,requireObjectCoercible=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t},toIndexedObject=function(t){return u(requireObjectCoercible(t))},isObject=function(t){return"object"==typeof t?null!==t:"function"==typeof t},toPrimitive=function(t,e){if(!isObject(t))return t;var r,n;if(e&&"function"==typeof(r=t.toString)&&!isObject(n=r.call(t)))return n;if("function"==typeof(r=t.valueOf)&&!isObject(n=r.call(t)))return n;if(!e&&"function"==typeof(r=t.toString)&&!isObject(n=r.call(t)))return n;throw TypeError("Can't convert object to primitive value")},f={}.hasOwnProperty,has=function(t,e){return f.call(t,e)},s=e.document,l=isObject(s)&&isObject(s.createElement),documentCreateElement=function(t){return l?s.createElement(t):{}},p=!r&&!fails((function(){return 7!=Object.defineProperty(documentCreateElement("div"),"a",{get:function(){return 7}}).a})),h=Object.getOwnPropertyDescriptor,y={f:r?h:function getOwnPropertyDescriptor(t,e){if(t=toIndexedObject(t),e=toPrimitive(e,!0),p)try{return h(t,e)}catch(t){}if(has(t,e))return createPropertyDescriptor(!i.f.call(t,e),t[e])}},anObject=function(t){if(!isObject(t))throw TypeError(String(t)+" is not an object");return t},d=Object.defineProperty,v={f:r?d:function defineProperty(t,e,r){if(anObject(t),e=toPrimitive(e,!0),anObject(r),p)try{return d(t,e,r)}catch(t){}if("get"in r||"set"in r)throw TypeError("Accessors not supported");return"value"in r&&(t[e]=r.value),t}},g=r?function(t,e,r){return v.f(t,e,createPropertyDescriptor(1,r))}:function(t,e,r){return t[e]=r,t},setGlobal=function(t,r){try{g(e,t,r)}catch(n){e[t]=r}return r},m=e["__core-js_shared__"]||setGlobal("__core-js_shared__",{}),b=Function.toString;"function"!=typeof m.inspectSource&&(m.inspectSource=function(t){return b.call(t)});var w,S,O,j=m.inspectSource,k=e.WeakMap,E="function"==typeof k&&/native code/.test(j(k)),P=createCommonjsModule((function(t){(t.exports=function(t,e){return m[t]||(m[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.7.0",mode:"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})})),x=0,_=Math.random(),uid=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++x+_).toString(36)},A=P("keys"),sharedKey=function(t){return A[t]||(A[t]=uid(t))},T={},L=e.WeakMap;if(E){var I=m.state||(m.state=new L),C=I.get,M=I.has,G=I.set;w=function(t,e){return e.facade=t,G.call(I,t,e),e},S=function(t){return C.call(I,t)||{}},O=function(t){return M.call(I,t)}}else{var R=sharedKey("state");T[R]=!0,w=function(t,e){return e.facade=t,g(t,R,e),e},S=function(t){return has(t,R)?t[R]:{}},O=function(t){return has(t,R)}}var N,D={set:w,get:S,has:O,enforce:function(t){return O(t)?S(t):w(t,{})},getterFor:function(t){return function(e){var r;if(!isObject(e)||(r=S(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return r}}},W=createCommonjsModule((function(t){var r=D.get,n=D.enforce,o=String(String).split("String");(t.exports=function(t,r,i,a){var c,u=!!a&&!!a.unsafe,f=!!a&&!!a.enumerable,s=!!a&&!!a.noTargetGet;"function"==typeof i&&("string"!=typeof r||has(i,"name")||g(i,"name",r),(c=n(i)).source||(c.source=o.join("string"==typeof r?r:""))),t!==e?(u?!s&&t[r]&&(f=!0):delete t[r],f?t[r]=i:g(t,r,i)):f?t[r]=i:setGlobal(r,i)})(Function.prototype,"toString",(function toString(){return"function"==typeof this&&r(this).source||j(this)}))})),q=e,aFunction=function(t){return"function"==typeof t?t:void 0},getBuiltIn=function(t,r){return arguments.length<2?aFunction(q[t])||aFunction(e[t]):q[t]&&q[t][r]||e[t]&&e[t][r]},z=Math.ceil,U=Math.floor,toInteger=function(t){return isNaN(t=+t)?0:(t>0?U:z)(t)},V=Math.min,toLength=function(t){return t>0?V(toInteger(t),9007199254740991):0},H=Math.max,Y=Math.min,toAbsoluteIndex=function(t,e){var r=toInteger(t);return r<0?H(r+e,0):Y(r,e)},createMethod=function(t){return function(e,r,n){var o,i=toIndexedObject(e),a=toLength(i.length),c=toAbsoluteIndex(n,a);if(t&&r!=r){for(;a>c;)if((o=i[c++])!=o)return!0}else for(;a>c;c++)if((t||c in i)&&i[c]===r)return t||c||0;return!t&&-1}},B={includes:createMethod(!0),indexOf:createMethod(!1)},$=B.indexOf,objectKeysInternal=function(t,e){var r,n=toIndexedObject(t),o=0,i=[];for(r in n)!has(T,r)&&has(n,r)&&i.push(r);for(;e.length>o;)has(n,r=e[o++])&&(~$(i,r)||i.push(r));return i},J=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],K=J.concat("length","prototype"),Q={f:Object.getOwnPropertyNames||function getOwnPropertyNames(t){return objectKeysInternal(t,K)}},X={f:Object.getOwnPropertySymbols},Z=getBuiltIn("Reflect","ownKeys")||function ownKeys(t){var e=Q.f(anObject(t)),r=X.f;return r?e.concat(r(t)):e},copyConstructorProperties=function(t,e){for(var r=Z(e),n=v.f,o=y.f,i=0;i<r.length;i++){var a=r[i];has(t,a)||n(t,a,o(e,a))}},tt=/#|\.prototype\./,isForced=function(t,e){var r=rt[et(t)];return r==ot||r!=nt&&("function"==typeof e?fails(e):!!e)},et=isForced.normalize=function(t){return String(t).replace(tt,".").toLowerCase()},rt=isForced.data={},nt=isForced.NATIVE="N",ot=isForced.POLYFILL="P",it=isForced,at=y.f,_export=function(t,r){var n,o,i,a,c,u=t.target,f=t.global,s=t.stat;if(n=f?e:s?e[u]||setGlobal(u,{}):(e[u]||{}).prototype)for(o in r){if(a=r[o],i=t.noTargetGet?(c=at(n,o))&&c.value:n[o],!it(f?o:u+(s?".":"#")+o,t.forced)&&void 0!==i){if(typeof a==typeof i)continue;copyConstructorProperties(a,i)}(t.sham||i&&i.sham)&&g(a,"sham",!0),W(n,o,a,t)}},ct=!!Object.getOwnPropertySymbols&&!fails((function(){return!String(Symbol())})),ut=ct&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ft=P("wks"),st=e.Symbol,lt=ut?st:st&&st.withoutSetter||uid,wellKnownSymbol=function(t){return has(ft,t)||(ct&&has(st,t)?ft[t]=st[t]:ft[t]=lt("Symbol."+t)),ft[t]},pt=Object.keys||function keys(t){return objectKeysInternal(t,J)},ht=r?Object.defineProperties:function defineProperties(t,e){anObject(t);for(var r,n=pt(e),o=n.length,i=0;o>i;)v.f(t,r=n[i++],e[r]);return t},yt=getBuiltIn("document","documentElement"),dt=sharedKey("IE_PROTO"),EmptyConstructor=function(){},scriptTag=function(t){return"<script>"+t+"<\/script>"},NullProtoObject=function(){try{N=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;NullProtoObject=N?function(t){t.write(scriptTag("")),t.close();var e=t.parentWindow.Object;return t=null,e}(N):((e=documentCreateElement("iframe")).style.display="none",yt.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(scriptTag("document.F=Object")),t.close(),t.F);for(var r=J.length;r--;)delete NullProtoObject.prototype[J[r]];return NullProtoObject()};T[dt]=!0;var vt=Object.create||function create(t,e){var r;return null!==t?(EmptyConstructor.prototype=anObject(t),r=new EmptyConstructor,EmptyConstructor.prototype=null,r[dt]=t):r=NullProtoObject(),void 0===e?r:ht(r,e)},gt=wellKnownSymbol("unscopables"),mt=Array.prototype;null==mt[gt]&&v.f(mt,gt,{configurable:!0,value:vt(null)});var addToUnscopables=function(t){mt[gt][t]=!0},bt=Object.defineProperty,wt={},thrower=function(t){throw t},arrayMethodUsesToLength=function(t,e){if(has(wt,t))return wt[t];e||(e={});var n=[][t],o=!!has(e,"ACCESSORS")&&e.ACCESSORS,i=has(e,0)?e[0]:thrower,a=has(e,1)?e[1]:void 0;return wt[t]=!!n&&!fails((function(){if(o&&!r)return!0;var t={length:-1};o?bt(t,1,{enumerable:!0,get:thrower}):t[1]=1,n.call(t,i,a)}))},St=B.includes,Ot=arrayMethodUsesToLength("indexOf",{ACCESSORS:!0,1:0});_export({target:"Array",proto:!0,forced:!Ot},{includes:function includes(t){return St(this,t,arguments.length>1?arguments[1]:void 0)}}),addToUnscopables("includes");var jt,kt,aFunction$1=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t},functionBindContext=function(t,e,r){if(aFunction$1(t),void 0===e)return t;switch(r){case 0:return function(){return t.call(e)};case 1:return function(r){return t.call(e,r)};case 2:return function(r,n){return t.call(e,r,n)};case 3:return function(r,n,o){return t.call(e,r,n,o)}}return function(){return t.apply(e,arguments)}},toObject=function(t){return Object(requireObjectCoercible(t))},Et=Array.isArray||function isArray(t){return"Array"==classofRaw(t)},Pt=wellKnownSymbol("species"),arraySpeciesCreate=function(t,e){var r;return Et(t)&&("function"!=typeof(r=t.constructor)||r!==Array&&!Et(r.prototype)?isObject(r)&&null===(r=r[Pt])&&(r=void 0):r=void 0),new(void 0===r?Array:r)(0===e?0:e)},xt=[].push,createMethod$1=function(t){var e=1==t,r=2==t,n=3==t,o=4==t,i=6==t,a=5==t||i;return function(c,f,s,l){for(var p,h,y=toObject(c),d=u(y),v=functionBindContext(f,s,3),g=toLength(d.length),m=0,b=l||arraySpeciesCreate,w=e?b(c,g):r?b(c,0):void 0;g>m;m++)if((a||m in d)&&(h=v(p=d[m],m,y),t))if(e)w[m]=h;else if(h)switch(t){case 3:return!0;case 5:return p;case 6:return m;case 2:xt.call(w,p)}else if(o)return!1;return i?-1:n||o?o:w}},_t={forEach:createMethod$1(0),map:createMethod$1(1),filter:createMethod$1(2),some:createMethod$1(3),every:createMethod$1(4),find:createMethod$1(5),findIndex:createMethod$1(6)},At=getBuiltIn("navigator","userAgent")||"",Tt=e.process,Lt=Tt&&Tt.versions,It=Lt&&Lt.v8;It?kt=(jt=It.split("."))[0]+jt[1]:At&&(!(jt=At.match(/Edge\/(\d+)/))||jt[1]>=74)&&(jt=At.match(/Chrome\/(\d+)/))&&(kt=jt[1]);var Ct=kt&&+kt,Mt=wellKnownSymbol("species"),arrayMethodHasSpeciesSupport=function(t){return Ct>=51||!fails((function(){var e=[];return(e.constructor={})[Mt]=function(){return{foo:1}},1!==e[t](Boolean).foo}))},Gt=_t.map,Ft=arrayMethodHasSpeciesSupport("map"),Rt=arrayMethodUsesToLength("map");_export({target:"Array",proto:!0,forced:!Ft||!Rt},{map:function map(t){return Gt(this,t,arguments.length>1?arguments[1]:void 0)}});var Nt=v.f,Dt=Function.prototype,Wt=Dt.toString,qt=/^\s*function ([^ (]*)/;r&&!("name"in Dt)&&Nt(Dt,"name",{configurable:!0,get:function(){try{return Wt.call(this).match(qt)[1]}catch(t){return""}}});var zt=Object.assign,Ut=Object.defineProperty,Vt=!zt||fails((function(){if(r&&1!==zt({b:1},zt(Ut({},"a",{enumerable:!0,get:function(){Ut(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!=zt({},t)[n]||pt(zt({},e)).join("")!=o}))?function assign(t,e){for(var n=toObject(t),o=arguments.length,a=1,c=X.f,f=i.f;o>a;)for(var s,l=u(arguments[a++]),p=c?pt(l).concat(c(l)):pt(l),h=p.length,y=0;h>y;)s=p[y++],r&&!f.call(l,s)||(n[s]=l[s]);return n}:zt;_export({target:"Object",stat:!0,forced:Object.assign!==Vt},{assign:Vt});var Ht={};Ht[wellKnownSymbol("toStringTag")]="z";var Yt="[object z]"===String(Ht),Bt=wellKnownSymbol("toStringTag"),$t="Arguments"==classofRaw(function(){return arguments}()),Jt=Yt?classofRaw:function(t){var e,r,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(r=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),Bt))?r:$t?classofRaw(e):"Object"==(n=classofRaw(e))&&"function"==typeof e.callee?"Arguments":n},Kt=Yt?{}.toString:function toString(){return"[object "+Jt(this)+"]"};Yt||W(Object.prototype,"toString",Kt,{unsafe:!0});var Qt=e.Promise,Xt=v.f,Zt=wellKnownSymbol("toStringTag"),setToStringTag=function(t,e,r){t&&!has(t=r?t:t.prototype,Zt)&&Xt(t,Zt,{configurable:!0,value:e})},te=wellKnownSymbol("species"),ee={},re=wellKnownSymbol("iterator"),ne=Array.prototype,oe=wellKnownSymbol("iterator"),iteratorClose=function(t){var e=t.return;if(void 0!==e)return anObject(e.call(t)).value},Result=function(t,e){this.stopped=t,this.result=e},iterate=function(t,e,r){var n,o,i,a,c,u,f,s,l=r&&r.that,p=!(!r||!r.AS_ENTRIES),h=!(!r||!r.IS_ITERATOR),y=!(!r||!r.INTERRUPTED),d=functionBindContext(e,l,1+p+y),stop=function(t){return n&&iteratorClose(n),new Result(!0,t)},callFn=function(t){return p?(anObject(t),y?d(t[0],t[1],stop):d(t[0],t[1])):y?d(t,stop):d(t)};if(h)n=t;else{if("function"!=typeof(o=function(t){if(null!=t)return t[oe]||t["@@iterator"]||ee[Jt(t)]}(t)))throw TypeError("Target is not iterable");if(void 0!==(s=o)&&(ee.Array===s||ne[re]===s)){for(i=0,a=toLength(t.length);a>i;i++)if((c=callFn(t[i]))&&c instanceof Result)return c;return new Result(!1)}n=o.call(t)}for(u=n.next;!(f=u.call(n)).done;){try{c=callFn(f.value)}catch(t){throw iteratorClose(n),t}if("object"==typeof c&&c&&c instanceof Result)return c}return new Result(!1)},ie=wellKnownSymbol("iterator"),ae=!1;try{var ce=0,ue={next:function(){return{done:!!ce++}},return:function(){ae=!0}};ue[ie]=function(){return this},Array.from(ue,(function(){throw 2}))}catch(t){}var fe,se,le,pe=wellKnownSymbol("species"),he=/(iphone|ipod|ipad).*applewebkit/i.test(At),ye="process"==classofRaw(e.process),de=e.location,ve=e.setImmediate,ge=e.clearImmediate,me=e.process,be=e.MessageChannel,we=e.Dispatch,Se=0,Oe={},run=function(t){if(Oe.hasOwnProperty(t)){var e=Oe[t];delete Oe[t],e()}},runner=function(t){return function(){run(t)}},listener=function(t){run(t.data)},post=function(t){e.postMessage(t+"",de.protocol+"//"+de.host)};ve&&ge||(ve=function setImmediate(t){for(var e=[],r=1;arguments.length>r;)e.push(arguments[r++]);return Oe[++Se]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},fe(Se),Se},ge=function clearImmediate(t){delete Oe[t]},ye?fe=function(t){me.nextTick(runner(t))}:we&&we.now?fe=function(t){we.now(runner(t))}:be&&!he?(le=(se=new be).port2,se.port1.onmessage=listener,fe=functionBindContext(le.postMessage,le,1)):e.addEventListener&&"function"==typeof postMessage&&!e.importScripts&&de&&"file:"!==de.protocol&&!fails(post)?(fe=post,e.addEventListener("message",listener,!1)):fe="onreadystatechange"in documentCreateElement("script")?function(t){yt.appendChild(documentCreateElement("script")).onreadystatechange=function(){yt.removeChild(this),run(t)}}:function(t){setTimeout(runner(t),0)});var je,ke,Ee,Pe,xe,_e,Ae,Te,Le={set:ve,clear:ge},Ie=y.f,Ce=Le.set,Me=e.MutationObserver||e.WebKitMutationObserver,Ge=e.document,Fe=e.process,Re=e.Promise,Ne=Ie(e,"queueMicrotask"),De=Ne&&Ne.value;De||(je=function(){var t,e;for(ye&&(t=Fe.domain)&&t.exit();ke;){e=ke.fn,ke=ke.next;try{e()}catch(t){throw ke?Pe():Ee=void 0,t}}Ee=void 0,t&&t.enter()},!he&&!ye&&Me&&Ge?(xe=!0,_e=Ge.createTextNode(""),new Me(je).observe(_e,{characterData:!0}),Pe=function(){_e.data=xe=!xe}):Re&&Re.resolve?(Ae=Re.resolve(void 0),Te=Ae.then,Pe=function(){Te.call(Ae,je)}):Pe=ye?function(){Fe.nextTick(je)}:function(){Ce.call(e,je)});var We,qe,ze,Ue,Ve=De||function(t){var e={fn:t,next:void 0};Ee&&(Ee.next=e),ke||(ke=e,Pe()),Ee=e},PromiseCapability=function(t){var e,r;this.promise=new t((function(t,n){if(void 0!==e||void 0!==r)throw TypeError("Bad Promise constructor");e=t,r=n})),this.resolve=aFunction$1(e),this.reject=aFunction$1(r)},He={f:function(t){return new PromiseCapability(t)}},promiseResolve=function(t,e){if(anObject(t),isObject(e)&&e.constructor===t)return e;var r=He.f(t);return(0,r.resolve)(e),r.promise},perform=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}},Ye=Le.set,Be=wellKnownSymbol("species"),$e="Promise",Je=D.get,Ke=D.set,Qe=D.getterFor($e),Xe=Qt,Ze=e.TypeError,tr=e.document,er=e.process,rr=getBuiltIn("fetch"),nr=He.f,or=nr,ir=!!(tr&&tr.createEvent&&e.dispatchEvent),ar="function"==typeof PromiseRejectionEvent,cr=it($e,(function(){if(!(j(Xe)!==String(Xe))){if(66===Ct)return!0;if(!ye&&!ar)return!0}if(Ct>=51&&/native code/.test(Xe))return!1;var t=Xe.resolve(1),FakePromise=function(t){t((function(){}),(function(){}))};return(t.constructor={})[Be]=FakePromise,!(t.then((function(){}))instanceof FakePromise)})),ur=cr||!function(t,e){if(!e&&!ae)return!1;var r=!1;try{var n={};n[ie]=function(){return{next:function(){return{done:r=!0}}}},t(n)}catch(t){}return r}((function(t){Xe.all(t).catch((function(){}))})),isThenable=function(t){var e;return!(!isObject(t)||"function"!=typeof(e=t.then))&&e},notify$1=function(t,e){if(!t.notified){t.notified=!0;var r=t.reactions;Ve((function(){for(var n=t.value,o=1==t.state,i=0;r.length>i;){var a,c,u,f=r[i++],s=o?f.ok:f.fail,l=f.resolve,p=f.reject,h=f.domain;try{s?(o||(2===t.rejection&&onHandleUnhandled(t),t.rejection=1),!0===s?a=n:(h&&h.enter(),a=s(n),h&&(h.exit(),u=!0)),a===f.promise?p(Ze("Promise-chain cycle")):(c=isThenable(a))?c.call(a,l,p):l(a)):p(n)}catch(t){h&&!u&&h.exit(),p(t)}}t.reactions=[],t.notified=!1,e&&!t.rejection&&onUnhandled(t)}))}},dispatchEvent=function(t,r,n){var o,i;ir?((o=tr.createEvent("Event")).promise=r,o.reason=n,o.initEvent(t,!1,!0),e.dispatchEvent(o)):o={promise:r,reason:n},!ar&&(i=e["on"+t])?i(o):"unhandledrejection"===t&&function(t,r){var n=e.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,r))}("Unhandled promise rejection",n)},onUnhandled=function(t){Ye.call(e,(function(){var e,r=t.facade,n=t.value;if(isUnhandled(t)&&(e=perform((function(){ye?er.emit("unhandledRejection",n,r):dispatchEvent("unhandledrejection",r,n)})),t.rejection=ye||isUnhandled(t)?2:1,e.error))throw e.value}))},isUnhandled=function(t){return 1!==t.rejection&&!t.parent},onHandleUnhandled=function(t){Ye.call(e,(function(){var e=t.facade;ye?er.emit("rejectionHandled",e):dispatchEvent("rejectionhandled",e,t.value)}))},bind=function(t,e,r){return function(n){t(e,n,r)}},internalReject=function(t,e,r){t.done||(t.done=!0,r&&(t=r),t.value=e,t.state=2,notify$1(t,!0))},internalResolve=function(t,e,r){if(!t.done){t.done=!0,r&&(t=r);try{if(t.facade===e)throw Ze("Promise can't be resolved itself");var n=isThenable(e);n?Ve((function(){var r={done:!1};try{n.call(e,bind(internalResolve,r,t),bind(internalReject,r,t))}catch(e){internalReject(r,e,t)}})):(t.value=e,t.state=1,notify$1(t,!1))}catch(e){internalReject({done:!1},e,t)}}};cr&&(Xe=function Promise(t){!function(t,e,r){if(!(t instanceof e))throw TypeError("Incorrect "+(r?r+" ":"")+"invocation")}(this,Xe,$e),aFunction$1(t),We.call(this);var e=Je(this);try{t(bind(internalResolve,e),bind(internalReject,e))}catch(t){internalReject(e,t)}},(We=function Promise(t){Ke(this,{type:$e,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=function(t,e,r){for(var n in e)W(t,n,e[n],r);return t}(Xe.prototype,{then:function then(t,e){var r,n,o,i=Qe(this),a=nr((r=Xe,void 0===(o=anObject(this).constructor)||null==(n=anObject(o)[pe])?r:aFunction$1(n)));return a.ok="function"!=typeof t||t,a.fail="function"==typeof e&&e,a.domain=ye?er.domain:void 0,i.parent=!0,i.reactions.push(a),0!=i.state&&notify$1(i,!1),a.promise},catch:function(t){return this.then(void 0,t)}}),qe=function(){var t=new We,e=Je(t);this.promise=t,this.resolve=bind(internalResolve,e),this.reject=bind(internalReject,e)},He.f=nr=function(t){return t===Xe||t===ze?new qe(t):or(t)},"function"==typeof Qt&&(Ue=Qt.prototype.then,W(Qt.prototype,"then",(function then(t,e){var r=this;return new Xe((function(t,e){Ue.call(r,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof rr&&_export({global:!0,enumerable:!0,forced:!0},{fetch:function fetch(t){return promiseResolve(Xe,rr.apply(e,arguments))}}))),_export({global:!0,wrap:!0,forced:cr},{Promise:Xe}),setToStringTag(Xe,$e,!1),function(t){var e=getBuiltIn(t),n=v.f;r&&e&&!e[te]&&n(e,te,{configurable:!0,get:function(){return this}})}($e),ze=getBuiltIn($e),_export({target:$e,stat:!0,forced:cr},{reject:function reject(t){var e=nr(this);return e.reject.call(void 0,t),e.promise}}),_export({target:$e,stat:!0,forced:cr},{resolve:function resolve(t){return promiseResolve(this,t)}}),_export({target:$e,stat:!0,forced:ur},{all:function all(t){var e=this,r=nr(e),n=r.resolve,o=r.reject,i=perform((function(){var r=aFunction$1(e.resolve),i=[],a=0,c=1;iterate(t,(function(t){var u=a++,f=!1;i.push(void 0),c++,r.call(e,t).then((function(t){f||(f=!0,i[u]=t,--c||n(i))}),o)})),--c||n(i)}));return i.error&&o(i.value),r.promise},race:function race(t){var e=this,r=nr(e),n=r.reject,o=perform((function(){var o=aFunction$1(e.resolve);iterate(t,(function(t){o.call(e,t).then(r.resolve,n)}))}));return o.error&&n(o.value),r.promise}});var fr=Q.f,sr={}.toString,lr="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],pr={f:function getOwnPropertyNames(t){return lr&&"[object Window]"==sr.call(t)?function(t){try{return fr(t)}catch(t){return lr.slice()}}(t):fr(toIndexedObject(t))}},hr={f:wellKnownSymbol},yr=v.f,defineWellKnownSymbol=function(t){var e=q.Symbol||(q.Symbol={});has(e,t)||yr(e,t,{value:hr.f(t)})},dr=_t.forEach,vr=sharedKey("hidden"),gr=wellKnownSymbol("toPrimitive"),mr=D.set,br=D.getterFor("Symbol"),wr=Object.prototype,Sr=e.Symbol,Or=getBuiltIn("JSON","stringify"),jr=y.f,kr=v.f,Er=pr.f,Pr=i.f,xr=P("symbols"),_r=P("op-symbols"),Ar=P("string-to-symbol-registry"),Tr=P("symbol-to-string-registry"),Lr=P("wks"),Ir=e.QObject,Cr=!Ir||!Ir.prototype||!Ir.prototype.findChild,Mr=r&&fails((function(){return 7!=vt(kr({},"a",{get:function(){return kr(this,"a",{value:7}).a}})).a}))?function(t,e,r){var n=jr(wr,e);n&&delete wr[e],kr(t,e,r),n&&t!==wr&&kr(wr,e,n)}:kr,wrap=function(t,e){var n=xr[t]=vt(Sr.prototype);return mr(n,{type:"Symbol",tag:t,description:e}),r||(n.description=e),n},Gr=ut?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof Sr},Fr=function defineProperty(t,e,r){t===wr&&Fr(_r,e,r),anObject(t);var n=toPrimitive(e,!0);return anObject(r),has(xr,n)?(r.enumerable?(has(t,vr)&&t[vr][n]&&(t[vr][n]=!1),r=vt(r,{enumerable:createPropertyDescriptor(0,!1)})):(has(t,vr)||kr(t,vr,createPropertyDescriptor(1,{})),t[vr][n]=!0),Mr(t,n,r)):kr(t,n,r)},Rr=function defineProperties(t,e){anObject(t);var n=toIndexedObject(e),o=pt(n).concat(qr(n));return dr(o,(function(e){r&&!Nr.call(n,e)||Fr(t,e,n[e])})),t},Nr=function propertyIsEnumerable(t){var e=toPrimitive(t,!0),r=Pr.call(this,e);return!(this===wr&&has(xr,e)&&!has(_r,e))&&(!(r||!has(this,e)||!has(xr,e)||has(this,vr)&&this[vr][e])||r)},Dr=function getOwnPropertyDescriptor(t,e){var r=toIndexedObject(t),n=toPrimitive(e,!0);if(r!==wr||!has(xr,n)||has(_r,n)){var o=jr(r,n);return!o||!has(xr,n)||has(r,vr)&&r[vr][n]||(o.enumerable=!0),o}},Wr=function getOwnPropertyNames(t){var e=Er(toIndexedObject(t)),r=[];return dr(e,(function(t){has(xr,t)||has(T,t)||r.push(t)})),r},qr=function getOwnPropertySymbols(t){var e=t===wr,r=Er(e?_r:toIndexedObject(t)),n=[];return dr(r,(function(t){!has(xr,t)||e&&!has(wr,t)||n.push(xr[t])})),n};if(ct||(W((Sr=function Symbol(){if(this instanceof Sr)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=uid(t),setter=function(t){this===wr&&setter.call(_r,t),has(this,vr)&&has(this[vr],e)&&(this[vr][e]=!1),Mr(this,e,createPropertyDescriptor(1,t))};return r&&Cr&&Mr(wr,e,{configurable:!0,set:setter}),wrap(e,t)}).prototype,"toString",(function toString(){return br(this).tag})),W(Sr,"withoutSetter",(function(t){return wrap(uid(t),t)})),i.f=Nr,v.f=Fr,y.f=Dr,Q.f=pr.f=Wr,X.f=qr,hr.f=function(t){return wrap(wellKnownSymbol(t),t)},r&&(kr(Sr.prototype,"description",{configurable:!0,get:function description(){return br(this).description}}),W(wr,"propertyIsEnumerable",Nr,{unsafe:!0}))),_export({global:!0,wrap:!0,forced:!ct,sham:!ct},{Symbol:Sr}),dr(pt(Lr),(function(t){defineWellKnownSymbol(t)})),_export({target:"Symbol",stat:!0,forced:!ct},{for:function(t){var e=String(t);if(has(Ar,e))return Ar[e];var r=Sr(e);return Ar[e]=r,Tr[r]=e,r},keyFor:function keyFor(t){if(!Gr(t))throw TypeError(t+" is not a symbol");if(has(Tr,t))return Tr[t]},useSetter:function(){Cr=!0},useSimple:function(){Cr=!1}}),_export({target:"Object",stat:!0,forced:!ct,sham:!r},{create:function create(t,e){return void 0===e?vt(t):Rr(vt(t),e)},defineProperty:Fr,defineProperties:Rr,getOwnPropertyDescriptor:Dr}),_export({target:"Object",stat:!0,forced:!ct},{getOwnPropertyNames:Wr,getOwnPropertySymbols:qr}),_export({target:"Object",stat:!0,forced:fails((function(){X.f(1)}))},{getOwnPropertySymbols:function getOwnPropertySymbols(t){return X.f(toObject(t))}}),Or){var zr=!ct||fails((function(){var t=Sr();return"[null]"!=Or([t])||"{}"!=Or({a:t})||"{}"!=Or(Object(t))}));_export({target:"JSON",stat:!0,forced:zr},{stringify:function stringify(t,e,r){for(var n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e,(isObject(e)||void 0!==t)&&!Gr(t))return Et(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!Gr(e))return e}),o[1]=e,Or.apply(null,o)}})}Sr.prototype[gr]||g(Sr.prototype,gr,Sr.prototype.valueOf),setToStringTag(Sr,"Symbol"),T[vr]=!0;var Ur=v.f,Vr=e.Symbol;if(r&&"function"==typeof Vr&&(!("description"in Vr.prototype)||void 0!==Vr().description)){var Hr={},Yr=function Symbol(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof Yr?new Vr(t):void 0===t?Vr():Vr(t);return""===t&&(Hr[e]=!0),e};copyConstructorProperties(Yr,Vr);var Br=Yr.prototype=Vr.prototype;Br.constructor=Yr;var $r=Br.toString,Jr="Symbol(test)"==String(Vr("test")),Kr=/^Symbol\((.*)\)[^)]+$/;Ur(Br,"description",{configurable:!0,get:function description(){var t=isObject(this)?this.valueOf():this,e=$r.call(t);if(has(Hr,t))return"";var r=Jr?e.slice(7,-1):e.replace(Kr,"$1");return""===r?void 0:r}}),_export({global:!0,forced:!0},{Symbol:Yr})}defineWellKnownSymbol("asyncIterator"),defineWellKnownSymbol("iterator"),defineWellKnownSymbol("toStringTag");var Qr=_t.forEach,Xr=function(t,e){var r=[][t];return!!r&&fails((function(){r.call(null,e||function(){throw 1},1)}))}("forEach"),Zr=arrayMethodUsesToLength("forEach"),tn=Xr&&Zr?[].forEach:function forEach(t){return Qr(this,t,arguments.length>1?arguments[1]:void 0)};_export({target:"Array",proto:!0,forced:[].forEach!=tn},{forEach:tn});var en,rn,nn,on=!fails((function(){function F(){}return F.prototype.constructor=null,Object.getPrototypeOf(new F)!==F.prototype})),an=sharedKey("IE_PROTO"),cn=Object.prototype,un=on?Object.getPrototypeOf:function(t){return t=toObject(t),has(t,an)?t[an]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?cn:null},fn=wellKnownSymbol("iterator"),sn=!1;[].keys&&("next"in(nn=[].keys())?(rn=un(un(nn)))!==Object.prototype&&(en=rn):sn=!0),null==en&&(en={}),has(en,fn)||g(en,fn,(function(){return this}));var ln={IteratorPrototype:en,BUGGY_SAFARI_ITERATORS:sn},pn=ln.IteratorPrototype,returnThis$1=function(){return this},hn=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,r={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(r,[]),e=r instanceof Array}catch(t){}return function setPrototypeOf(r,n){return anObject(r),function(t){if(!isObject(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype")}(n),e?t.call(r,n):r.__proto__=n,r}}():void 0),yn=ln.IteratorPrototype,dn=ln.BUGGY_SAFARI_ITERATORS,vn=wellKnownSymbol("iterator"),returnThis$2=function(){return this},defineIterator=function(t,e,r,n,o,i,a){!function(t,e,r){var n=e+" Iterator";t.prototype=vt(pn,{next:createPropertyDescriptor(1,r)}),setToStringTag(t,n,!1),ee[n]=returnThis$1}(r,e,n);var c,u,f,getIterationMethod=function(t){if(t===o&&y)return y;if(!dn&&t in p)return p[t];switch(t){case"keys":return function keys(){return new r(this,t)};case"values":return function values(){return new r(this,t)};case"entries":return function entries(){return new r(this,t)}}return function(){return new r(this)}},s=e+" Iterator",l=!1,p=t.prototype,h=p[vn]||p["@@iterator"]||o&&p[o],y=!dn&&h||getIterationMethod(o),d="Array"==e&&p.entries||h;if(d&&(c=un(d.call(new t)),yn!==Object.prototype&&c.next&&(un(c)!==yn&&(hn?hn(c,yn):"function"!=typeof c[vn]&&g(c,vn,returnThis$2)),setToStringTag(c,s,!0))),"values"==o&&h&&"values"!==h.name&&(l=!0,y=function values(){return h.call(this)}),p[vn]!==y&&g(p,vn,y),ee[e]=y,o)if(u={values:getIterationMethod("values"),keys:i?y:getIterationMethod("keys"),entries:getIterationMethod("entries")},a)for(f in u)(dn||l||!(f in p))&&W(p,f,u[f]);else _export({target:e,proto:!0,forced:dn||l},u);return u},gn=D.set,mn=D.getterFor("Array Iterator"),bn=defineIterator(Array,"Array",(function(t,e){gn(this,{type:"Array Iterator",target:toIndexedObject(t),index:0,kind:e})}),(function(){var t=mn(this),e=t.target,r=t.kind,n=t.index++;return!e||n>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==r?{value:n,done:!1}:"values"==r?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values");ee.Arguments=ee.Array,addToUnscopables("keys"),addToUnscopables("values"),addToUnscopables("entries");var wn=[].reverse,Sn=[1,2];_export({target:"Array",proto:!0,forced:String(Sn)===String(Sn.reverse())},{reverse:function reverse(){return Et(this)&&(this.length=this.length),wn.call(this)}});var On=arrayMethodHasSpeciesSupport("slice"),jn=arrayMethodUsesToLength("slice",{ACCESSORS:!0,0:0,1:2}),kn=wellKnownSymbol("species"),En=[].slice,Pn=Math.max;_export({target:"Array",proto:!0,forced:!On||!jn},{slice:function slice(t,e){var r,n,o,i,a,c,u,f=toIndexedObject(this),s=toLength(f.length),l=toAbsoluteIndex(t,s),p=toAbsoluteIndex(void 0===e?s:e,s);if(Et(f)&&("function"!=typeof(r=f.constructor)||r!==Array&&!Et(r.prototype)?isObject(r)&&null===(r=r[kn])&&(r=void 0):r=void 0,r===Array||void 0===r))return En.call(f,l,p);for(n=new(void 0===r?Array:r)(Pn(p-l,0)),o=0;l<p;l++,o++)l in f&&(i=n,a=o,c=f[l],u=void 0,(u=toPrimitive(a))in i?v.f(i,u,createPropertyDescriptor(0,c)):i[u]=c);return n.length=o,n}});var xn=Date.prototype,_n=xn.toString,An=xn.getTime;new Date(NaN)+""!="Invalid Date"&&W(xn,"toString",(function toString(){var t=An.call(this);return t==t?_n.call(this):"Invalid Date"})),setToStringTag(e.JSON,"JSON",!0),setToStringTag(Math,"Math",!0),_export({target:"Object",stat:!0,sham:!r},{create:vt}),_export({target:"Object",stat:!0,forced:!r,sham:!r},{defineProperty:v.f});var Tn=fails((function(){un(1)}));_export({target:"Object",stat:!0,forced:Tn,sham:!on},{getPrototypeOf:function getPrototypeOf(t){return un(toObject(t))}}),_export({target:"Object",stat:!0},{setPrototypeOf:hn});var regexpFlags=function(){var t=anObject(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e},Ln=RegExp.prototype,In=Ln.toString,Cn=fails((function(){return"/a/b"!=In.call({source:"a",flags:"b"})})),Mn="toString"!=In.name;(Cn||Mn)&&W(RegExp.prototype,"toString",(function toString(){var t=anObject(this),e=String(t.source),r=t.flags;return"/"+e+"/"+String(void 0===r&&t instanceof RegExp&&!("flags"in Ln)?regexpFlags.call(t):r)}),{unsafe:!0});var createMethod$2=function(t){return function(e,r){var n,o,i=String(requireObjectCoercible(e)),a=toInteger(r),c=i.length;return a<0||a>=c?t?"":void 0:(n=i.charCodeAt(a))<55296||n>56319||a+1===c||(o=i.charCodeAt(a+1))<56320||o>57343?t?i.charAt(a):n:t?i.slice(a,a+2):o-56320+(n-55296<<10)+65536}},Gn={codeAt:createMethod$2(!1),charAt:createMethod$2(!0)}.charAt,Fn=D.set,Rn=D.getterFor("String Iterator");defineIterator(String,"String",(function(t){Fn(this,{type:"String Iterator",string:String(t),index:0})}),(function next(){var t,e=Rn(this),r=e.string,n=e.index;return n>=r.length?{value:void 0,done:!0}:(t=Gn(r,n),e.index+=t.length,{value:t,done:!1})}));var Nn={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0};for(var Dn in Nn){var Wn=e[Dn],qn=Wn&&Wn.prototype;if(qn&&qn.forEach!==tn)try{g(qn,"forEach",tn)}catch(t){qn.forEach=tn}}var zn=wellKnownSymbol("iterator"),Un=wellKnownSymbol("toStringTag"),Vn=bn.values;for(var Hn in Nn){var Yn=e[Hn],Bn=Yn&&Yn.prototype;if(Bn){if(Bn[zn]!==Vn)try{g(Bn,zn,Vn)}catch(t){Bn[zn]=Vn}if(Bn[Un]||g(Bn,Un,Hn),Nn[Hn])for(var $n in bn)if(Bn[$n]!==bn[$n])try{g(Bn,$n,bn[$n])}catch(t){Bn[$n]=bn[$n]}}}function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function asyncGeneratorStep(t,e,r,n,o,i,a){try{var c=t[i](a),u=c.value}catch(t){return void r(t)}c.done?e(u):Promise.resolve(u).then(n,o)}function _asyncToGenerator(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function _next(t){asyncGeneratorStep(i,n,o,_next,_throw,"next",t)}function _throw(t){asyncGeneratorStep(i,n,o,_next,_throw,"throw",t)}_next(void 0)}))}}createCommonjsModule((function(t){var e=function(t){var e,r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function define(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{define({},"")}catch(t){define=function define(t,e,r){return t[e]=r}}function wrap(t,e,r,n){var o=e&&e.prototype instanceof Generator?e:Generator,i=Object.create(o.prototype),a=new Context(n||[]);return i._invoke=function makeInvokeMethod(t,e,r){var n=u;return function invoke(o,i){if(n===s)throw new Error("Generator is already running");if(n===l){if("throw"===o)throw i;return doneResult()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=maybeInvokeDelegate(a,r);if(c){if(c===p)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===u)throw n=l,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=s;var h=tryCatch(t,e,r);if("normal"===h.type){if(n=r.done?l:f,h.arg===p)continue;return{value:h.arg,done:r.done}}"throw"===h.type&&(n=l,r.method="throw",r.arg=h.arg)}}}(t,r,a),i}function tryCatch(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=wrap;var u="suspendedStart",f="suspendedYield",s="executing",l="completed",p={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var h={};h[i]=function(){return this};var y=Object.getPrototypeOf,d=y&&y(y(values([])));d&&d!==r&&n.call(d,i)&&(h=d);var v=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(h);function defineIteratorMethods(t){["next","throw","return"].forEach((function(e){define(t,e,(function(t){return this._invoke(e,t)}))}))}function AsyncIterator(t,e){var r;this._invoke=function enqueue(o,i){function callInvokeWithMethodAndArg(){return new e((function(r,a){!function invoke(r,o,i,a){var c=tryCatch(t[r],t,o);if("throw"!==c.type){var u=c.arg,f=u.value;return f&&"object"===_typeof(f)&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){invoke("next",t,i,a)}),(function(t){invoke("throw",t,i,a)})):e.resolve(f).then((function(t){u.value=t,i(u)}),(function(t){return invoke("throw",t,i,a)}))}a(c.arg)}(o,i,r,a)}))}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}}function maybeInvokeDelegate(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=e,maybeInvokeDelegate(t,r),"throw"===r.method))return p;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var o=tryCatch(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,p;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,p):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,p)}function pushTryEntry(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function resetTryEntry(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0)}function values(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function next(){for(;++o<t.length;)if(n.call(t,o))return next.value=t[o],next.done=!1,next;return next.value=e,next.done=!0,next};return a.next=a}}return{next:doneResult}}function doneResult(){return{value:e,done:!0}}return GeneratorFunction.prototype=v.constructor=GeneratorFunctionPrototype,GeneratorFunctionPrototype.constructor=GeneratorFunction,GeneratorFunction.displayName=define(GeneratorFunctionPrototype,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===GeneratorFunction||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,define(t,c,"GeneratorFunction")),t.prototype=Object.create(v),t},t.awrap=function(t){return{__await:t}},defineIteratorMethods(AsyncIterator.prototype),AsyncIterator.prototype[a]=function(){return this},t.AsyncIterator=AsyncIterator,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new AsyncIterator(wrap(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},defineIteratorMethods(v),define(v,c,"Generator"),v[i]=function(){return this},v.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function next(){for(;e.length;){var r=e.pop();if(r in t)return next.value=r,next.done=!1,next}return next.done=!0,next}},t.values=values,Context.prototype={constructor:Context,reset:function reset(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(resetTryEntry),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function stop(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function dispatchException(t){if(this.done)throw t;var r=this;function handle(n,o){return a.type="throw",a.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return handle("end");if(i.tryLoc<=this.prev){var c=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(c&&u){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0);if(this.prev<i.finallyLoc)return handle(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return handle(i.finallyLoc)}}}},abrupt:function abrupt(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,p):this.complete(a)},complete:function complete(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),p},finish:function finish(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),p}},catch:function _catch(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;resetTryEntry(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(t,r,n){return this.delegate={iterator:values(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),p}},t}(t.exports);try{regeneratorRuntime=e}catch(t){Function("r","regeneratorRuntime = r")(e)}}));function __variableDynamicImportRuntime0__(t){switch(t){case"./locale/en.js":return Promise.resolve().then((function(){return Qn}));case"./locale/zh-CN.js":return Promise.resolve().then((function(){return Xn}));default:return Promise.reject(new Error("Unknown variable dynamic import: "+t))}}
/**
* @file ext-eyedropper.js
*
* @license MIT
*
* @copyright 2010 Jeff Schiller
*
*/var Jn=function(){var t=_asyncToGenerator(regeneratorRuntime.mark((function _callee(t){var e;return regeneratorRuntime.wrap((function _callee$(r){for(;;)switch(r.prev=r.next){case 0:return r.prev=0,r.next=3,__variableDynamicImportRuntime0__("./locale/".concat(encodeURIComponent(t),".js"));case 3:e=r.sent,r.next=12;break;case 6:return r.prev=6,r.t0=r.catch(0),console.error("Missing translation (".concat(t,") - using 'en'")),r.next=11,Promise.resolve().then((function(){return Qn}));case 11:e=r.sent;case 12:return r.abrupt("return",e.default);case 13:case"end":return r.stop()}}),_callee,null,[[0,6]])})));return function loadExtensionTranslation(e){return t.apply(this,arguments)}}(),Kn={name:"eyedropper",init:function init(t){var e=this;return _asyncToGenerator(regeneratorRuntime.mark((function _callee2(){var r,n,o,i,a,c,u,f,s;return regeneratorRuntime.wrap((function _callee2$(l){for(;;)switch(l.prev=l.next){case 0:return f=function _getStyle(t){if("eyedropper"!==a.getMode()){var e=o("#tool_eyedropper"),r=null;t.multiselected||!t.elems[0]||["svg","g","use"].includes(t.elems[0].nodeName)?e.addClass("disabled"):(r=t.elems[0],e.removeClass("disabled"),u.fillPaint=r.getAttribute("fill")||"black",u.fillOpacity=r.getAttribute("fill-opacity")||1,u.strokePaint=r.getAttribute("stroke"),u.strokeOpacity=r.getAttribute("stroke-opacity")||1,u.strokeWidth=r.getAttribute("stroke-width"),u.strokeDashArray=r.getAttribute("stroke-dasharray"),u.strokeLinecap=r.getAttribute("stroke-linecap"),u.strokeLinejoin=r.getAttribute("stroke-linejoin"),u.opacity=r.getAttribute("opacity")||1)}},r=e,l.next=4,Jn(r.curPrefs.lang);case 4:return n=l.sent,o=t.$,i=t.ChangeElementCommand,a=r.canvas,c=function addToHistory(t){a.undoMgr.addCommandToHistory(t)},u={fillPaint:"red",fillOpacity:1,strokePaint:"black",strokeOpacity:1,strokeWidth:5,strokeDashArray:null,opacity:1,strokeLinecap:"butt",strokeLinejoin:"miter"},s=[{id:"tool_eyedropper",type:"mode",events:{click:function click(){a.setMode("eyedropper")}}}],l.abrupt("return",{name:n.name,newUI:!0,buttons:n.buttons.map((function(t,e){return Object.assign(s[e],t)})),selectedChanged:f,elementChanged:f,mouseDown:function mouseDown(t){if("eyedropper"===a.getMode()){var e=t.event.target;if(!["svg","g","use"].includes(e.nodeName)){var r={},n=function change(t,e,n){r[e]=t.getAttribute(e),t.setAttribute(e,n)};u.fillPaint&&n(e,"fill",u.fillPaint),u.fillOpacity&&n(e,"fill-opacity",u.fillOpacity),u.strokePaint&&n(e,"stroke",u.strokePaint),u.strokeOpacity&&n(e,"stroke-opacity",u.strokeOpacity),u.strokeWidth&&n(e,"stroke-width",u.strokeWidth),u.strokeDashArray&&n(e,"stroke-dasharray",u.strokeDashArray),u.opacity&&n(e,"opacity",u.opacity),u.strokeLinecap&&n(e,"stroke-linecap",u.strokeLinecap),u.strokeLinejoin&&n(e,"stroke-linejoin",u.strokeLinejoin),c(new i(e,r))}}}});case 8:case"end":return l.stop()}}),_callee2)})))()}},Qn=Object.freeze({__proto__:null,default:{name:"eyedropper",buttons:[{title:"Eye Dropper Tool",key:"I"}]}}),Xn=Object.freeze({__proto__:null,default:{name:"滴管",buttons:[{title:"滴管工具",key:"I"}]}});export default Kn;
//# sourceMappingURL=ext-eyedropper.js.map