diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f93a08..9d029a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 3.7.3 - 2021-05-28 + +### Changes +- Up Craft CMS requirement to `^3.5` (Fixes #341) + +### Fixed +- Fix JS error on sitemap admin (Fixes #325) + ## 3.7.2 - 2021-05-25 ### Changed diff --git a/composer.json b/composer.json index cb92101..1647b18 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,11 @@ "name": "ether/seo", "license": "MIT", "description": "SEO utilities including a unique field type, sitemap, & redirect manager", - "version": "3.7.2", + "version": "3.7.3", "type": "craft-plugin", "minimum-stability": "dev", "require": { - "craftcms/cms": "^3.2.0" + "craftcms/cms": "^3.5.0" }, "autoload": { "psr-4": { diff --git a/resources/js/SeoSettings.js b/resources/js/SeoSettings.js index 9c41d40..54497f6 100644 --- a/resources/js/SeoSettings.js +++ b/resources/js/SeoSettings.js @@ -44,7 +44,7 @@ class SeoSettings { switch (run) { case "sitemap": - new SeoSettings.EditableTable( + SeoSettings.EditableTable( `${this.namespace}-customUrls`, `${this.namespace}-addCustomUrl` ); diff --git a/src/web/assets/js/SeoField.min.js b/src/web/assets/js/SeoField.min.js index d74605f..d8f94ff 100644 --- a/src/web/assets/js/SeoField.min.js +++ b/src/web/assets/js/SeoField.min.js @@ -1,2 +1,2 @@ -!function(e){var o={};function s(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,s),n.l=!0,n.exports}s.m=e,s.c=o,s.d=function(e,o,t){s.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:t})},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.t=function(e,o){if(1&o&&(e=s(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(s.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var n in e)s.d(t,n,function(o){return e[o]}.bind(null,n));return t},s.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(o,"a",o),o},s.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},s.p="/assets/js/",s(s.s="./js/SeoField.js")}({"../../../../../../usr/local/lib/node_modules/build/node_modules/@babel/runtime/helpers/defineProperty.js":function(e,o){e.exports=function(e,o,s){return o in e?Object.defineProperty(e,o,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[o]=s,e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/a-function.js":function(e,o){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/a-possible-prototype.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!t(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/add-to-unscopables.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-create.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-define-property.js"),l=t("unscopables"),d=Array.prototype;null==d[l]&&r.f(d,l,{configurable:!0,value:n(null)}),e.exports=function(e){d[l][e]=!0}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/advance-string-index.js":function(e,o,s){"use strict";var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/string-multibyte.js").charAt;e.exports=function(e,o,s){return o+(s?t(e,o).length:1)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/an-instance.js":function(e,o){e.exports=function(e,o,s){if(!(e instanceof o))throw TypeError("Incorrect "+(s?s+" ":"")+"invocation");return e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/an-object.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-object.js");e.exports=function(e){if(!t(e))throw TypeError(String(e)+" is not an object");return e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/array-includes.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/to-indexed-object.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/to-length.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/to-absolute-index.js"),l=function(e){return function(o,s,l){var d,u=t(o),i=n(u.length),c=r(l,i);if(e&&s!=s){for(;i>c;)if((d=u[c++])!=d)return!0}else for(;i>c;c++)if((e||c in u)&&u[c]===s)return e||c||0;return!e&&-1}};e.exports={includes:l(!0),indexOf:l(!1)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/an-object.js");e.exports=function(e,o,s,n){try{return n?o(t(s)[0],s[1]):o(s)}catch(o){var r=e.return;throw void 0!==r&&t(r.call(e)),o}}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/check-correctness-of-iteration.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js")("iterator"),n=!1;try{var r=0,l={next:function(){return{done:!!r++}},return:function(){n=!0}};l[t]=function(){return this},Array.from(l,(function(){throw 2}))}catch(e){}e.exports=function(e,o){if(!o&&!n)return!1;var s=!1;try{var r={};r[t]=function(){return{next:function(){return{done:s=!0}}}},e(r)}catch(e){}return s}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof-raw.js":function(e,o){var s={}.toString;e.exports=function(e){return s.call(e).slice(8,-1)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/to-string-tag-support.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof-raw.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),l="Arguments"==n(function(){return arguments}());e.exports=t?n:function(e){var o,s,t;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(s=function(e,o){try{return e[o]}catch(e){}}(o=Object(e),r))?s:l?n(o):"Object"==(t=n(o))&&"function"==typeof o.callee?"Arguments":t}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/copy-constructor-properties.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/has.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/own-keys.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-get-own-property-descriptor.js"),l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-define-property.js");e.exports=function(e,o){for(var s=n(o),d=l.f,u=r.f,i=0;i=74)&&(t=l.match(/Chrome\/(\d+)/))&&(n=t[1]),e.exports=n&&+n},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/enum-bug-keys.js":function(e,o){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/export.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-get-own-property-descriptor.js").f,r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/create-non-enumerable-property.js"),l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/redefine.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/set-global.js"),u=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/copy-constructor-properties.js"),i=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-forced.js");e.exports=function(e,o){var s,c,a,m,j,_=e.target,f=e.global,h=e.stat;if(s=f?t:h?t[_]||d(_,{}):(t[_]||{}).prototype)for(c in o){if(m=o[c],a=e.noTargetGet?(j=n(s,c))&&j.value:s[c],!i(f?c:_+(h?".":"#")+c,e.forced)&&void 0!==a){if(typeof m==typeof a)continue;u(m,a)}(e.sham||a&&a.sham)&&r(m,"sham",!0),l(s,c,m,e)}}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js":function(e,o){e.exports=function(e){try{return!!e()}catch(e){return!0}}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js":function(e,o,s){"use strict";s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/modules/es.regexp.exec.js");var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/redefine.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js"),l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/regexp-exec.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/create-non-enumerable-property.js"),u=r("species"),i=!n((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")})),c="$0"==="a".replace(/./,"$0"),a=r("replace"),m=!!/./[a]&&""===/./[a]("a","$0"),j=!n((function(){var e=/(?:)/,o=e.exec;e.exec=function(){return o.apply(this,arguments)};var s="ab".split(e);return 2!==s.length||"a"!==s[0]||"b"!==s[1]}));e.exports=function(e,o,s,a){var _=r(e),f=!n((function(){var o={};return o[_]=function(){return 7},7!=""[e](o)})),h=f&&!n((function(){var o=!1,s=/a/;return"split"===e&&((s={}).constructor={},s.constructor[u]=function(){return s},s.flags="",s[_]=/./[_]),s.exec=function(){return o=!0,null},s[_](""),!o}));if(!f||!h||"replace"===e&&(!i||!c||m)||"split"===e&&!j){var p=/./[_],b=s(_,""[e],(function(e,o,s,t,n){return o.exec===l?f&&!n?{done:!0,value:p.call(o,s,t)}:{done:!0,value:e.call(s,o,t)}:{done:!1}}),{REPLACE_KEEPS_$0:c,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:m}),g=b[0],v=b[1];t(String.prototype,e,g),t(RegExp.prototype,_,2==o?function(e,o){return v.call(e,this,o)}:function(e){return v.call(e,this)})}a&&d(RegExp.prototype[_],"sham",!0)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/function-bind-context.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/a-function.js");e.exports=function(e,o,s){if(t(e),void 0===o)return e;switch(s){case 0:return function(){return e.call(o)};case 1:return function(s){return e.call(o,s)};case 2:return function(s,t){return e.call(o,s,t)};case 3:return function(s,t,n){return e.call(o,s,t,n)}}return function(){return e.apply(o,arguments)}}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/get-built-in.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/path.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js"),r=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,o){return arguments.length<2?r(t[e])||r(n[e]):t[e]&&t[e][o]||n[e]&&n[e][o]}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/get-iterator-method.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/iterators.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js")("iterator");e.exports=function(e){if(null!=e)return e[r]||e["@@iterator"]||n[t(e)]}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js":function(e,o,s){(function(o){var s=function(e){return e&&e.Math==Math&&e};e.exports=s("object"==typeof globalThis&&globalThis)||s("object"==typeof window&&window)||s("object"==typeof self&&self)||s("object"==typeof o&&o)||Function("return this")()}).call(this,s("../../../../../../usr/local/lib/node_modules/build/node_modules/webpack/buildin/global.js"))},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/has.js":function(e,o){var s={}.hasOwnProperty;e.exports=function(e,o){return s.call(e,o)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/hidden-keys.js":function(e,o){e.exports={}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/host-report-errors.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js");e.exports=function(e,o){var s=t.console;s&&s.error&&(1===arguments.length?s.error(e):s.error(e,o))}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/html.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/get-built-in.js");e.exports=t("document","documentElement")},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/ie8-dom-define.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/descriptors.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/document-create-element.js");e.exports=!t&&!n((function(){return 7!=Object.defineProperty(r("div"),"a",{get:function(){return 7}}).a}))},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/indexed-object.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof-raw.js"),r="".split;e.exports=t((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==n(e)?r.call(e,""):Object(e)}:Object},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/inspect-source.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/shared-store.js"),n=Function.toString;"function"!=typeof t.inspectSource&&(t.inspectSource=function(e){return n.call(e)}),e.exports=t.inspectSource},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/internal-state.js":function(e,o,s){var t,n,r,l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/native-weak-map.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js"),u=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-object.js"),i=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/create-non-enumerable-property.js"),c=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/has.js"),a=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/shared-key.js"),m=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/hidden-keys.js"),j=d.WeakMap;if(l){var _=new j,f=_.get,h=_.has,p=_.set;t=function(e,o){return p.call(_,e,o),o},n=function(e){return f.call(_,e)||{}},r=function(e){return h.call(_,e)}}else{var b=a("state");m[b]=!0,t=function(e,o){return i(e,b,o),o},n=function(e){return c(e,b)?e[b]:{}},r=function(e){return c(e,b)}}e.exports={set:t,get:n,has:r,enforce:function(e){return r(e)?n(e):t(e,{})},getterFor:function(e){return function(o){var s;if(!u(o)||(s=n(o)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return s}}}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-array-iterator-method.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/iterators.js"),r=t("iterator"),l=Array.prototype;e.exports=function(e){return void 0!==e&&(n.Array===e||l[r]===e)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-forced.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js"),n=/#|\.prototype\./,r=function(e,o){var s=d[l(e)];return s==i||s!=u&&("function"==typeof o?t(o):!!o)},l=r.normalize=function(e){return String(e).replace(n,".").toLowerCase()},d=r.data={},u=r.NATIVE="N",i=r.POLYFILL="P";e.exports=r},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-object.js":function(e,o){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-pure.js":function(e,o){e.exports=!1},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-regexp.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-object.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof-raw.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js")("match");e.exports=function(e){var o;return t(e)&&(void 0!==(o=e[r])?!!o:"RegExp"==n(e))}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/iterate.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/an-object.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-array-iterator-method.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/to-length.js"),l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/function-bind-context.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/get-iterator-method.js"),u=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/call-with-safe-iteration-closing.js"),i=function(e,o){this.stopped=e,this.result=o};(e.exports=function(e,o,s,c,a){var m,j,_,f,h,p,b,g=l(o,s,c?2:1);if(a)m=e;else{if("function"!=typeof(j=d(e)))throw TypeError("Target is not iterable");if(n(j)){for(_=0,f=r(e.length);f>_;_++)if((h=c?g(t(b=e[_])[0],b[1]):g(e[_]))&&h instanceof i)return h;return new i(!1)}m=j.call(e)}for(p=m.next;!(b=p.call(m)).done;)if("object"==typeof(h=u(m,g,b.value,c))&&h&&h instanceof i)return h;return new i(!1)}).stop=function(e){return new i(!0,e)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/iterators-core.js":function(e,o,s){"use strict";var t,n,r,l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-get-prototype-of.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/create-non-enumerable-property.js"),u=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/has.js"),i=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/well-known-symbol.js"),c=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/is-pure.js"),a=i("iterator"),m=!1;[].keys&&("next"in(r=[].keys())?(n=l(l(r)))!==Object.prototype&&(t=n):m=!0),null==t&&(t={}),c||u(t,a)||d(t,a,(function(){return this})),e.exports={IteratorPrototype:t,BUGGY_SAFARI_ITERATORS:m}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/iterators.js":function(e,o){e.exports={}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/microtask.js":function(e,o,s){var t,n,r,l,d,u,i,c,a=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js"),m=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-get-own-property-descriptor.js").f,j=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/classof-raw.js"),_=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/task.js").set,f=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/engine-is-ios.js"),h=a.MutationObserver||a.WebKitMutationObserver,p=a.process,b=a.Promise,g="process"==j(p),v=m(a,"queueMicrotask"),y=v&&v.value;y||(t=function(){var e,o;for(g&&(e=p.domain)&&e.exit();n;){o=n.fn,n=n.next;try{o()}catch(e){throw n?l():r=void 0,e}}r=void 0,e&&e.enter()},g?l=function(){p.nextTick(t)}:h&&!f?(d=!0,u=document.createTextNode(""),new h(t).observe(u,{characterData:!0}),l=function(){u.data=d=!d}):b&&b.resolve?(i=b.resolve(void 0),c=i.then,l=function(){c.call(i,t)}):l=function(){_.call(a,t)}),e.exports=y||function(e){var o={fn:e,next:void 0};r&&(r.next=o),n||(n=o,l()),r=o}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/native-promise-constructor.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js");e.exports=t.Promise},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/native-symbol.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/fails.js");e.exports=!!Object.getOwnPropertySymbols&&!t((function(){return!String(Symbol())}))},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/native-weak-map.js":function(e,o,s){var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/global.js"),n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/inspect-source.js"),r=t.WeakMap;e.exports="function"==typeof r&&/native code/.test(n(r))},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/new-promise-capability.js":function(e,o,s){"use strict";var t=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/a-function.js"),n=function(e){var o,s;this.promise=new e((function(e,t){if(void 0!==o||void 0!==s)throw TypeError("Bad Promise constructor");o=e,s=t})),this.resolve=t(o),this.reject=t(s)};e.exports.f=function(e){return new n(e)}},"../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-create.js":function(e,o,s){var t,n=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/an-object.js"),r=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/object-define-properties.js"),l=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/enum-bug-keys.js"),d=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/hidden-keys.js"),u=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/html.js"),i=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/document-create-element.js"),c=s("../../../../../../usr/local/lib/node_modules/build/node_modules/core-js/internals/shared-key.js"),a=c("IE_PROTO"),m=function(){},j=function(e){return"