| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/apps/bbb/js/ |
Upload File : |
!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/js/",n(n.s=179)}([,function(t,e,n){"use strict";n.d(e,"c",(function(){return a})),n.d(e,"b",(function(){return c})),n.d(e,"a",(function(){return s})),n.d(e,"d",(function(){return l}));var r=n(2),o=n.n(r);function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var a,c,s,u=function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function a(t){try{s(r.next(t))}catch(t){i(t)}}function c(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,c)}s((r=r.apply(t,e||[])).next())}))};!function(t){t[t.User=0]="User",t[t.Group=1]="Group",t[t.Circle=7]="Circle"}(a||(a={})),function(t){t[t.Admin=0]="Admin",t[t.Moderator=1]="Moderator",t[t.User=2]="User"}(c||(c={})),function(t){t.Public="public",t.Password="password",t.WaitingRoom="waiting_room",t.Internal="internal",t.InternalRestricted="internal_restricted"}(s||(s={}));var l=new(function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var e,n,r;return e=t,(n=[{key:"getUrl",value:function(t){return OC.generateUrl("apps/bbb/".concat(t))}},{key:"getRestriction",value:function(){return u(this,void 0,void 0,regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,o.a.get(this.getUrl("restrictions/user"));case 2:return e=t.sent,t.abrupt("return",e.data);case 4:case"end":return t.stop()}}),t,this)})))}},{key:"getRestrictions",value:function(){return u(this,void 0,void 0,regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,o.a.get(this.getUrl("restrictions"));case 2:return e=t.sent,t.abrupt("return",e.data);case 4:case"end":return t.stop()}}),t,this)})))}},{key:"createRestriction",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.post(this.getUrl("restrictions"),{groupId:t});case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"updateRestriction",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.id){e.next=5;break}return e.next=3,this.createRestriction(t.groupId);case 3:n=e.sent,t.id=n.id;case 5:return e.next=7,o.a.put(this.getUrl("restrictions/".concat(t.id)),t);case 7:return r=e.sent,e.abrupt("return",r.data);case 9:case"end":return e.stop()}}),e,this)})))}},{key:"deleteRestriction",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.delete(this.getUrl("restrictions/".concat(t)));case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"getRoomUrl",value:function(t){var e,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=(null===(e=document.getElementById("bbb-root"))||void 0===e?void 0:e.getAttribute("data-shortener"))||"",o=n&&t.moderatorToken?"".concat(t.uid,"/").concat(t.moderatorToken):t.uid;return r?r.replace(/\{user\}/g,t.userId).replace(/\{token\}/g,o):window.location.origin+l.getUrl("b/".concat(o))}},{key:"getRooms",value:function(){return u(this,void 0,void 0,regeneratorRuntime.mark((function t(){var e;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,o.a.get(this.getUrl("rooms"));case 2:return e=t.sent,t.abrupt("return",e.data);case 4:case"end":return t.stop()}}),t,this)})))}},{key:"createRoom",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:s.Public,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;return u(this,void 0,void 0,regeneratorRuntime.mark((function r(){var i;return regeneratorRuntime.wrap((function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=2,o.a.post(this.getUrl("rooms"),{name:t,welcome:"",maxParticipants:n,record:!1,access:e});case 2:return i=r.sent,r.abrupt("return",i.data);case 4:case"end":return r.stop()}}),r,this)})))}},{key:"updateRoom",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.put(this.getUrl("rooms/".concat(t.id)),t);case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"deleteRoom",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.delete(this.getUrl("rooms/".concat(t)));case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"getRecordings",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.get(this.getUrl("server/".concat(t,"/records")));case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"deleteRecording",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.delete(this.getUrl("server/record/".concat(t)));case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"storeRecording",value:function(t,e){return u(this,void 0,void 0,regeneratorRuntime.mark((function n(){var r,i,a;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r=new Date(t.startTime),i="".concat(encodeURIComponent(t.name+" "+r.toISOString()),".url"),a=OC.linkToRemote("dav/files/".concat(OC.currentUser).concat(e,"/").concat(i)),n.next=5,o.a.put(a,"[InternetShortcut]\nURL=".concat(t.url));case 5:return n.abrupt("return",i);case 6:case"end":return n.stop()}}),n)})))}},{key:"storeRoom",value:function(t,e){return u(this,void 0,void 0,regeneratorRuntime.mark((function n(){var r,i;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r="".concat(encodeURIComponent(t.name),".url"),i=OC.linkToRemote("dav/files/".concat(OC.currentUser).concat(e,"/").concat(r)),n.next=4,o.a.put(i,"[InternetShortcut]\nURL=".concat(this.getRoomUrl(t)));case 4:return n.abrupt("return",r);case 5:case"end":return n.stop()}}),n,this)})))}},{key:"checkServer",value:function(t,e){return u(this,void 0,void 0,regeneratorRuntime.mark((function n(){var r;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,o.a.post(this.getUrl("server/check"),{url:t,secret:e});case 2:return r=n.sent,n.abrupt("return",r.data);case 4:case"end":return n.stop()}}),n,this)})))}},{key:"getRoomShares",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.get(this.getUrl("roomShares"),{params:{id:t}});case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"createRoomShare",value:function(t,e,n,r){return u(this,void 0,void 0,regeneratorRuntime.mark((function i(){var a;return regeneratorRuntime.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:return i.next=2,o.a.post(this.getUrl("roomShares"),{roomId:t,shareType:e,shareWith:n,permission:r});case 2:return a=i.sent,i.abrupt("return",a.data);case 4:case"end":return i.stop()}}),i,this)})))}},{key:"deleteRoomShare",value:function(t){return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,o.a.delete(this.getUrl("roomShares/".concat(t)));case 2:return n=e.sent,e.abrupt("return",n.data);case 4:case"end":return e.stop()}}),e,this)})))}},{key:"getRecommendedShareWith",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[OC.Share.SHARE_TYPE_USER,OC.Share.SHARE_TYPE_GROUP];return u(this,void 0,void 0,regeneratorRuntime.mark((function e(){var n,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=OC.linkToOCS("apps/files_sharing/api/v1",1)+"sharees_recommended",e.next=3,o.a.get(n,{params:{shareType:t,itemType:"room",format:"json"}});case 3:return r=e.sent,e.abrupt("return",{users:[],groups:[],circles:[],exact:{users:r.data.ocs.data.exact.users,groups:r.data.ocs.data.exact.groups,circles:r.data.ocs.data.exact.circles||[]}});case 5:case"end":return e.stop()}}),e)})))}},{key:"searchShareWith",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[OC.Share.SHARE_TYPE_USER,OC.Share.SHARE_TYPE_GROUP];return u(this,void 0,void 0,regeneratorRuntime.mark((function n(){var r,i,a;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return r=OC.linkToOCS("apps/files_sharing/api/v1",1)+"sharees",n.next=3,o.a.get(r,{params:{search:t,shareType:e,itemType:"room",format:"json",lookup:!1}});case 3:return i=n.sent,a=i.data.ocs.data,n.abrupt("return",{users:a.users,groups:a.groups,circles:a.circles||[],exact:{users:a.exact.users,groups:a.exact.groups,circles:a.exact.circles||[]}});case 6:case"end":return n.stop()}}),n)})))}}])&&i(e.prototype,n),r&&i(e,r),t}())},function(t,e,n){"use strict";n(85),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,o=(r=n(101))&&r.__esModule?r:{default:r},i=n(119);var a=o.default.create({headers:{requesttoken:(0,i.getRequestToken)()}}),c=Object.assign(a,{CancelToken:o.default.CancelToken,isCancel:o.default.isCancel});(0,i.onRequestTokenUpdate)((function(t){return a.defaults.headers.requesttoken=t}));var s=c;e.default=s},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){var r=n(5),o=n(49),i=n(7),a=n(33),c=n(68),s=n(122),u=o("wks"),l=r.Symbol,f=s?l:l&&l.withoutSetter||a;t.exports=function(t){return i(u,t)||(c&&i(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(93))},function(t,e,n){"use strict";var r=n(54),o=Object.prototype.toString;function i(t){return"[object Array]"===o.call(t)}function a(t){return void 0===t}function c(t){return null!==t&&"object"==typeof t}function s(t){if("[object Object]"!==o.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function u(t){return"[object Function]"===o.call(t)}function l(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),i(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}t.exports={isArray:i,isArrayBuffer:function(t){return"[object ArrayBuffer]"===o.call(t)},isBuffer:function(t){return null!==t&&!a(t)&&null!==t.constructor&&!a(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)},isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:c,isPlainObject:s,isUndefined:a,isDate:function(t){return"[object Date]"===o.call(t)},isFile:function(t){return"[object File]"===o.call(t)},isBlob:function(t){return"[object Blob]"===o.call(t)},isFunction:u,isStream:function(t){return c(t)&&u(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)},forEach:l,merge:function t(){var e={};function n(n,r){s(e[r])&&s(n)?e[r]=t(e[r],n):s(n)?e[r]=t({},n):i(n)?e[r]=n.slice():e[r]=n}for(var r=0,o=arguments.length;r<o;r++)l(arguments[r],n);return e},extend:function(t,e,n){return l(e,(function(e,o){t[o]=n&&"function"==typeof e?r(e,n):e})),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},stripBOM:function(t){return 65279===t.charCodeAt(0)&&(t=t.slice(1)),t}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var r=n(3);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var r=n(9),o=n(46),i=n(12),a=n(28),c=Object.defineProperty;e.f=r?c:function(t,e,n){if(i(t),e=a(e,!0),i(n),o)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var r=n(9),o=n(10),i=n(19);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(8);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,e,n){var r=n(5),o=n(44).f,i=n(11),a=n(14),c=n(29),s=n(95),u=n(52);t.exports=function(t,e){var n,l,f,p,d,b=t.target,g=t.global,h=t.stat;if(n=g?r:h?r[b]||c(b,{}):(r[b]||{}).prototype)for(l in e){if(p=e[l],f=t.noTargetGet?(d=o(n,l))&&d.value:n[l],!u(g?l:b+(h?".":"#")+l,t.forced)&&void 0!==f){if(typeof p==typeof f)continue;s(p,f)}(t.sham||f&&f.sham)&&i(p,"sham",!0),a(n,l,p,t)}}},function(t,e,n){var r=n(5),o=n(11),i=n(7),a=n(29),c=n(48),s=n(21),u=s.get,l=s.enforce,f=String(String).split("String");(t.exports=function(t,e,n,c){var s,u=!!c&&!!c.unsafe,p=!!c&&!!c.enumerable,d=!!c&&!!c.noTargetGet;"function"==typeof n&&("string"!=typeof e||i(n,"name")||o(n,"name",e),(s=l(n)).source||(s.source=f.join("string"==typeof e?e:""))),t!==r?(u?!d&&t[e]&&(p=!0):delete t[e],p?t[e]=n:o(t,e,n)):p?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||c(this)}))},function(t,e){t.exports={}},function(t,e,n){var r=n(26),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(25);t.exports=function(t){return Object(r(t))}},function(t,e,n){"use strict";t.exports=function(t){var e=[];return e.toString=function(){return this.map((function(e){var n=function(t,e){var n=t[1]||"",r=t[3];if(!r)return n;if(e&&"function"==typeof btoa){var o=(a=r,c=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(c),"/*# ".concat(s," */")),i=r.sources.map((function(t){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(t," */")}));return[n].concat(i).concat([o]).join("\n")}var a,c,s;return[n].join("\n")}(e,t);return e[2]?"@media ".concat(e[2]," {").concat(n,"}"):n})).join("")},e.i=function(t,n,r){"string"==typeof t&&(t=[[null,t,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<t.length;c++){var s=[].concat(t[c]);r&&o[s[0]]||(n&&(s[2]?s[2]="".concat(n," and ").concat(s[2]):s[2]=n),e.push(s))}},e}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var r=n(27),o=n(25);t.exports=function(t){return r(o(t))}},function(t,e,n){var r,o,i,a=n(94),c=n(5),s=n(8),u=n(11),l=n(7),f=n(30),p=n(31),d=n(22),b=c.WeakMap;if(a){var g=f.state||(f.state=new b),h=g.get,A=g.has,m=g.set;r=function(t,e){return e.facade=t,m.call(g,t,e),e},o=function(t){return h.call(g,t)||{}},i=function(t){return A.call(g,t)}}else{var v=p("state");d[v]=!0,r=function(t,e){return e.facade=t,u(t,v,e),e},o=function(t){return l(t,v)?t[v]:{}},i=function(t){return l(t,v)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!s(e)||(n=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}}}},function(t,e){t.exports={}},function(t,e,n){var r=n(97),o=n(5),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][e]||o[t]&&o[t][e]}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(3),o=n(24),i="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?i.call(t,""):Object(t)}:Object},function(t,e,n){var r=n(8);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var r=n(5),o=n(11);t.exports=function(t,e){try{o(r,t,e)}catch(n){r[t]=e}return e}},function(t,e,n){var r=n(5),o=n(29),i=r["__core-js_shared__"]||o("__core-js_shared__",{});t.exports=i},function(t,e,n){var r=n(49),o=n(33),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,e){t.exports=!1},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){var r=n(121);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e){const n=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:n,MAX_SAFE_COMPONENT_LENGTH:16}},function(t,e,n){var r,o=n(12),i=n(135),a=n(34),c=n(22),s=n(136),u=n(47),l=n(31),f=l("IE_PROTO"),p=function(){},d=function(t){return"<script>"+t+"<\/script>"},b=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}var t,e;b=r?function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e}(r):((e=u("iframe")).style.display="none",s.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F);for(var n=a.length;n--;)delete b.prototype[a[n]];return b()};c[f]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(p.prototype=o(t),n=new p,p.prototype=null,n[f]=t):n=b(),void 0===e?n:i(n,e)}},function(t,e,n){"use strict";var r=n(13),o=n(137),i=n(77),a=n(78),c=n(39),s=n(11),u=n(14),l=n(4),f=n(32),p=n(15),d=n(76),b=d.IteratorPrototype,g=d.BUGGY_SAFARI_ITERATORS,h=l("iterator"),A=function(){return this};t.exports=function(t,e,n,l,d,m,v){o(n,e,l);var I,y,M,N=function(t){if(t===d&&E)return E;if(!g&&t in j)return j[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},w=e+" Iterator",C=!1,j=t.prototype,x=j[h]||j["@@iterator"]||d&&j[d],E=!g&&x||N(d),O="Array"==e&&j.entries||x;if(O&&(I=i(O.call(new t)),b!==Object.prototype&&I.next&&(f||i(I)===b||(a?a(I,b):"function"!=typeof I[h]&&s(I,h,A)),c(I,w,!0,!0),f&&(p[w]=A))),"values"==d&&x&&"values"!==x.name&&(C=!0,E=function(){return x.call(this)}),f&&!v||j[h]===E||s(j,h,E),p[e]=E,d)if(y={values:N("values"),keys:m?E:N("keys"),entries:N("entries")},v)for(M in y)(g||C||!(M in j))&&u(j,M,y[M]);else r({target:e,proto:!0,forced:g||C},y);return y}},function(t,e,n){var r=n(10).f,o=n(7),i=n(4)("toStringTag");t.exports=function(t,e,n){t&&!o(t=n?t:t.prototype,i)&&r(t,i,{configurable:!0,value:e})}},function(t,e,n){var r={};r[n(4)("toStringTag")]="z",t.exports="[object z]"===String(r)},function(t,e,n){"use strict";t.exports=function(t,e){return e||(e={}),"string"!=typeof(t=t&&t.__esModule?t.default:t)?t:(/^['"].*['"]$/.test(t)&&(t=t.slice(1,-1)),e.hash&&(t+=e.hash),/["'() \t\n]/.test(t)||e.needQuotes?'"'.concat(t.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):t)}},function(t,e,n){var r=n(9),o=n(3),i=n(7),a=Object.defineProperty,c={},s=function(t){throw t};t.exports=function(t,e){if(i(c,t))return c[t];e||(e={});var n=[][t],u=!!i(e,"ACCESSORS")&&e.ACCESSORS,l=i(e,0)?e[0]:s,f=i(e,1)?e[1]:void 0;return c[t]=!!n&&!o((function(){if(u&&!r)return!0;var t={length:-1};u?a(t,1,{enumerable:!0,get:s}):t[1]=1,n.call(t,l,f)}))}},function(t,e,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),a=[];function c(t){for(var e=-1,n=0;n<a.length;n++)if(a[n].identifier===t){e=n;break}return e}function s(t,e){for(var n={},r=[],o=0;o<t.length;o++){var i=t[o],s=e.base?i[0]+e.base:i[0],u=n[s]||0,l="".concat(s," ").concat(u);n[s]=u+1;var f=c(l),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(p)):a.push({identifier:l,updater:h(p,e),references:1}),r.push(l)}return r}function u(t){var e=document.createElement("style"),r=t.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(t){e.setAttribute(t,r[t])})),"function"==typeof t.insert)t.insert(e);else{var a=i(t.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(e)}return e}var l,f=(l=[],function(t,e){return l[t]=e,l.filter(Boolean).join("\n")});function p(t,e,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(t.styleSheet)t.styleSheet.cssText=f(e,o);else{var i=document.createTextNode(o),a=t.childNodes;a[e]&&t.removeChild(a[e]),a.length?t.insertBefore(i,a[e]):t.appendChild(i)}}function d(t,e,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?t.setAttribute("media",o):t.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleSheet)t.styleSheet.cssText=r;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(r))}}var b=null,g=0;function h(t,e){var n,r,o;if(e.singleton){var i=g++;n=b||(b=u(e)),r=p.bind(null,n,i,!1),o=p.bind(null,n,i,!0)}else n=u(e),r=d.bind(null,n,e),o=function(){!function(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t)}(n)};return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else o()}}t.exports=function(t,e){(e=e||{}).singleton||"boolean"==typeof e.singleton||(e.singleton=o());var n=s(t=t||[],e);return function(t){if(t=t||[],"[object Array]"===Object.prototype.toString.call(t)){for(var r=0;r<n.length;r++){var o=c(n[r]);a[o].references--}for(var i=s(t,e),u=0;u<n.length;u++){var l=c(n[u]);0===a[l].references&&(a[l].updater(),a.splice(l,1))}n=i}}}},function(t,e,n){var r=n(9),o=n(45),i=n(19),a=n(20),c=n(28),s=n(7),u=n(46),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=c(e,!0),u)try{return l(t,e)}catch(t){}if(s(t,e))return i(!o.f.call(t,e),t[e])}},function(t,e,n){"use strict";var r={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,i=o&&!r.call({1:2},1);e.f=i?function(t){var e=o(this,t);return!!e&&e.enumerable}:r},function(t,e,n){var r=n(9),o=n(3),i=n(47);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var r=n(5),o=n(8),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},function(t,e,n){var r=n(30),o=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return o.call(t)}),t.exports=r.inspectSource},function(t,e,n){var r=n(32),o=n(30);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.8.3",mode:r?"pure":"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})},function(t,e,n){var r=n(7),o=n(20),i=n(86).indexOf,a=n(22);t.exports=function(t,e){var n,c=o(t),s=0,u=[];for(n in c)!r(a,n)&&r(c,n)&&u.push(n);for(;e.length>s;)r(c,n=e[s++])&&(~i(u,n)||u.push(n));return u}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e,n){var r=n(3),o=/#|\.prototype\./,i=function(t,e){var n=c[a(t)];return n==u||n!=s&&("function"==typeof e?r(e):!!e)},a=i.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=i.data={},s=i.NATIVE="N",u=i.POLYFILL="P";t.exports=i},function(t,e,n){var r=n(50),o=n(34);t.exports=Object.keys||function(t){return r(t,o)}},function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},function(t,e,n){"use strict";var r=n(6);function o(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var i;if(n)i=n(e);else if(r.isURLSearchParams(e))i=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!=t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(e)+"="+o(t))})))})),i=a.join("&")}if(i){var c=t.indexOf("#");-1!==c&&(t=t.slice(0,c)),t+=(-1===t.indexOf("?")?"?":"&")+i}return t}},function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,e,n){"use strict";(function(e){var r=n(6),o=n(107),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var c,s={adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(c=n(59)),c),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};s.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],(function(t){s.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){s.headers[t]=r.merge(i)})),t.exports=s}).call(this,n(58))},function(t,e){var n,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function c(t){if(n===setTimeout)return setTimeout(t,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(t){n=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var s,u=[],l=!1,f=-1;function p(){l&&s&&(l=!1,s.length?u=s.concat(u):f=-1,u.length&&d())}function d(){if(!l){var t=c(p);l=!0;for(var e=u.length;e;){for(s=u,u=[];++f<e;)s&&s[f].run();f=-1,e=u.length}s=null,l=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(e){try{return r.call(null,t)}catch(e){return r.call(this,t)}}}(t)}}function b(t,e){this.fun=t,this.array=e}function g(){}o.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];u.push(new b(t,e)),1!==u.length||l||c(d)},b.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=g,o.addListener=g,o.once=g,o.off=g,o.removeListener=g,o.removeAllListeners=g,o.emit=g,o.prependListener=g,o.prependOnceListener=g,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,e,n){"use strict";var r=n(6),o=n(108),i=n(110),a=n(55),c=n(111),s=n(114),u=n(115),l=n(60);t.exports=function(t){return new Promise((function(e,n){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var b=t.auth.username||"",g=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";p.Authorization="Basic "+btoa(b+":"+g)}var h=c(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),a(h,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in d?s(d.getAllResponseHeaders()):null,i={data:t.responseType&&"text"!==t.responseType?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:r,config:t,request:d};o(e,n,i),d=null}},d.onabort=function(){d&&(n(l("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){n(l("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(l(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var A=(t.withCredentials||u(h))&&t.xsrfCookieName?i.read(t.xsrfCookieName):void 0;A&&(p[t.xsrfHeaderName]=A)}if("setRequestHeader"in d&&r.forEach(p,(function(t,e){void 0===f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)})),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),n(t),d=null)})),f||(f=null),d.send(f)}))}},function(t,e,n){"use strict";var r=n(109);t.exports=function(t,e,n,o,i){var a=new Error(t);return r(a,e,n,o,i)}},function(t,e,n){"use strict";var r=n(6);t.exports=function(t,e){e=e||{};var n={},o=["url","method","data"],i=["headers","auth","proxy","params"],a=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],c=["validateStatus"];function s(t,e){return r.isPlainObject(t)&&r.isPlainObject(e)?r.merge(t,e):r.isPlainObject(e)?r.merge({},e):r.isArray(e)?e.slice():e}function u(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=s(void 0,t[o])):n[o]=s(t[o],e[o])}r.forEach(o,(function(t){r.isUndefined(e[t])||(n[t]=s(void 0,e[t]))})),r.forEach(i,u),r.forEach(a,(function(o){r.isUndefined(e[o])?r.isUndefined(t[o])||(n[o]=s(void 0,t[o])):n[o]=s(void 0,e[o])})),r.forEach(c,(function(r){r in e?n[r]=s(t[r],e[r]):r in t&&(n[r]=s(void 0,t[r]))}));var l=o.concat(i).concat(a).concat(c),f=Object.keys(t).concat(Object.keys(e)).filter((function(t){return-1===l.indexOf(t)}));return r.forEach(f,u),n}},function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,e,n){"use strict";var r=n(13),o=n(64);r({target:"Array",proto:!0,forced:[].forEach!=o},{forEach:o})},function(t,e,n){"use strict";var r=n(65).forEach,o=n(87),i=n(42),a=o("forEach"),c=i("forEach");t.exports=a&&c?[].forEach:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}},function(t,e,n){var r=n(35),o=n(27),i=n(17),a=n(16),c=n(66),s=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,l=4==t,f=6==t,p=7==t,d=5==t||f;return function(b,g,h,A){for(var m,v,I=i(b),y=o(I),M=r(g,h,3),N=a(y.length),w=0,C=A||c,j=e?C(b,N):n||p?C(b,0):void 0;N>w;w++)if((d||w in y)&&(v=M(m=y[w],w,I),t))if(e)j[w]=v;else if(v)switch(t){case 3:return!0;case 5:return m;case 6:return w;case 2:s.call(j,m)}else switch(t){case 4:return!1;case 7:s.call(j,m)}return f?-1:u||l?l:j}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterOut:u(7)}},function(t,e,n){var r=n(8),o=n(67),i=n(4)("species");t.exports=function(t,e){var n;return o(t)&&("function"!=typeof(n=t.constructor)||n!==Array&&!o(n.prototype)?r(n)&&null===(n=n[i])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},function(t,e,n){var r=n(24);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(3);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},function(t,e,n){const{MAX_SAFE_COMPONENT_LENGTH:r}=n(36),o=n(70),i=(e=t.exports={}).re=[],a=e.src=[],c=e.t={};let s=0;const u=(t,e,n)=>{const r=s++;o(r,e),c[t]=r,a[r]=e,i[r]=new RegExp(e,n?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION",`(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})\\.(${a[c.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})\\.(${a[c.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${a[c.NUMERICIDENTIFIER]}|${a[c.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${a[c.NUMERICIDENTIFIERLOOSE]}|${a[c.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${a[c.PRERELEASEIDENTIFIER]}(?:\\.${a[c.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${a[c.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[c.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD",`(?:\\+(${a[c.BUILDIDENTIFIER]}(?:\\.${a[c.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${a[c.MAINVERSION]}${a[c.PRERELEASE]}?${a[c.BUILD]}?`),u("FULL",`^${a[c.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${a[c.MAINVERSIONLOOSE]}${a[c.PRERELEASELOOSE]}?${a[c.BUILD]}?`),u("LOOSE",`^${a[c.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",a[c.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*"),u("XRANGEIDENTIFIER",a[c.NUMERICIDENTIFIER]+"|x|X|\\*"),u("XRANGEPLAIN",`[v=\\s]*(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:\\.(${a[c.XRANGEIDENTIFIER]})(?:${a[c.PRERELEASE]})?${a[c.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[c.XRANGEIDENTIFIERLOOSE]})(?:${a[c.PRERELEASELOOSE]})?${a[c.BUILD]}?)?)?`),u("XRANGE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${a[c.GTLT]}\\s*${a[c.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),u("COERCERTL",a[c.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${a[c.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",u("TILDE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${a[c.LONETILDE]}${a[c.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${a[c.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",u("CARET",`^${a[c.LONECARET]}${a[c.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${a[c.LONECARET]}${a[c.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${a[c.GTLT]}\\s*(${a[c.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${a[c.GTLT]}\\s*(${a[c.LOOSEPLAIN]}|${a[c.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${a[c.XRANGEPLAIN]})\\s+-\\s+(${a[c.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${a[c.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[c.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0.0.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")},function(t,e,n){(function(e){const n="object"==typeof e&&e.env&&e.env.NODE_DEBUG&&/\bsemver\b/i.test(e.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};t.exports=n}).call(this,n(58))},function(t,e,n){const r=n(70),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(36),{re:a,t:c}=n(69),s=n(72),{compareIdentifiers:u}=n(127);class l{constructor(t,e){if(e=s(e),t instanceof l){if(t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError("Invalid Version: "+t);if(t.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",t,e),this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease;const n=t.trim().match(e.loose?a[c.LOOSE]:a[c.FULL]);if(!n)throw new TypeError("Invalid Version: "+t);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map(t=>{if(/^[0-9]+$/.test(t)){const e=+t;if(e>=0&&e<i)return e}return t}):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version}toString(){return this.version}compare(t){if(r("SemVer.compare",this.version,this.options,t),!(t instanceof l)){if("string"==typeof t&&t===this.version)return 0;t=new l(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof l||(t=new l(t,this.options)),u(this.major,t.major)||u(this.minor,t.minor)||u(this.patch,t.patch)}comparePre(t){if(t instanceof l||(t=new l(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let e=0;do{const n=this.prerelease[e],o=t.prerelease[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}compareBuild(t){t instanceof l||(t=new l(t,this.options));let e=0;do{const n=this.build[e],o=t.build[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}inc(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let t=this.prerelease.length;for(;--t>=0;)"number"==typeof this.prerelease[t]&&(this.prerelease[t]++,t=-2);-1===t&&this.prerelease.push(0)}e&&(this.prerelease[0]===e?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error("invalid increment argument: "+t)}return this.format(),this.raw=this.version,this}}t.exports=l},function(t,e){const n=["includePrerelease","loose","rtl"];t.exports=t=>t?"object"!=typeof t?{loose:!0}:n.filter(e=>t[e]).reduce((t,e)=>(t[e]=!0,t),{}):{}},function(t,e,n){var r=n(3),o=n(4),i=n(74),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){var r,o,i=n(5),a=n(132),c=i.process,s=c&&c.versions,u=s&&s.v8;u?o=(r=u.split("."))[0]+r[1]:a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=r[1]),t.exports=o&&+o},function(t,e,n){"use strict";var r=n(20),o=n(134),i=n(15),a=n(21),c=n(38),s=a.set,u=a.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){s(this,{type:"Array Iterator",target:r(t),index:0,kind:e})}),(function(){var t=u(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),i.Arguments=i.Array,o("keys"),o("values"),o("entries")},function(t,e,n){"use strict";var r,o,i,a=n(3),c=n(77),s=n(11),u=n(7),l=n(4),f=n(32),p=l("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=c(c(i)))!==Object.prototype&&(r=o):d=!0);var b=null==r||a((function(){var t={};return r[p].call(t)!==t}));b&&(r={}),f&&!b||u(r,p)||s(r,p,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},function(t,e,n){var r=n(7),o=n(17),i=n(31),a=n(138),c=i("IE_PROTO"),s=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=o(t),r(t,c)?t[c]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){var r=n(12),o=n(139);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return r(n),o(i),e?t.call(n,i):n.__proto__=i,n}}():void 0)},function(t,e,n){var r=n(22),o=n(8),i=n(7),a=n(10).f,c=n(33),s=n(142),u=c("meta"),l=0,f=Object.isExtensible||function(){return!0},p=function(t){a(t,u,{value:{objectID:"O"+ ++l,weakData:{}}})},d=t.exports={REQUIRED:!1,fastKey:function(t,e){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,u)){if(!f(t))return"F";if(!e)return"E";p(t)}return t[u].objectID},getWeakData:function(t,e){if(!i(t,u)){if(!f(t))return!0;if(!e)return!1;p(t)}return t[u].weakData},onFreeze:function(t){return s&&d.REQUIRED&&f(t)&&!i(t,u)&&p(t),t}};r[u]=!0},function(t,e,n){var r=n(12),o=n(143),i=n(16),a=n(35),c=n(144),s=n(145),u=function(t,e){this.stopped=t,this.result=e};t.exports=function(t,e,n){var l,f,p,d,b,g,h,A=n&&n.that,m=!(!n||!n.AS_ENTRIES),v=!(!n||!n.IS_ITERATOR),I=!(!n||!n.INTERRUPTED),y=a(e,A,1+m+I),M=function(t){return l&&s(l),new u(!0,t)},N=function(t){return m?(r(t),I?y(t[0],t[1],M):y(t[0],t[1])):I?y(t,M):y(t)};if(v)l=t;else{if("function"!=typeof(f=c(t)))throw TypeError("Target is not iterable");if(o(f)){for(p=0,d=i(t.length);d>p;p++)if((b=N(t[p]))&&b instanceof u)return b;return new u(!1)}l=f.call(t)}for(g=l.next;!(h=g.call(l)).done;){try{b=N(h.value)}catch(t){throw s(l),t}if("object"==typeof b&&b&&b instanceof u)return b}return new u(!1)}},function(t,e,n){var r=n(40),o=n(24),i=n(4)("toStringTag"),a="Arguments"==o(function(){return arguments}());t.exports=r?o:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),i))?n:a?o(e):"Object"==(r=o(e))&&"function"==typeof e.callee?"Arguments":r}},function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},function(t,e){t.exports={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}},,function(t,e,n){var r=n(13),o=n(100);r({target:"Object",stat:!0,forced:Object.assign!==o},{assign:o})},function(t,e,n){var r=n(20),o=n(16),i=n(99),a=function(t){return function(e,n,a){var c,s=r(e),u=o(s.length),l=i(a,u);if(t&&n!=n){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((t||l in s)&&s[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},function(t,e,n){"use strict";var r=n(3);t.exports=function(t,e){var n=[][t];return!!n&&r((function(){n.call(null,e||function(){throw 1},1)}))}},function(t,e,n){var r=n(40),o=n(14),i=n(151);r||o(Object.prototype,"toString",i,{unsafe:!0})},function(t,e,n){var r=n(26),o=n(25),i=function(t){return function(e,n){var i,a,c=String(o(e)),s=r(n),u=c.length;return s<0||s>=u?t?"":void 0:(i=c.charCodeAt(s))<55296||i>56319||s+1===u||(a=c.charCodeAt(s+1))<56320||a>57343?t?c.charAt(s):i:t?c.slice(s,s+2):a-56320+(i-55296<<10)+65536}};t.exports={codeAt:i(!1),charAt:i(!0)}},function(t,e,n){"use strict";e.a="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iRWJlbmVfMiIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHdpZHRoPSIxNiIKICAgaGVpZ2h0PSIxNiIKICAgdmlld0JveD0iMCAwIDE2IDE2IgogICBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iY2hhaW4tcGx1cy5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTIuNSAoMjA2MGVjMWY5ZiwgMjAyMC0wNC0wOCkiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExNiI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZT48L2RjOnRpdGxlPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICBpZD0iZGVmczE0Ij4KCQoJCgkKCQo8L2RlZnM+PHNvZGlwb2RpOm5hbWVkdmlldwogICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICBib3JkZXJvcGFjaXR5PSIxIgogICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICBncmlkdG9sZXJhbmNlPSIxMCIKICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMzI3IgogICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5ODYiCiAgIGlkPSJuYW1lZHZpZXcxMiIKICAgc2hvd2dyaWQ9ImZhbHNlIgogICBpbmtzY2FwZTp6b29tPSI3LjM3NSIKICAgaW5rc2NhcGU6Y3g9Ii0xMC40NDA2NzgiCiAgIGlua3NjYXBlOmN5PSIyMi41MzY2OTYiCiAgIGlua3NjYXBlOndpbmRvdy14PSIyMDc5IgogICBpbmtzY2FwZTp3aW5kb3cteT0iNzU0IgogICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIgogICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJFYmVuZV8yIiAvPgo8cGF0aAogICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIgogICBpZD0icGF0aDQiCiAgIGQ9Ik0gMS42MTA2NDc3LDE0LjMwNDY5MSBDIDAuMzc2NDY1NjksMTMuNjk2NzYxIC0wLjIzMTQ2NDczLDEyLjIwMjc1MSAwLjA4MTEwNTg5LDEwLjUxNjA5MSAwLjIxOTkwMjc5LDkuNzY4ODA4NSAyLjQ0NDUzOTUsNy4zMzU5NzY0IDMuMzgzMzYxNyw2Ljg4NDYwODkgMy45OTEyOTIyLDYuNjA2NDU5OSA1LjkyMDU2OTEsNi41MDI2Mzk4IDUuOTIwNTY5MSw2Ljc0NTI1NjggYyAwLDAuMjI1OTYxMyAtMS4yODYzNjk3LDEuMzcyOTc4OSAtMS42NjgzMzg4LDEuNDk0NTY1IEMgNC4wNDQwMzUsOC4zMDkyMjAzIDMuMzY2MTUwOSw4Ljg4MjcyOSAyLjcyMjY4ODUsOS41NDM0MDIzIDEuNjgwNjAxNCwxMC42Mzg3ODcgMS41NzYyMjYxLDEwLjgxMjAwNiAxLjU3NjIyNjEsMTEuNDcyNjc5IGMgMCwwLjkzODI2NyAwLjYyNTY5NjQsMS41NjM5NjQgMS41ODE3Mjk1LDEuNTYzOTY0IDAuNTkwNzE5NiwwIDAuODE2NjgwOSwtMC4xMzg3OTcgMS44NzcwODkyLC0xLjE0NzAxOCAwLjY3NzMyODksLTAuNjI1Njk2IDEuMjY4MDQ4NSwtMS4zMDM1OCAxLjMzODAwMjIsLTEuNTExNzc2IDAuMTIxNTg2LC0wLjQwMDI5IDEuMjUwODM3NiwtMS42ODU1NDkzIDEuNDk0NTY1LC0xLjY4NTU0OTMgMC4yMDg3NTA1LDAgMC4xNzQzMjg5LDEuODA3MTM1MyAtMC4wMzQ5NzcsMi4zNjIzMjMzIC0wLjI0MzE3MiwwLjYyNjgwNyAtMi41MDI3ODU1LDIuOTM3NDk4IC0zLjIxNTY0NjQsMy4yNjgzODkgLTAuNzQ2NzI3MywwLjM2NDc1OSAtMi4yNzYyNjkyLDAuMzQ3NTQ4IC0zLjAwNjM0MDksLTAuMDE4MzIgeiIKICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjU1NTE4NzU4IiAvPjxwYXRoCiAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgIGlkPSJwYXRoNiIKICAgZD0iTSA0LjcwNDE1Myw5LjkwODE2MDUgQyA0LjUxMzE2ODUsOS43MTcxNzYgNC4zNTY2MDU2LDkuNDczNDQ4NyA0LjM1NjYwNTYsOS4zNTI0MTc4IGMgMCwtMC4xMjIxNDEzIDEuMDc3NjE5MSwtMS4yODYzNjk3IDIuMzk4NDEwNCwtMi42MDcxNjEgQyA4Ljc1MjU4MSw0Ljc0NjU4MTQgOS4yMDU2MTQxLDQuMzgxODIzMiA5LjUzNTM5NTUsNC40Njg0MzI0IDEwLjAyMjI5NSw0LjU5MDAxODUgMTAuMjY0MzU3LDUuMDI0NzMwNCAxMC4wOTExMzgsNS40NzYwOTc5IDkuOTE3MzY0Niw1LjkxMDI1NDYgNS41MjA4MzQsMTAuMjU1MTUzIDUuMjU5ODk1OCwxMC4yNTUxNTMgNS4xMzgzMDk3LDEwLjI1NTcwOCA0Ljg5NTEzNzYsMTAuMDk5MTQ1IDQuNzA0MTUzLDkuOTA4MTYwNSBaIgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuNTU1MTg3NTgiIC8+PHBhdGgKICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIKICAgaWQ9InBhdGg4IgogICBkPSJtIDguNzAyMDU4OSw3Ljg1Nzg1MjcgYyAwLC0wLjI0MzcyNzMgMS4yODUyNTkzLC0xLjM3Mjk3ODkgMS42ODQ5OTQxLC0xLjQ5NDU2NSAwLjIwODc1MSwtMC4wNjkzOTggMC44ODY2MzUsLTAuNjYwMTE4IDEuNTEyMzMxLC0xLjMzODAwMjEgMS4wMDc2NjYsLTEuMDYwNDA4MyAxLjE0NzAxOCwtMS4yODU4MTQ1IDEuMTQ3MDE4LC0xLjg3NzA4OTMgMCwtMC45NTU0Nzc4IC0wLjYyNTY5NywtMS41ODE3Mjk0IC0xLjU2NDUxOSwtMS41ODE3Mjk0IC0wLjY2MDY3MywwIC0wLjgzMzMzNiwwLjEwNDM3NTIgLTEuOTI5Mjc2NywxLjE0NzAxNzUgQyA4Ljg5MzA0MzUsMy4zNTYzOTE3IDguMzE4OTc5NSw0LjAzNDI3NTcgOC4yNDk1ODEsNC4yNDMwMjYzIDguMTI3OTk1LDQuNjI0OTk1MyA2Ljk4MDQyMjIsNS45MTA4MDk4IDYuNzU1MDE2LDUuOTEwODA5OCA2LjUxMTI4ODcsNS45MTA4MDk4IDYuNjE1NjYzOSwzLjk4MjA4ODEgNi44OTM4MTI5LDMuMzkwODEzMyA3LjIyNDE0OTYsMi42Nzg1MDc2IDkuNTM1Mzk1NSwwLjQxODg5NDA5IDEwLjE2MDUzNywwLjE3NTcyMTkyIDEwLjg3Mjg0MiwtMC4wODUyMTYyNSAxMi4zMTU3NzUsLTAuMDMzMDI4NjIgMTIuOTkzNjU5LDAuMjgwMDk3MTkgMTQuMjQ1MDUyLDAuODg4NTgyOCAxNC44NTM1MzgsMi4zODMxNDc4IDE0LjU0MDQxMiw0LjA4NTkwODIgMTQuNDAxMDYsNC44MzMxOTA3IDEyLjE3NjQyMyw3LjI2NjU3NzkgMTEuMjM4NzExLDcuNzE4NTAwNyAxMC42Mjk2Nyw3Ljk5NzIwNDggOC43MDIwNTg5LDguMTAxMDI0OSA4LjcwMjA1ODksNy44NTc4NTI3IFoiCiAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC41NTUxODc1OCIgLz4KPHRleHQKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc3R5bGU9ImZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1zaXplOjEyLjgwMjc4MjA2cHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpBbmphbGlPbGRMaXBpOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246QW5qYWxpT2xkTGlwaTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjEuMjAwMjYwNzZweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIgogICB4PSI5LjA0MjIzODIiCiAgIHk9IjE3LjAwNjQ2OCIKICAgaWQ9InRleHQ0NTYwIj48dHNwYW4KICAgICBzb2RpcG9kaTpyb2xlPSJsaW5lIgogICAgIGlkPSJ0c3BhbjQ1NTgiCiAgICAgeD0iOS4wNDIyMzgyIgogICAgIHk9IjE3LjAwNjQ2OCIKICAgICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpib2xkO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1mYW1pbHk6QXJpbW87LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjonQXJpbW8gQm9sZCc7c3Ryb2tlLXdpZHRoOjEuMjAwMjYwNzZweCI+KzwvdHNwYW4+PC90ZXh0Pgo8L3N2Zz4="},function(t,e,n){"use strict";e.a="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4KCjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iRWJlbmVfMiIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHdpZHRoPSIxNiIKICAgaGVpZ2h0PSIxNiIKICAgdmlld0JveD0iMCAwIDE2IDE2IgogICBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iY2hhaW4tcGx1cy5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTIuNSAoMjA2MGVjMWY5ZiwgMjAyMC0wNC0wOCkiPjxtZXRhZGF0YQogICBpZD0ibWV0YWRhdGExNiI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZSAvPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICBpZD0iZGVmczE0Ij4KCQoJCgkKCQo8L2RlZnM+PHNvZGlwb2RpOm5hbWVkdmlldwogICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICBib3JkZXJvcGFjaXR5PSIxIgogICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICBncmlkdG9sZXJhbmNlPSIxMCIKICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxMzI3IgogICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI5ODYiCiAgIGlkPSJuYW1lZHZpZXcxMiIKICAgc2hvd2dyaWQ9ImZhbHNlIgogICBpbmtzY2FwZTp6b29tPSI3LjM3NSIKICAgaW5rc2NhcGU6Y3g9Ii0yNS4zODI3NjciCiAgIGlua3NjYXBlOmN5PSIyMS44NTg3MyIKICAgaW5rc2NhcGU6d2luZG93LXg9IjIwNzkiCiAgIGlua3NjYXBlOndpbmRvdy15PSI3NTQiCiAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9IkViZW5lXzIiIC8+CjxwYXRoCiAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgIGlkPSJwYXRoNCIKICAgZD0iTSAxLjYxMDY0NzcsMTQuMzA0NjkxIEMgMC4zNzY0NjU2OSwxMy42OTY3NjEgLTAuMjMxNDY0NzMsMTIuMjAyNzUxIDAuMDgxMTA1ODksMTAuNTE2MDkxIDAuMjE5OTAyNzksOS43Njg4MDg1IDIuNDQ0NTM5NSw3LjMzNTk3NjQgMy4zODMzNjE3LDYuODg0NjA4OSAzLjk5MTI5MjIsNi42MDY0NTk5IDUuOTIwNTY5MSw2LjUwMjYzOTggNS45MjA1NjkxLDYuNzQ1MjU2OCBjIDAsMC4yMjU5NjEzIC0xLjI4NjM2OTcsMS4zNzI5Nzg5IC0xLjY2ODMzODgsMS40OTQ1NjUgQyA0LjA0NDAzNSw4LjMwOTIyMDMgMy4zNjYxNTA5LDguODgyNzI5IDIuNzIyNjg4NSw5LjU0MzQwMjMgMS42ODA2MDE0LDEwLjYzODc4NyAxLjU3NjIyNjEsMTAuODEyMDA2IDEuNTc2MjI2MSwxMS40NzI2NzkgYyAwLDAuOTM4MjY3IDAuNjI1Njk2NCwxLjU2Mzk2NCAxLjU4MTcyOTUsMS41NjM5NjQgMC41OTA3MTk2LDAgMC44MTY2ODA5LC0wLjEzODc5NyAxLjg3NzA4OTIsLTEuMTQ3MDE4IDAuNjc3MzI4OSwtMC42MjU2OTYgMS4yNjgwNDg1LC0xLjMwMzU4IDEuMzM4MDAyMiwtMS41MTE3NzYgMC4xMjE1ODYsLTAuNDAwMjkgMS4yNTA4Mzc2LC0xLjY4NTU0OTMgMS40OTQ1NjUsLTEuNjg1NTQ5MyAwLjIwODc1MDUsMCAwLjE3NDMyODksMS44MDcxMzUzIC0wLjAzNDk3NywyLjM2MjMyMzMgLTAuMjQzMTcyLDAuNjI2ODA3IC0yLjUwMjc4NTUsMi45Mzc0OTggLTMuMjE1NjQ2NCwzLjI2ODM4OSAtMC43NDY3MjczLDAuMzY0NzU5IC0yLjI3NjI2OTIsMC4zNDc1NDggLTMuMDA2MzQwOSwtMC4wMTgzMiB6IgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuNTU1MTg3NTg7ZmlsbDojZmZmZmZmIiAvPjxwYXRoCiAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgIGlkPSJwYXRoNiIKICAgZD0iTSA0LjcwNDE1Myw5LjkwODE2MDUgQyA0LjUxMzE2ODUsOS43MTcxNzYgNC4zNTY2MDU2LDkuNDczNDQ4NyA0LjM1NjYwNTYsOS4zNTI0MTc4IGMgMCwtMC4xMjIxNDEzIDEuMDc3NjE5MSwtMS4yODYzNjk3IDIuMzk4NDEwNCwtMi42MDcxNjEgQyA4Ljc1MjU4MSw0Ljc0NjU4MTQgOS4yMDU2MTQxLDQuMzgxODIzMiA5LjUzNTM5NTUsNC40Njg0MzI0IDEwLjAyMjI5NSw0LjU5MDAxODUgMTAuMjY0MzU3LDUuMDI0NzMwNCAxMC4wOTExMzgsNS40NzYwOTc5IDkuOTE3MzY0Niw1LjkxMDI1NDYgNS41MjA4MzQsMTAuMjU1MTUzIDUuMjU5ODk1OCwxMC4yNTUxNTMgNS4xMzgzMDk3LDEwLjI1NTcwOCA0Ljg5NTEzNzYsMTAuMDk5MTQ1IDQuNzA0MTUzLDkuOTA4MTYwNSBaIgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuNTU1MTg3NTg7ZmlsbDojZmZmZmZmIiAvPjxwYXRoCiAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgIGlkPSJwYXRoOCIKICAgZD0ibSA4LjcwMjA1ODksNy44NTc4NTI3IGMgMCwtMC4yNDM3MjczIDEuMjg1MjU5MywtMS4zNzI5Nzg5IDEuNjg0OTk0MSwtMS40OTQ1NjUgMC4yMDg3NTEsLTAuMDY5Mzk4IDAuODg2NjM1LC0wLjY2MDExOCAxLjUxMjMzMSwtMS4zMzgwMDIxIDEuMDA3NjY2LC0xLjA2MDQwODMgMS4xNDcwMTgsLTEuMjg1ODE0NSAxLjE0NzAxOCwtMS44NzcwODkzIDAsLTAuOTU1NDc3OCAtMC42MjU2OTcsLTEuNTgxNzI5NCAtMS41NjQ1MTksLTEuNTgxNzI5NCAtMC42NjA2NzMsMCAtMC44MzMzMzYsMC4xMDQzNzUyIC0xLjkyOTI3NjcsMS4xNDcwMTc1IEMgOC44OTMwNDM1LDMuMzU2MzkxNyA4LjMxODk3OTUsNC4wMzQyNzU3IDguMjQ5NTgxLDQuMjQzMDI2MyA4LjEyNzk5NSw0LjYyNDk5NTMgNi45ODA0MjIyLDUuOTEwODA5OCA2Ljc1NTAxNiw1LjkxMDgwOTggNi41MTEyODg3LDUuOTEwODA5OCA2LjYxNTY2MzksMy45ODIwODgxIDYuODkzODEyOSwzLjM5MDgxMzMgNy4yMjQxNDk2LDIuNjc4NTA3NiA5LjUzNTM5NTUsMC40MTg4OTQwOSAxMC4xNjA1MzcsMC4xNzU3MjE5MiAxMC44NzI4NDIsLTAuMDg1MjE2MjUgMTIuMzE1Nzc1LC0wLjAzMzAyODYyIDEyLjk5MzY1OSwwLjI4MDA5NzE5IDE0LjI0NTA1MiwwLjg4ODU4MjggMTQuODUzNTM4LDIuMzgzMTQ3OCAxNC41NDA0MTIsNC4wODU5MDgyIDE0LjQwMTA2LDQuODMzMTkwNyAxMi4xNzY0MjMsNy4yNjY1Nzc5IDExLjIzODcxMSw3LjcxODUwMDcgMTAuNjI5NjcsNy45OTcyMDQ4IDguNzAyMDU4OSw4LjEwMTAyNDkgOC43MDIwNTg5LDcuODU3ODUyNyBaIgogICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuNTU1MTg3NTg7ZmlsbDojZmZmZmZmIiAvPgo8dGV4dAogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6MTIuODAyNzgyMDZweDtsaW5lLWhlaWdodDoxMjUlO2ZvbnQtZmFtaWx5OkFuamFsaU9sZExpcGk7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBbmphbGlPbGRMaXBpO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MS4yMDAyNjA3NnB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjE7IgogICB4PSI5LjA0MjIzODIiCiAgIHk9IjE3LjAwNjQ2OCIKICAgaWQ9InRleHQ0NTYwIj48dHNwYW4KICAgICBzb2RpcG9kaTpyb2xlPSJsaW5lIgogICAgIGlkPSJ0c3BhbjQ1NTgiCiAgICAgeD0iOS4wNDIyMzgyIgogICAgIHk9IjE3LjAwNjQ2OCIKICAgICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpib2xkO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1mYW1pbHk6QXJpbW87LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjonQXJpbW8gQm9sZCc7c3Ryb2tlLXdpZHRoOjEuMjAwMjYwNzZweDtmaWxsOiNmZmZmZmY7Ij4rPC90c3Bhbj48L3RleHQ+Cgo8L3N2Zz4="},,function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(5),o=n(48),i=r.WeakMap;t.exports="function"==typeof i&&/native code/.test(o(i))},function(t,e,n){var r=n(7),o=n(96),i=n(44),a=n(10);t.exports=function(t,e){for(var n=o(e),c=a.f,s=i.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||c(t,l,s(e,l))}}},function(t,e,n){var r=n(23),o=n(98),i=n(51),a=n(12);t.exports=r("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(5);t.exports=r},function(t,e,n){var r=n(50),o=n(34).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,e,n){var r=n(26),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},function(t,e,n){"use strict";var r=n(9),o=n(3),i=n(53),a=n(51),c=n(45),s=n(17),u=n(27),l=Object.assign,f=Object.defineProperty;t.exports=!l||o((function(){if(r&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol();return t[n]=7,"abcdefghijklmnopqrst".split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||"abcdefghijklmnopqrst"!=i(l({},e)).join("")}))?function(t,e){for(var n=s(t),o=arguments.length,l=1,f=a.f,p=c.f;o>l;)for(var d,b=u(arguments[l++]),g=f?i(b).concat(f(b)):i(b),h=g.length,A=0;h>A;)d=g[A++],r&&!p.call(b,d)||(n[d]=b[d]);return n}:l},function(t,e,n){t.exports=n(102)},function(t,e,n){"use strict";var r=n(6),o=n(54),i=n(103),a=n(61);function c(t){var e=new i(t),n=o(i.prototype.request,e);return r.extend(n,i.prototype,e),r.extend(n,e),n}var s=c(n(57));s.Axios=i,s.create=function(t){return c(a(s.defaults,t))},s.Cancel=n(62),s.CancelToken=n(116),s.isCancel=n(56),s.all=function(t){return Promise.all(t)},s.spread=n(117),s.isAxiosError=n(118),t.exports=s,t.exports.default=s},function(t,e,n){"use strict";var r=n(6),o=n(55),i=n(104),a=n(105),c=n(61);function s(t){this.defaults=t,this.interceptors={request:new i,response:new i}}s.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{}).url=arguments[0]:t=t||{},(t=c(this.defaults,t)).method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));e.length;)n=n.then(e.shift(),e.shift());return n},s.prototype.getUri=function(t){return t=c(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){s.prototype[t]=function(e,n){return this.request(c(n||{},{method:t,url:e,data:(n||{}).data}))}})),r.forEach(["post","put","patch"],(function(t){s.prototype[t]=function(e,n,r){return this.request(c(r||{},{method:t,url:e,data:n}))}})),t.exports=s},function(t,e,n){"use strict";var r=n(6);function o(){this.handlers=[]}o.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=o},function(t,e,n){"use strict";var r=n(6),o=n(106),i=n(56),a=n(57);function c(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return c(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]})),(t.adapter||a.adapter)(t).then((function(e){return c(t),e.data=o(e.data,e.headers,t.transformResponse),e}),(function(e){return i(e)||(c(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},function(t,e,n){"use strict";var r=n(6);t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},function(t,e,n){"use strict";var r=n(6);t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},function(t,e,n){"use strict";var r=n(60);t.exports=function(t,e,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?e(r("Request failed with status code "+n.status,n.config,null,n.request,n)):t(n)}},function(t,e,n){"use strict";t.exports=function(t,e,n,r,o){return t.config=e,n&&(t.code=n),t.request=r,t.response=o,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},function(t,e,n){"use strict";var r=n(6);t.exports=r.isStandardBrowserEnv()?{write:function(t,e,n,o,i,a){var c=[];c.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&c.push("expires="+new Date(n).toGMTString()),r.isString(o)&&c.push("path="+o),r.isString(i)&&c.push("domain="+i),!0===a&&c.push("secure"),document.cookie=c.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,e,n){"use strict";var r=n(112),o=n(113);t.exports=function(t,e){return t&&!r(e)?o(t,e):e}},function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},function(t,e,n){"use strict";var r=n(6),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,i,a={};return t?(r.forEach(t.split("\n"),(function(t){if(i=t.indexOf(":"),e=r.trim(t.substr(0,i)).toLowerCase(),n=r.trim(t.substr(i+1)),e){if(a[e]&&o.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},function(t,e,n){"use strict";var r=n(6);t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function o(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=o(window.location.href),function(e){var n=r.isString(e)?o(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return!0}},function(t,e,n){"use strict";var r=n(62);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o((function(e){t=e})),cancel:t}},t.exports=o},function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},function(t,e,n){"use strict";t.exports=function(t){return"object"==typeof t&&!0===t.isAxiosError}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"getRequestToken",{enumerable:!0,get:function(){return r.getRequestToken}}),Object.defineProperty(e,"onRequestTokenUpdate",{enumerable:!0,get:function(){return r.onRequestTokenUpdate}}),Object.defineProperty(e,"getCurrentUser",{enumerable:!0,get:function(){return o.getCurrentUser}});var r=n(120),o=n(155)},function(t,e,n){"use strict";n(63),Object.defineProperty(e,"__esModule",{value:!0}),e.getRequestToken=function(){return i},e.onRequestTokenUpdate=function(t){a.push(t)};var r=n(123),o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-requesttoken"):null,a=[];(0,r.subscribe)("csrf-token-update",(function(t){i=t.token,a.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}))},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,e,n){var r=n(68);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.subscribe=function(t,e){i.subscribe(t,e)},e.unsubscribe=function(t,e){i.unsubscribe(t,e)},e.emit=function(t,e){i.emit(t,e)};var r=n(124),o=n(129);var i=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new r.ProxyBus(window._nc_event_bus):window._nc_event_bus=new o.SimpleBus)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.ProxyBus=void 0;var r=i(n(125)),o=i(n(128));function i(t){return t&&t.__esModule?t:{default:t}}function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}var c="1.2.0",s=function(){function t(e){var n,i,a;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),a=void 0,(i="bus")in(n=this)?Object.defineProperty(n,i,{value:a,enumerable:!0,configurable:!0,writable:!0}):n[i]=a,"function"==typeof e.getVersion&&(0,r.default)(e.getVersion())?(0,o.default)(e.getVersion())!==(0,o.default)(this.getVersion())&&console.warn("Proxying an event bus of version "+e.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=e}var e,n,i;return e=t,(n=[{key:"getVersion",value:function(){return c}},{key:"subscribe",value:function(t,e){this.bus.subscribe(t,e)}},{key:"unsubscribe",value:function(t,e){this.bus.unsubscribe(t,e)}},{key:"emit",value:function(t,e){this.bus.emit(t,e)}}])&&a(e.prototype,n),i&&a(e,i),t}();e.ProxyBus=s},function(t,e,n){const r=n(126);t.exports=(t,e)=>{const n=r(t,e);return n?n.version:null}},function(t,e,n){const{MAX_LENGTH:r}=n(36),{re:o,t:i}=n(69),a=n(71),c=n(72);t.exports=(t,e)=>{if(e=c(e),t instanceof a)return t;if("string"!=typeof t)return null;if(t.length>r)return null;if(!(e.loose?o[i.LOOSE]:o[i.FULL]).test(t))return null;try{return new a(t,e)}catch(t){return null}}},function(t,e){const n=/^[0-9]+$/,r=(t,e)=>{const r=n.test(t),o=n.test(e);return r&&o&&(t=+t,e=+e),t===e?0:r&&!o?-1:o&&!r?1:t<e?-1:1};t.exports={compareIdentifiers:r,rcompareIdentifiers:(t,e)=>r(e,t)}},function(t,e,n){const r=n(71);t.exports=(t,e)=>new r(t,e).major},function(t,e,n){"use strict";function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}n(130),n(133),n(63),n(75),n(140),n(88),n(152),n(153),n(154),Object.defineProperty(e,"__esModule",{value:!0}),e.SimpleBus=void 0;var o="1.2.0",i=function(){function t(){var e,n,r;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),e=this,n="handlers",r=new Map,n in e?Object.defineProperty(e,n,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[n]=r}var e,n,i;return e=t,(n=[{key:"getVersion",value:function(){return o}},{key:"subscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))}},{key:"unsubscribe",value:function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))}},{key:"emit",value:function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))}}])&&r(e.prototype,n),i&&r(e,i),t}();e.SimpleBus=i},function(t,e,n){"use strict";var r=n(13),o=n(3),i=n(67),a=n(8),c=n(17),s=n(16),u=n(131),l=n(66),f=n(73),p=n(4),d=n(74),b=p("isConcatSpreadable"),g=d>=51||!o((function(){var t=[];return t[b]=!1,t.concat()[0]!==t})),h=f("concat"),A=function(t){if(!a(t))return!1;var e=t[b];return void 0!==e?!!e:i(t)};r({target:"Array",proto:!0,forced:!g||!h},{concat:function(t){var e,n,r,o,i,a=c(this),f=l(a,0),p=0;for(e=-1,r=arguments.length;e<r;e++)if(A(i=-1===e?a:arguments[e])){if(p+(o=s(i.length))>9007199254740991)throw TypeError("Maximum allowed index exceeded");for(n=0;n<o;n++,p++)n in i&&u(f,p,i[n])}else{if(p>=9007199254740991)throw TypeError("Maximum allowed index exceeded");u(f,p++,i)}return f.length=p,f}})},function(t,e,n){"use strict";var r=n(28),o=n(10),i=n(19);t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},function(t,e,n){var r=n(23);t.exports=r("navigator","userAgent")||""},function(t,e,n){"use strict";var r=n(13),o=n(65).filter,i=n(73),a=n(42),c=i("filter"),s=a("filter");r({target:"Array",proto:!0,forced:!c||!s},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){var r=n(4),o=n(37),i=n(10),a=r("unscopables"),c=Array.prototype;null==c[a]&&i.f(c,a,{configurable:!0,value:o(null)}),t.exports=function(t){c[a][t]=!0}},function(t,e,n){var r=n(9),o=n(10),i=n(12),a=n(53);t.exports=r?Object.defineProperties:function(t,e){i(t);for(var n,r=a(e),c=r.length,s=0;c>s;)o.f(t,n=r[s++],e[n]);return t}},function(t,e,n){var r=n(23);t.exports=r("document","documentElement")},function(t,e,n){"use strict";var r=n(76).IteratorPrototype,o=n(37),i=n(19),a=n(39),c=n(15),s=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=o(r,{next:i(1,n)}),a(t,u,!1,!0),c[u]=s,t}},function(t,e,n){var r=n(3);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},function(t,e,n){var r=n(8);t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},function(t,e,n){"use strict";var r=n(141),o=n(148);t.exports=r("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),o)},function(t,e,n){"use strict";var r=n(13),o=n(5),i=n(52),a=n(14),c=n(79),s=n(80),u=n(82),l=n(8),f=n(3),p=n(146),d=n(39),b=n(147);t.exports=function(t,e,n){var g=-1!==t.indexOf("Map"),h=-1!==t.indexOf("Weak"),A=g?"set":"add",m=o[t],v=m&&m.prototype,I=m,y={},M=function(t){var e=v[t];a(v,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(h&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return h&&!l(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(h&&!l(t))&&e.call(this,0===t?0:t)}:function(t,n){return e.call(this,0===t?0:t,n),this})};if(i(t,"function"!=typeof m||!(h||v.forEach&&!f((function(){(new m).entries().next()})))))I=n.getConstructor(e,t,g,A),c.REQUIRED=!0;else if(i(t,!0)){var N=new I,w=N[A](h?{}:-0,1)!=N,C=f((function(){N.has(1)})),j=p((function(t){new m(t)})),x=!h&&f((function(){for(var t=new m,e=5;e--;)t[A](e,e);return!t.has(-0)}));j||((I=e((function(e,n){u(e,I,t);var r=b(new m,e,I);return null!=n&&s(n,r[A],{that:r,AS_ENTRIES:g}),r}))).prototype=v,v.constructor=I),(C||x)&&(M("delete"),M("has"),g&&M("get")),(x||w)&&M(A),h&&v.clear&&delete v.clear}return y[t]=I,r({global:!0,forced:I!=m},y),d(I,t),h||n.setStrong(I,t,g),I}},function(t,e,n){var r=n(3);t.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},function(t,e,n){var r=n(4),o=n(15),i=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||a[i]===t)}},function(t,e,n){var r=n(81),o=n(15),i=n(4)("iterator");t.exports=function(t){if(null!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){var r=n(12);t.exports=function(t){var e=t.return;if(void 0!==e)return r(e.call(t)).value}},function(t,e,n){var r=n(4)("iterator"),o=!1;try{var i=0,a={next:function(){return{done:!!i++}},return:function(){o=!0}};a[r]=function(){return this},Array.from(a,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},t(i)}catch(t){}return n}},function(t,e,n){var r=n(8),o=n(78);t.exports=function(t,e,n){var i,a;return o&&"function"==typeof(i=e.constructor)&&i!==n&&r(a=i.prototype)&&a!==n.prototype&&o(t,a),t}},function(t,e,n){"use strict";var r=n(10).f,o=n(37),i=n(149),a=n(35),c=n(82),s=n(80),u=n(38),l=n(150),f=n(9),p=n(79).fastKey,d=n(21),b=d.set,g=d.getterFor;t.exports={getConstructor:function(t,e,n,u){var l=t((function(t,r){c(t,l,e),b(t,{type:e,index:o(null),first:void 0,last:void 0,size:0}),f||(t.size=0),null!=r&&s(r,t[u],{that:t,AS_ENTRIES:n})})),d=g(e),h=function(t,e,n){var r,o,i=d(t),a=A(t,e);return a?a.value=n:(i.last=a={index:o=p(e,!0),key:e,value:n,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=a),r&&(r.next=a),f?i.size++:t.size++,"F"!==o&&(i.index[o]=a)),t},A=function(t,e){var n,r=d(t),o=p(e);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==e)return n};return i(l.prototype,{clear:function(){for(var t=d(this),e=t.index,n=t.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete e[n.index],n=n.next;t.first=t.last=void 0,f?t.size=0:this.size=0},delete:function(t){var e=d(this),n=A(this,t);if(n){var r=n.next,o=n.previous;delete e.index[n.index],n.removed=!0,o&&(o.next=r),r&&(r.previous=o),e.first==n&&(e.first=r),e.last==n&&(e.last=o),f?e.size--:this.size--}return!!n},forEach:function(t){for(var e,n=d(this),r=a(t,arguments.length>1?arguments[1]:void 0,3);e=e?e.next:n.first;)for(r(e.value,e.key,this);e&&e.removed;)e=e.previous},has:function(t){return!!A(this,t)}}),i(l.prototype,n?{get:function(t){var e=A(this,t);return e&&e.value},set:function(t,e){return h(this,0===t?0:t,e)}}:{add:function(t){return h(this,t=0===t?0:t,t)}}),f&&r(l.prototype,"size",{get:function(){return d(this).size}}),l},setStrong:function(t,e,n){var r=e+" Iterator",o=g(e),i=g(r);u(t,e,(function(t,e){b(this,{type:r,target:t,state:o(t),kind:e,last:void 0})}),(function(){for(var t=i(this),e=t.kind,n=t.last;n&&n.removed;)n=n.previous;return t.target&&(t.last=n=n?n.next:t.state.first)?"keys"==e?{value:n.key,done:!1}:"values"==e?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),l(e)}}},function(t,e,n){var r=n(14);t.exports=function(t,e,n){for(var o in e)r(t,o,e[o],n);return t}},function(t,e,n){"use strict";var r=n(23),o=n(10),i=n(4),a=n(9),c=i("species");t.exports=function(t){var e=r(t),n=o.f;a&&e&&!e[c]&&n(e,c,{configurable:!0,get:function(){return this}})}},function(t,e,n){"use strict";var r=n(40),o=n(81);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},function(t,e,n){"use strict";var r=n(89).charAt,o=n(21),i=n(38),a=o.set,c=o.getterFor("String Iterator");i(String,"String",(function(t){a(this,{type:"String Iterator",string:String(t),index:0})}),(function(){var t,e=c(this),n=e.string,o=e.index;return o>=n.length?{value:void 0,done:!0}:(t=r(n,o),e.index+=t.length,{value:t,done:!1})}))},function(t,e,n){var r=n(5),o=n(83),i=n(64),a=n(11);for(var c in o){var s=r[c],u=s&&s.prototype;if(u&&u.forEach!==i)try{a(u,"forEach",i)}catch(t){u.forEach=i}}},function(t,e,n){var r=n(5),o=n(83),i=n(75),a=n(11),c=n(4),s=c("iterator"),u=c("toStringTag"),l=i.values;for(var f in o){var p=r[f],d=p&&p.prototype;if(d){if(d[s]!==l)try{a(d,s,l)}catch(t){d[s]=l}if(d[u]||a(d,u,f),o[f])for(var b in i)if(d[b]!==i[b])try{a(d,b,i[b])}catch(t){d[b]=i[b]}}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getCurrentUser=function(){if(null===o)return null;return{uid:o,displayName:a,isAdmin:c}};var r=document.getElementsByTagName("head")[0],o=r?r.getAttribute("data-user"):null,i=document.getElementsByTagName("head")[0],a=i?i.getAttribute("data-user-displayname"):null,c="undefined"!=typeof OC&&OC.isUserAdmin()},,function(t,e,n){var r=n(43),o=n(158);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[t.i,o,""]]);var i={insert:"head",singleton:!1};r(o,i);t.exports=o.locals||{}},function(t,e,n){"use strict";n.r(e);var r=n(18),o=n.n(r),i=n(41),a=n.n(i),c=n(90),s=n(91),u=o()(!0),l=a()(c.a),f=a()(s.a);u.push([t.i,".icon-add-shortcut{background-image:url("+l+")}.dark .icon-add-shortcut{background-image:url("+f+')}.heart{color:#ff0000}.heart::before{content:\'\\2665\'}.oc-dialog.bbb-dialog{max-height:calc(100% - 70px);margin-top:25px}.bbb-mb-1{margin-bottom:1em}.bbb-mt-1{margin-top:1em}.bbb-avatar{border-radius:50%}.text-muted{opacity:0.6}#bbb-root,#bbb-app{width:100%}pre{font-weight:normal;background-color:#f1f1f1;padding:1em 2em;display:inline-block;font-family:monospace}#bbb-warning{padding:1em;background-color:var(--color-warning);display:inline-block}#bbb-warning .icon{display:inline-block}#bbb-success{padding:1em;background-color:var(--color-success);display:inline-block}#bbb-success .icon{display:inline-block}#bbb-settings #bbb-warning,#bbb-settings #bbb-success{margin:1em 0}#bbb-settings [type="url"],#bbb-settings [type="password"]{width:250px}#bbb-settings h3{margin-top:3em}#bbb-settings p{margin-bottom:1em}#bbb-settings form{margin-bottom:2em}#bbb-react-root #bbb-warning,#bbb-react-root #bbb-success,#bbb-restrictions #bbb-warning,#bbb-restrictions #bbb-success{margin:3em}#bbb-react-root p,#bbb-restrictions p{margin-bottom:1em}#bbb-react-root .icon,#bbb-restrictions .icon{display:inline-block;opacity:0}#bbb-react-root .icon.icon-visible,#bbb-restrictions .icon.icon-visible{opacity:0.4}#bbb-react-root .action-item,#bbb-restrictions .action-item{border:0;background-color:transparent;padding:14px;border-radius:50%;line-height:0;display:inline-block}#bbb-react-root .action-item:not(button:disabled) .icon,#bbb-restrictions .action-item:not(button:disabled) .icon{opacity:0.5}#bbb-react-root .action-item:not(button:disabled):hover,#bbb-restrictions .action-item:not(button:disabled):hover{background-color:var(--color-background-dark)}#bbb-react-root .action-item:not(button:disabled):hover .icon,#bbb-restrictions .action-item:not(button:disabled):hover .icon{opacity:1}#bbb-react-root .action-item:not(button:disabled):hover .icon.icon-delete,#bbb-restrictions .action-item:not(button:disabled):hover .icon.icon-delete{background-image:var(--icon-delete-e9322d)}#bbb-react-root,#bbb-react-root>table,#bbb-restrictions,#bbb-restrictions>table{width:100%}#bbb-react-root .bbb-shrink,#bbb-restrictions .bbb-shrink{width:44px;white-space:nowrap}#bbb-react-root th,#bbb-restrictions th{padding:14px 6px;border-bottom:1px var(--color-background-darker) solid;cursor:pointer}#bbb-react-root th .sort_arrow,#bbb-restrictions th .sort_arrow{display:inline-block;color:#888}#bbb-react-root td,#bbb-restrictions td{padding:0 6px;position:relative;display:table-cell}#bbb-react-root td>form,#bbb-restrictions td>form{margin:-10px}#bbb-react-root td>form input[type=\'text\'],#bbb-restrictions td>form input[type=\'text\']{width:100%}#bbb-react-root td .action-rename .icon-rename,#bbb-restrictions td .action-rename .icon-rename{opacity:0}#bbb-react-root td .action-rename:hover .icon-rename,#bbb-restrictions td .action-rename:hover .icon-rename{opacity:1}#bbb-react-root td.icon-col,#bbb-restrictions td.icon-col{width:42px;padding:0}#bbb-react-root tfoot td,#bbb-restrictions tfoot td{padding:14px 6px}#bbb-react-root .selected-row,#bbb-restrictions .selected-row{background-color:var(--color-background-dark)}#bbb-react-root .recordings-row,#bbb-restrictions .recordings-row{background-color:var(--color-background-hover);box-shadow:inset 0px -5px 7px -7px var(--color-box-shadow)}#bbb-react-root .recordings-row>td,#bbb-restrictions .recordings-row>td{padding:0}#bbb-react-root .recordings-row table,#bbb-restrictions .recordings-row table{width:100%}#bbb-react-root tbody tr td:first-child,#bbb-restrictions tbody tr td:first-child{padding-left:5px}#bbb-react-root tbody tr:hover,#bbb-restrictions tbody tr:hover{background-color:var(--color-background-hover);box-shadow:5px 0 0 var(--color-primary-element) inset}#bbb-react-root tbody tr:hover .action-rename::after,#bbb-restrictions tbody tr:hover .action-rename::after{opacity:0.5}#bbb-react-root tbody tr:hover .action-rename:hover::after,#bbb-restrictions tbody tr:hover .action-rename:hover::after{opacity:1}#bbb-react-root .copy-to-clipboard:active,#bbb-restrictions .copy-to-clipboard:active{background-color:var(--color-success) !important}#bbb-react-root input.icon-clippy,#bbb-restrictions input.icon-clippy{background-position:8px center;cursor:pointer;padding-left:32px}.bbb-form-element{min-width:300px;margin:2em 0}.bbb-form-element input:not([type="checkbox"]),.bbb-form-element select{width:100%;display:block}.bbb-form-element [readonly]{background-color:#f1f1f1}.bbb-form-element em{white-space:normal}.bbb-input-container{display:flex}.bbb-qrcode-container{display:block;height:34px;width:34px;margin:3px;position:relative;cursor:zoom-in}.bbb-qrcode-container canvas{max-width:100%;max-height:100%;position:absolute;top:0;right:0}.bbb-qrcode-container input[type="checkbox"]{display:none}.bbb-qrcode-container input[type="checkbox"]:checked+canvas{max-width:none;max-height:none;box-shadow:0 0 10px;box-shadow:0 0 5px var(--color-box-shadow);cursor:zoom-out;border:5px solid #fff}\n',"",{version:3,sources:["webpack://ts/Manager/App.scss"],names:[],mappings:"AAAA,mBACE,wDAAsD,CAEtD,yBACE,wDAAiD,CAClD,OAID,aAAc,CADhB,eAII,eAAgB,CACjB,sBAID,4BAA6B,CAC7B,eAAgB,CACjB,UAGC,iBAAkB,CACnB,UAGC,cAAe,CAChB,YAGC,iBAAkB,CACnB,YAGC,WAAY,CACb,mBAGC,UAAW,CACZ,IAGC,kBAAmB,CACnB,wBAAyB,CACzB,eAAgB,CAChB,oBAAqB,CACrB,qBAAsB,CACvB,aAGC,WAAY,CACZ,qCAAsC,CACtC,oBAAqB,CAHvB,mBAMI,oBAAqB,CACtB,aAID,WAAY,CACZ,qCAAsC,CACtC,oBAAqB,CAHvB,mBAMI,oBAAqB,CACtB,sDAMC,YAAa,CAHjB,2DAQI,WAAY,CARhB,iBAYI,cAAe,CAZnB,gBAgBI,iBAAkB,CAhBtB,mBAoBI,iBAAkB,CACnB,wHAOC,UAAW,CAJf,sCAQI,iBAAkB,CARtB,8CAYI,oBAAqB,CACrB,SAAU,CAbd,wEAgBM,WAAY,CAhBlB,4DAqBI,QAAS,CACT,4BAA6B,CAC7B,YAAa,CACb,iBAAkB,CAClB,aAAc,CACd,oBAAqB,CA1BzB,kHA6BM,WAAY,CA7BlB,kHAiCM,6CAA8C,CAjCpD,8HAoCQ,SAAU,CApClB,sJAuCU,0CAA2C,CAvCrD,gFA8CI,UAAW,CA9Cf,0DAkDI,UAAW,CACX,kBAAmB,CAnDvB,wCAwDI,gBAAiB,CACjB,sDAAuD,CACvD,cAAe,CA1DnB,gEA6DM,oBAAqB,CACrB,UAAW,CA9DjB,wCAmEI,aAAc,CACd,iBAAkB,CAClB,kBAAmB,CArEvB,kDAwEM,YAAa,CAxEnB,wFA2EQ,UAAW,CA3EnB,gGAiFQ,SAAU,CAjFlB,4GAqFQ,SAAU,CArFlB,0DA0FM,UAAW,CACX,SAAU,CA3FhB,oDAgGI,gBAAiB,CAhGrB,8DAoGI,6CAA8C,CApGlD,kEAwGI,8CAA+C,CAC/C,0DAA2D,CAzG/D,wEA4GM,SAAU,CA5GhB,8EAgHM,UAAW,CAhHjB,kFAsHM,gBAAiB,CAtHvB,gEA0HM,8CAA+C,CAC/C,qDAAsD,CA3H5D,4GA+HU,WAAY,CA/HtB,wHAmIU,SAAU,CAnIpB,sFA2IM,gDAAiD,CA3IvD,sEAgJI,8BAA+B,CAC/B,cAAe,CACf,iBAAkB,CACnB,kBAID,eAAgB,CAChB,YAAa,CAFf,wEAMI,UAAW,CACX,aAAc,CAPlB,6BAWI,wBAAyB,CAX7B,qBAeI,kBAAmB,CACpB,qBAID,YAAa,CACd,sBAGC,aAAc,CACd,WAAY,CACZ,UAAW,CACX,UAAW,CACX,iBAAkB,CAClB,cAAe,CANjB,6BASI,cAAe,CACf,eAAgB,CAChB,iBAAkB,CAClB,KAAM,CACN,OAAQ,CAbZ,6CAiBI,YAAa,CAjBjB,4DAoBM,cAAe,CACf,eAAgB,CAChB,mBAAoB,CACpB,0CAA2C,CAC3C,eAAgB,CAChB,qBAAsB",sourcesContent:[".icon-add-shortcut {\n background-image: url('../../img/chain-plus-dark.svg');\n\n .dark & {\n background-image: url('../../img/chain-plus.svg');\n }\n}\n\n.heart {\n color: #ff0000;\n\n &::before {\n content: '\\2665';\n }\n}\n\n.oc-dialog.bbb-dialog {\n max-height: calc(100% - 70px);\n margin-top: 25px;\n}\n\n.bbb-mb-1 {\n margin-bottom: 1em;\n}\n\n.bbb-mt-1 {\n margin-top: 1em;\n}\n\n.bbb-avatar {\n border-radius: 50%;\n}\n\n.text-muted {\n opacity: 0.6;\n}\n\n#bbb-root, #bbb-app {\n width: 100%;\n}\n\npre {\n font-weight: normal;\n background-color: #f1f1f1;\n padding: 1em 2em;\n display: inline-block;\n font-family: monospace;\n}\n\n#bbb-warning {\n padding: 1em;\n background-color: var(--color-warning);\n display: inline-block;\n\n .icon {\n display: inline-block;\n }\n}\n\n#bbb-success {\n padding: 1em;\n background-color: var(--color-success);\n display: inline-block;\n\n .icon {\n display: inline-block;\n }\n}\n\n#bbb-settings {\n #bbb-warning,\n #bbb-success {\n margin: 1em 0;\n }\n\n [type=\"url\"],\n [type=\"password\"] {\n width: 250px;\n }\n\n h3 {\n margin-top: 3em;\n }\n\n p {\n margin-bottom: 1em;\n }\n\n form {\n margin-bottom: 2em;\n }\n}\n\n#bbb-react-root,\n#bbb-restrictions {\n #bbb-warning,\n #bbb-success {\n margin: 3em;\n }\n\n p {\n margin-bottom: 1em;\n }\n\n .icon {\n display: inline-block;\n opacity: 0;\n\n &.icon-visible {\n opacity: 0.4;\n }\n }\n\n .action-item {\n border: 0;\n background-color: transparent;\n padding: 14px;\n border-radius: 50%;\n line-height: 0;\n display: inline-block;\n\n &:not(button:disabled) .icon {\n opacity: 0.5;\n }\n\n &:not(button:disabled):hover {\n background-color: var(--color-background-dark);\n\n .icon {\n opacity: 1;\n\n &.icon-delete {\n background-image: var(--icon-delete-e9322d);\n }\n }\n }\n }\n\n &, & > table {\n width: 100%;\n }\n\n .bbb-shrink {\n width: 44px;\n white-space: nowrap;\n }\n\n\n th {\n padding: 14px 6px;\n border-bottom: 1px var(--color-background-darker) solid;\n cursor: pointer;\n\n .sort_arrow {\n display: inline-block;\n color: #888;\n }\n }\n\n td {\n padding: 0 6px;\n position: relative;\n display: table-cell;\n\n & > form {\n margin: -10px;\n\n input[type='text'] {\n width: 100%;\n }\n }\n\n .action-rename {\n .icon-rename {\n opacity: 0;\n }\n\n &:hover .icon-rename {\n opacity: 1;\n }\n }\n\n &.icon-col {\n width: 42px;\n padding: 0;\n }\n }\n\n tfoot td {\n padding: 14px 6px;\n }\n\n .selected-row {\n background-color: var(--color-background-dark);\n }\n\n .recordings-row {\n background-color: var(--color-background-hover);\n box-shadow: inset 0px -5px 7px -7px var(--color-box-shadow);\n\n &> td {\n padding: 0;\n }\n\n table {\n width: 100%;\n }\n }\n\n tbody tr {\n td:first-child {\n padding-left: 5px;\n }\n\n &:hover {\n background-color: var(--color-background-hover);\n box-shadow: 5px 0 0 var(--color-primary-element) inset;\n\n .action-rename {\n &::after {\n opacity: 0.5;\n }\n\n &:hover::after {\n opacity: 1;\n }\n }\n }\n }\n\n .copy-to-clipboard {\n &:active {\n background-color: var(--color-success) !important;\n }\n }\n\n input.icon-clippy {\n background-position: 8px center;\n cursor: pointer;\n padding-left: 32px;\n }\n}\n\n.bbb-form-element {\n min-width: 300px;\n margin: 2em 0;\n\n input:not([type=\"checkbox\"]),\n select {\n width: 100%;\n display: block;\n }\n\n [readonly] {\n background-color: #f1f1f1;\n }\n\n em {\n white-space: normal;\n }\n}\n\n.bbb-input-container {\n display: flex;\n}\n\n.bbb-qrcode-container {\n display: block;\n height: 34px;\n width: 34px;\n margin: 3px;\n position: relative;\n cursor: zoom-in;\n\n canvas {\n max-width: 100%;\n max-height: 100%;\n position: absolute;\n top: 0;\n right: 0;\n }\n\n input[type=\"checkbox\"] {\n display: none;\n\n &:checked + canvas {\n max-width: none;\n max-height: none;\n box-shadow: 0 0 10px;\n box-shadow: 0 0 5px var(--color-box-shadow);\n cursor: zoom-out;\n border: 5px solid #fff;\n }\n }\n}"],sourceRoot:""}]),e.default=u},,,,,,,,,,,,,,,,,,,,,function(t,e,n){t.exports=n(180)},function(e,n,r){"use strict";r.r(n);var o=r(1),i=(r(157),function(t,e,n,r){return new(n||(n=Promise))((function(o,i){function a(t){try{s(r.next(t))}catch(t){i(t)}}function c(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,c)}s((r=r.apply(t,e||[])).next())}))});$((function(){function e(t){return $('<div id="bbb-warning"><span class="icon icon-error-color icon-visible"></span> '.concat(t,"</div>"))}function n(t){return $('<div id="bbb-success"><span class="icon icon-checkmark icon-visible"></span> '.concat(t,"</div>"))}function r(t,e){return i(this,void 0,void 0,regeneratorRuntime.mark((function n(){var r;return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,o.d.checkServer(t,e);case 2:if("success"!==(r=n.sent)){n.next=5;break}return n.abrupt("return");case 5:throw r;case 6:case"end":return n.stop()}}),n)})))}function a(){return new Promise((function(t){OC.PasswordConfirmation&&OC.PasswordConfirmation.requiresPasswordConfirmation()?OC.PasswordConfirmation.requirePasswordConfirmation((function(){return t()})):t()}))}$("#bbb-api").on("submit",(function(o){o.preventDefault();var c=$(this).find(".bbb-result").empty();(function(t,e){return i(this,void 0,void 0,regeneratorRuntime.mark((function n(){return regeneratorRuntime.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return t+=t.endsWith("/")?"":"/",n.next=3,r(t,e);case 3:return n.next=5,a();case 5:OCP.AppConfig.setValue("bbb","api.url",t),OCP.AppConfig.setValue("bbb","api.secret",e);case 7:case"end":return n.stop()}}),n)})))})(this["api.url"].value,this["api.secret"].value).then((function(){var e=n(t("bbb","Settings saved"));setTimeout((function(){c.empty()}),3e3),c.append(e)})).catch((function(n){var r=t("bbb","Unexpected error occurred");"invalid-url"===n?r=t("bbb","API URL is invalid"):"invalid-secret"===n&&(r=t("bbb","API secret is invalid"));var o=e(r);c.append(o)}))})),$("#bbb-shortener").on("submit",(function(r){r.preventDefault();var o=$(this).find(".bbb-result").empty();(function(t){return i(this,void 0,void 0,regeneratorRuntime.mark((function e(){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,a();case 2:if(!t||0===t.indexOf("https://")){e.next=4;break}throw"https";case 4:if(!(t&&t.indexOf("{token}")<0)){e.next=6;break}throw"token";case 6:OCP.AppConfig.setValue("bbb","app.shortener",t);case 7:case"end":return e.stop()}}),e)})))})(this["app.shortener"].value).then((function(){var e=n(t("bbb","Settings saved"));setTimeout((function(){o.empty()}),3e3),o.append(e)})).catch((function(n){var r=t("bbb","Unexpected error occurred");"https"===n?r=t("bbb","URL has to start with HTTPS"):"token"===n&&(r=t("bbb","URL has to contain the {token} placeholder"));var i=e(r);console.warn("Could not save app settings",n),o.append(i)}))})),$('#bbb-shortener [name="app.shortener"]').on("keyup",(function(e){e.preventDefault();var n=e.target.value;if(!n||0!==n.indexOf("https://")||n.indexOf("{token}")<0)$("#bbb-shortener-example").text(t("bbb","URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used."));else{var r,o=window.location.origin+OC.generateUrl("apps/bbb/b/$1"),i=new URL(n),a="^"+i.pathname.replace(/^\//,"").replace(/%7Buser%7D/g,".+").replace(/%7Btoken%7D/g,"(.+)");$("#bbb-shortener-example").html("<p>".concat((r=n,r.replace(/</g,"<").replace(/\{user\}/g,"<strong>".concat(OC.currentUser,"</strong>")).replace(/\{token\}/g,"<strong>your_room_id</strong>")),"</p>\n\t\t<details>\n\t\t<summary>").concat(t("bbb","Example configuration for Apache and Nginx"),"</summary>\n\t\t<pre>#Apache with mod_rewrite\nServerName ").concat(i.hostname,'\nRewriteEngine on\nRewriteRule "').concat(a,'" "').concat(o,'" [R=307,L]\n\n#Nginx config\nserver_name ').concat(i.hostname,";\nrewrite ").concat(a," ").concat(o," last;\nreturn 307;</pre></details>\n\t\t"))}})),$('#bbb-shortener [name="app.shortener"]').trigger("keyup"),$('#bbb-settings [name="app.navigation"]').on("change",(function(t){t.preventDefault(),console.log("checkbox changed to",t.target.checked),OCP.AppConfig.setValue("bbb","app.navigation",t.target.checked)}))}))}]);
//# sourceMappingURL=admin.js.map