t)r-=e[s-1].height,s--;var u=a-r;return{start:r,delta:u}},e.prototype.removeTombstone=function(){for(var e=this.content.querySelectorAll(".tombstone"),t=e.length-1;t>=0;t--)this.content.removeChild(e[t])},e.prototype.setContent=function(e){e!==this.content&&(this.content=e)},e.prototype.destroy=function(){this.removeTombstone(),this.timers.forEach((function(e){clearTimeout(e)}))},e.prototype.resetState=function(){this.destroy(),this.timers=[],this.unusedDom=[]},e}(),O=-2e3,T=function(){function e(e){this.scroll=e,this.start=0,this.end=0,this.init()}return e.prototype.init=function(){var e=this;this.handleOptions();var t=this.options,n=t.fetch,r=t.render,i=t.createTombstone;this.tombstone=new x(i),this.indexCalculator=new w(this.scroll.scroller.scrollBehaviorY.wrapperSize,this.tombstone.height),this.domManager=new S(this.scroll.scroller.content,r,this.tombstone),this.dataManager=new C([],n,this.onFetchFinish.bind(this)),this.scroll.on(this.scroll.eventTypes.destroy,this.destroy,this),this.scroll.on(this.scroll.eventTypes.scroll,this.update,this),this.scroll.on(this.scroll.eventTypes.contentChanged,(function(t){e.domManager.setContent(t),e.indexCalculator.resetState(),e.domManager.resetState(),e.dataManager.resetState(),e.update({y:0})}));var o=this.scroll.scroller.scrollBehaviorY;o.hooks.on(o.hooks.eventTypes.computeBoundary,this.modifyBoundary,this),this.update({y:0})},e.prototype.modifyBoundary=function(e){e.maxScrollPos=O},e.prototype.handleOptions=function(){var e=this.scroll.options.infinity;e&&("function"!==typeof e.fetch&&r("Infinity plugin need fetch Function to new data."),"function"!==typeof e.render&&r("Infinity plugin need render Function to render each item."),"function"!==typeof e.render&&r("Infinity plugin need createTombstone Function to create tombstone."),this.options=e),this.scroll.options.probeType=3},e.prototype.update=function(e){var t=Math.round(-e.y),n=this.indexCalculator.calculate(t,this.dataManager.getList()),r=n.start,i=n.end;this.start=r,this.end=i,this.dataManager.update(i),this.updateDom(this.dataManager.getList())},e.prototype.onFetchFinish=function(e,t){var n=this.updateDom(e).end;return t||(this.domManager.removeTombstone(),this.scroll.scroller.animater.stop(),this.scroll.resetPosition()),n},e.prototype.updateDom=function(e){var t=this.domManager.update(e,this.start,this.end),n=t.end,r=t.startPos,i=t.endPos,o=t.startDelta;return o&&(this.scroll.minScrollY=o),i>this.scroll.maxScrollY&&(this.scroll.maxScrollY=-(i-this.scroll.scroller.scrollBehaviorY.wrapperSize)),{end:n,startPos:r,endPos:i}},e.prototype.destroy=function(){var e=this.scroll.scroller,t=e.content,n=e.scrollBehaviorY;while(t.firstChild)t.removeChild(t.firstChild);this.domManager.destroy(),this.scroll.off("scroll",this.update),this.scroll.off("destroy",this.destroy),n.hooks.off(n.hooks.eventTypes.computeBoundary)},e.pluginName="infinity",e}()},"5a56":function(e,t,n){"use strict";n.r(t);var r=n("1a1d"),i=n("05e8");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("fe06");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"5a64":function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.isPointInsidePolygon=void 0,n("d9e2");var r=function(e,t){var n=0,r=0,i=0,o=0,a=0,s=0,u=0,c=0,l=null,d=null,f=e[0],h=e[1],p=t.length;for(n;n0&&c>0)l=d,s=c,a=l[0]-f;else{if(u=d[0]-e[0],c>0&&s<=0){if(o=a*c-u*s,o>0)i+=1;else if(0===o)return 0}else if(s>0&&c<=0){if(o=a*c-u*s,o<0)i+=1;else if(0===o)return 0}else if(0===c&&s<0){if(o=a*c-u*s,0===o)return 0}else if(0===s&&c<0){if(o=a*c-u*s,0===o)return 0}else if(0===s&&0===c){if(u<=0&&a>=0)return 0;if(a<=0&&u>=0)return 0}l=d,s=c,a=u}}return!(i%2===0)};t.isPointInsidePolygon=r},"5adc":function(e,t,n){"use strict";var r=n("4ea4");t.__esModule=!0,t.default=void 0;var i=r(n("b17c")),o=r(n("a559")),a=n("e5f6"),s=n("fdc8"),u=n("ca48"),c=n("bb6b"),l=n("d298"),d=(new Date).getFullYear(),f=(0,a.createNamespace)("date-picker"),h=f[0],p=h({mixins:[l.TimePickerMixin],props:(0,o.default)({},l.sharedProps,{type:{type:String,default:"datetime"},minDate:{type:Date,default:function(){return new Date(d-10,0,1)},validator:s.isDate},maxDate:{type:Date,default:function(){return new Date(d+10,11,31)},validator:s.isDate}}),watch:{filter:"updateInnerValue",minDate:function(){var e=this;this.$nextTick((function(){e.updateInnerValue()}))},maxDate:function(e){this.innerValue.valueOf()>=e.valueOf()?this.innerValue=e:this.updateInnerValue()},value:function(e){e=this.formatValue(e),e&&e.valueOf()!==this.innerValue.valueOf()&&(this.innerValue=e)}},computed:{ranges:function(){var e=this.getBoundary("max",this.innerValue?this.innerValue:this.minDate),t=e.maxYear,n=e.maxDate,r=e.maxMonth,i=e.maxHour,o=e.maxMinute,a=this.getBoundary("min",this.innerValue?this.innerValue:this.minDate),s=a.minYear,u=a.minDate,c=a.minMonth,l=a.minHour,d=a.minMinute,f=[{type:"year",range:[s,t]},{type:"month",range:[c,r]},{type:"day",range:[u,n]},{type:"hour",range:[l,i]},{type:"minute",range:[d,o]}];switch(this.type){case"date":f=f.slice(0,3);break;case"year-month":f=f.slice(0,2);break;case"month-day":f=f.slice(1,3);break;case"datehour":f=f.slice(0,4);break}if(this.columnsOrder){var h=this.columnsOrder.concat(f.map((function(e){return e.type})));f.sort((function(e,t){return h.indexOf(e.type)-h.indexOf(t.type)}))}return f}},methods:{formatValue:function(e){var t=this;if(!(0,s.isDate)(e))return null;var n=new Date(this.minDate),r=new Date(this.maxDate),o={year:"getFullYear",month:"getMonth",day:"getDate",hour:"getHours",minute:"getMinutes"};if(this.originColumns){var a=this.originColumns.map((function(e,i){var a=e.type,s=e.values,u=t.ranges[i].range,c=n[o[a]](),l=r[o[a]](),d="month"===a?+s[0]-1:+s[0],f="month"===a?+s[s.length-1]-1:+s[s.length-1];return{type:a,values:[cu[1]?Math.min(l,f):f||l]}}));if("month-day"===this.type){var u=(this.innerValue||this.minDate).getFullYear();a.unshift({type:"year",values:[u,u]})}var l=Object.keys(o).map((function(e){var t;return null==(t=a.filter((function(t){return t.type===e}))[0])?void 0:t.values})).filter((function(e){return e}));n=(0,i.default)(Date,l.map((function(e){return(0,c.getTrueValue)(e[0])}))),r=(0,i.default)(Date,l.map((function(e){return(0,c.getTrueValue)(e[1])})))}return e=Math.max(e,n.getTime()),e=Math.min(e,r.getTime()),new Date(e)},getBoundary:function(e,t){var n,r=this[e+"Date"],i=r.getFullYear(),o=1,a=1,s=0,u=0;return"max"===e&&(o=12,a=(0,c.getMonthEndDay)(t.getFullYear(),t.getMonth()+1),s=23,u=59),t.getFullYear()===i&&(o=r.getMonth()+1,t.getMonth()+1===o&&(a=r.getDate(),t.getDate()===a&&(s=r.getHours(),t.getHours()===s&&(u=r.getMinutes())))),n={},n[e+"Year"]=i,n[e+"Month"]=o,n[e+"Date"]=a,n[e+"Hour"]=s,n[e+"Minute"]=u,n},updateInnerValue:function(){var e,t,n,r=this,i=this.type,o=this.getPicker().getIndexes(),a=function(e){var t=0;r.originColumns.forEach((function(n,r){e===n.type&&(t=r)}));var n=r.originColumns[t].values;return(0,c.getTrueValue)(n[o[t]])};"month-day"===i?(e=(this.innerValue||this.minDate).getFullYear(),t=a("month"),n=a("day")):(e=a("year"),t=a("month"),n="year-month"===i?1:a("day"));var s=(0,c.getMonthEndDay)(e,t);n=n>s?s:n;var u=0,l=0;"datehour"===i&&(u=a("hour")),"datetime"===i&&(u=a("hour"),l=a("minute"));var d=new Date(e,t-1,n,u,l);this.innerValue=this.formatValue(d)},onChange:function(e){var t=this;this.updateInnerValue(),this.$nextTick((function(){t.$nextTick((function(){t.updateInnerValue(),t.$emit("change",e)}))}))},updateColumnValue:function(){var e=this,t=this.innerValue?this.innerValue:this.minDate,n=this.formatter,r=this.originColumns.map((function(e){switch(e.type){case"year":return n("year",""+t.getFullYear());case"month":return n("month",(0,u.padZero)(t.getMonth()+1));case"day":return n("day",(0,u.padZero)(t.getDate()));case"hour":return n("hour",(0,u.padZero)(t.getHours()));case"minute":return n("minute",(0,u.padZero)(t.getMinutes()));default:return null}}));this.$nextTick((function(){e.getPicker().setValues(r)}))}}});t.default=p},"5b4d":function(e,t,n){n("a29f"),n("7565"),n("911e")},"5b5d":function(e,t,n){"use strict";n.r(t);var r=n("bb6e"),i=n("907f");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("8807");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"5b68":function(e,t,n){"use strict";n("bee1")},"5b8d":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("ddb0"),n("14d9"),n("c740");var i=r(n("53ca")),o=r(n("bd41")),a=n("e7c7"),s={};function u(){var e=document.createElement("button");return(0,a.addClass)(e,"dialog-temp-node"),e.setAttribute("aria-hidden","true"),e.innerText="Aria Button",e}s.openDialogList=s.openDialogList||new Array(0),s.getCurrentDialog=function(){if(s.openDialogList&&s.openDialogList.length)return s.openDialogList[s.openDialogList.length-1]},s.Dialog=function(e,t,n,r){var a=this;this.dialogNode=e,this.appendTempNode(),this.options=r||{},"string"===typeof t?this.focusAfterClosed=document.getElementById(t):"object"===(0,i.default)(t)?this.focusAfterClosed=t:this.focusAfterClosed=null,"string"===typeof n?this.focusFirst=document.getElementById(n):"object"===(0,i.default)(n)?this.focusFirst=n:this.focusFirst=null,this.focusFirst?setTimeout((function(){a.focusFirst.focus()}),0):!1!==this.focusFirst&&o.default.focusFirstDescendant(this.dialogNode,this.preButton),s.openDialogList.length>0&&s.getCurrentDialog().removeListeners(),this.refresh(),this.tabEvent=function(e){e.keyCode===o.default.keys.tab&&a.trapFocus(e)},this.addListeners(),s.openDialogList.push(this)},s.Dialog.prototype.refresh=function(){this.lastFocus=o.default.findLastFocusEl(this.dialogNode,this.nextButton),this.firstFocus=o.default.findFirstFocusEl(this.dialogNode,this.preButton)},s.Dialog.prototype.addListeners=function(){document.addEventListener("keydown",this.tabEvent,!0)},s.Dialog.prototype.removeListeners=function(){document.removeEventListener("keydown",this.tabEvent,!0)},s.Dialog.prototype.closeDialog=function(e){var t=this;s.openDialogList.pop(),this.removeListeners(),this.focusAfterClosed&&setTimeout((function(){(0,a.isHidden)(t.focusAfterClosed)||t.focusAfterClosed===document.body?e&&e():t.focusAfterClosed.focus()})),s.openDialogList.length&&s.getCurrentDialog().addListeners(),this.removeTempNode()},s.Dialog.prototype.setFocusEl=function(){this.focusFirst?this.focusFirst.focus():o.default.focusFirstDescendant(this.dialogNode,this.preButton)},s.Dialog.prototype.trapFocus=function(e){var t=this,n=s.getCurrentDialog().dialogNode,r=o.default.findFirstFocusEl(this.dialogNode,this.preButton),i=o.default.findLastFocusEl(this.dialogNode,this.nextButton);if(e.shiftKey){var a=r===e.target||r.contains(e.target);setTimeout((function(){var e=o.default.getFocusableChildElements(n)||[],r=e.findIndex((function(e){return e===document.activeElement}))>0;!a&&r||o.default.focusLastDescendant(n,t.nextButton)}),0)}else(i===e.target||i.contains(e.target))&&setTimeout((function(){o.default.focusFirstDescendant(n,t.preButton)}),0)},s.Dialog.prototype.focusNext=function(){return o.default.focusNext(this.dialogNode,null,this.nextButton)},s.Dialog.prototype.focusPrevious=function(){return o.default.focusPrevious(this.dialogNode,null,this.preButton)},s.Dialog.prototype.focusFirstDescendant=function(){return o.default.focusFirstDescendant(this.dialogNode,this.preButton)},s.Dialog.prototype.focusLastDescendant=function(){return o.default.focusLastDescendant(this.dialogNode,this.nextButton)},s.Dialog.prototype.appendTempNode=function(){var e=this.dialogNode;if(!(0,a.hasClass)(e.children[0],"dialog-temp-node")){var t=this.preButton=u();e.insertBefore(t,e.children[0]);var n=this.nextButton=u();e.appendChild(n)}},s.Dialog.prototype.removeTempNode=function(){var e=this.dialogNode;this.preButton&&e.removeChild(this.preButton),this.nextButton&&e.removeChild(this.nextButton)};var c=s.Dialog;t.default=c},"5be8":function(e,t,n){"use strict";n.r(t);var r=n("ae82"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"5c16":function(e,t){function n(e){for(var t=1,n=arguments.length;t-1}var v=m;function g(e,t){var n=this.__data__,r=u(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this}var y=g;function b(e){var t=-1,n=null==e?0:e.length;this.clear();while(++t-1&&e%1==0&&e-1&&e%1==0&&e<=Vt}var qt=Ht,Wt="[object Arguments]",Zt="[object Array]",Yt="[object Boolean]",Kt="[object Date]",Gt="[object Error]",Jt="[object Function]",Xt="[object Map]",Qt="[object Number]",en="[object Object]",tn="[object RegExp]",nn="[object Set]",rn="[object String]",on="[object WeakMap]",an="[object ArrayBuffer]",sn="[object DataView]",un="[object Float32Array]",cn="[object Float64Array]",ln="[object Int8Array]",dn="[object Int16Array]",fn="[object Int32Array]",hn="[object Uint8Array]",pn="[object Uint8ClampedArray]",mn="[object Uint16Array]",vn="[object Uint32Array]",gn={};function yn(e){return Tt(e)&&qt(e.length)&&!!gn[W(e)]}gn[un]=gn[cn]=gn[ln]=gn[dn]=gn[fn]=gn[hn]=gn[pn]=gn[mn]=gn[vn]=!0,gn[Wt]=gn[Zt]=gn[an]=gn[Yt]=gn[sn]=gn[Kt]=gn[Gt]=gn[Jt]=gn[Xt]=gn[Qt]=gn[en]=gn[tn]=gn[nn]=gn[rn]=gn[on]=!1;var bn=yn;function wn(e){return function(t){return e(t)}}var _n=wn,Cn=n("c6eb"),xn=Cn["a"]&&Cn["a"].isTypedArray,kn=xn?_n(xn):bn,Sn=kn,On=Object.prototype,Tn=On.hasOwnProperty;function En(e,t){var n=Ft(e),r=!n&&It(e),i=!n&&!r&&Object(zt["a"])(e),o=!n&&!r&&!i&&Sn(e),a=n||r||i||o,s=a?St(e.length,String):[],u=s.length;for(var c in e)!t&&!Tn.call(e,c)||a&&("length"==c||i&&("offset"==c||"parent"==c)||o&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Ut(c,u))||s.push(c);return s}var Dn=En,Mn=Object.prototype;function An(e){var t=e&&e.constructor,n="function"==typeof t&&t.prototype||Mn;return e===n}var Nn=An;function Pn(e,t){return function(n){return e(t(n))}}var Ln=Pn,In=Ln(Object.keys,Object),Rn=In,Fn=Object.prototype,zn=Fn.hasOwnProperty;function jn(e){if(!Nn(e))return Rn(e);var t=[];for(var n in Object(e))zn.call(e,n)&&"constructor"!=n&&t.push(n);return t}var Bn=jn;function $n(e){return null!=e&&qt(e.length)&&!ee(e)}var Un=$n;function Vn(e){return Un(e)?Dn(e):Bn(e)}var Hn=Vn;function qn(e,t){return e&&xt(t,Hn(t),e)}var Wn=qn;function Zn(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}var Yn=Zn,Kn=Object.prototype,Gn=Kn.hasOwnProperty;function Jn(e){if(!Y(e))return Yn(e);var t=Nn(e),n=[];for(var r in e)("constructor"!=r||!t&&Gn.call(e,r))&&n.push(r);return n}var Xn=Jn;function Qn(e){return Un(e)?Dn(e,!0):Xn(e)}var er=Qn;function tr(e,t){return e&&xt(t,er(t),e)}var nr=tr,rr=n("dff1");function ir(e,t){var n=-1,r=e.length;t||(t=Array(r));while(++n-1&&this.receipts.splice(t,1)},isValidEmailAddress:function(e){return(0,a.isValidEmailAddress)(e)}}};t.default=s},"5cc6":function(e,t,n){var r=n("74e8");r("Uint8",(function(e){return function(t,n,r){return e(this,t,n,r)}}))},"5d10":function(e,t,n){"use strict";n.r(t);var r=n("0358"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"5d38":function(e,t,n){"use strict";n.r(t);var r=n("3202"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"5d41":function(e,t,n){var r=n("23e7"),i=n("c65b"),o=n("861d"),a=n("825a"),s=n("c60d"),u=n("06cf"),c=n("e163");function l(e,t){var n,r,d=arguments.length<3?e:arguments[2];return a(e)===d?e[t]:(n=u.f(e,t),n?s(n)?n.value:void 0===n.get?void 0:i(n.get,d):o(r=c(e))?l(r,t,d):void 0)}r({target:"Reflect",stat:!0},{get:l})},"5e52":function(e,t,n){},"5e77":function(e,t,n){var r=n("83ab"),i=n("1a2d"),o=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=i(o,"name"),u=s&&"something"===function(){}.name,c=s&&(!r||r&&a(o,"name").configurable);e.exports={EXISTS:s,PROPER:u,CONFIGURABLE:c}},"5e7e":function(e,t,n){"use strict";var r,i,o,a,s=n("23e7"),u=n("c430"),c=n("605d"),l=n("da84"),d=n("c65b"),f=n("cb2d"),h=n("d2bb"),p=n("d44e"),m=n("2626"),v=n("59ed"),g=n("1626"),y=n("861d"),b=n("19aa"),w=n("4840"),_=n("2cf4").set,C=n("b575"),x=n("44de"),k=n("e667"),S=n("01b4"),O=n("69f3"),T=n("d256"),E=n("4738"),D=n("f069"),M="Promise",A=E.CONSTRUCTOR,N=E.REJECTION_EVENT,P=E.SUBCLASSING,L=O.getterFor(M),I=O.set,R=T&&T.prototype,F=T,z=R,j=l.TypeError,B=l.document,$=l.process,U=D.f,V=U,H=!!(B&&B.createEvent&&l.dispatchEvent),q="unhandledrejection",W="rejectionhandled",Z=0,Y=1,K=2,G=1,J=2,X=function(e){var t;return!(!y(e)||!g(t=e.then))&&t},Q=function(e,t){var n,r,i,o=t.value,a=t.state==Y,s=a?e.ok:e.fail,u=e.resolve,c=e.reject,l=e.domain;try{s?(a||(t.rejection===J&&ie(t),t.rejection=G),!0===s?n=o:(l&&l.enter(),n=s(o),l&&(l.exit(),i=!0)),n===e.promise?c(j("Promise-chain cycle")):(r=X(n))?d(r,n,u,c):u(n)):c(o)}catch(f){l&&!i&&l.exit(),c(f)}},ee=function(e,t){e.notified||(e.notified=!0,C((function(){var n,r=e.reactions;while(n=r.get())Q(n,e);e.notified=!1,t&&!e.rejection&&ne(e)})))},te=function(e,t,n){var r,i;H?(r=B.createEvent("Event"),r.promise=t,r.reason=n,r.initEvent(e,!1,!0),l.dispatchEvent(r)):r={promise:t,reason:n},!N&&(i=l["on"+e])?i(r):e===q&&x("Unhandled promise rejection",n)},ne=function(e){d(_,l,(function(){var t,n=e.facade,r=e.value,i=re(e);if(i&&(t=k((function(){c?$.emit("unhandledRejection",r,n):te(q,n,r)})),e.rejection=c||re(e)?J:G,t.error))throw t.value}))},re=function(e){return e.rejection!==G&&!e.parent},ie=function(e){d(_,l,(function(){var t=e.facade;c?$.emit("rejectionHandled",t):te(W,t,e.value)}))},oe=function(e,t,n){return function(r){e(t,r,n)}},ae=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=K,ee(e,!0))},se=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw j("Promise can't be resolved itself");var r=X(t);r?C((function(){var n={done:!1};try{d(r,t,oe(se,n,e),oe(ae,n,e))}catch(i){ae(n,i,e)}})):(e.value=t,e.state=Y,ee(e,!1))}catch(i){ae({done:!1},i,e)}}};if(A&&(F=function(e){b(this,z),v(e),d(r,this);var t=L(this);try{e(oe(se,t),oe(ae,t))}catch(n){ae(t,n)}},z=F.prototype,r=function(e){I(this,{type:M,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:Z,value:void 0})},r.prototype=f(z,"then",(function(e,t){var n=L(this),r=U(w(this,F));return n.parent=!0,r.ok=!g(e)||e,r.fail=g(t)&&t,r.domain=c?$.domain:void 0,n.state==Z?n.reactions.add(r):C((function(){Q(r,n)})),r.promise})),i=function(){var e=new r,t=L(e);this.promise=e,this.resolve=oe(se,t),this.reject=oe(ae,t)},D.f=U=function(e){return e===F||e===o?new i(e):V(e)},!u&&g(T)&&R!==Object.prototype)){a=R.then,P||f(R,"then",(function(e,t){var n=this;return new F((function(e,t){d(a,n,e,t)})).then(e,t)}),{unsafe:!0});try{delete R.constructor}catch(ue){}h&&h(R,z)}s({global:!0,constructor:!0,wrap:!0,forced:A},{Promise:F}),p(F,M,!1,!0),m(M)},"5ea3":function(e,t,n){"use strict";(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t["a"]=n}).call(this,n("c8ba"))},"5ec5":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-time-off",use:"icon-time-off-usage",viewBox:"0 0 16 16",content:'\n\n\n\n\n\n\n\n\n'});a.a.add(s);t["default"]=s},"5ee3":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("159b"),n("b64b");var i=r(n("fdd7")),o=n("e7c7"),a=n("810d"),s=r(n("3c83")),u={install:function(e){if(!o.isServer){var t=function(t,r){r.value?e.nextTick((function(){r.modifiers.fullscreen?(t.originalPosition=(0,o.getStyle)(document.body,"position"),t.originalOverflow=(0,o.getStyle)(document.body,"overflow"),t.maskStyle.zIndex=a.PopupManager.nextZIndex(!!a.PopupManager.modalDom),(0,o.addClass)(t.mask,"is-fullscreen"),n(document.body,t,r)):((0,o.removeClass)(t.mask,"is-fullscreen"),r.modifiers.body?(t.originalPosition=(0,o.getStyle)(document.body,"position"),["top","left"].forEach((function(e){var n="top"===e?"scrollTop":"scrollLeft";t.maskStyle[e]=t.getBoundingClientRect()[e]+document.body[n]+document.documentElement[n]-parseInt((0,o.getStyle)(document.body,"margin-".concat(e)),10)+"px"})),["height","width"].forEach((function(e){t.maskStyle[e]=t.getBoundingClientRect()[e]+"px"})),n(document.body,t,r)):(t.originalPosition=(0,o.getStyle)(t,"position"),n(t,t,r)))})):((0,s.default)(t.instance,(function(e){t.domVisible=!1;var n=r.modifiers.fullscreen||r.modifiers.body?document.body:t;(0,o.removeClass)(n,"zm-loading-parent--relative"),(0,o.removeClass)(n,"zm-loading-parent--hidden"),t.instance.hiding=!1}),300,!0),t.instance.visible=!1,t.instance.hiding=!0)},n=function(t,n,r){n.domVisible||"none"===(0,o.getStyle)(n,"display")||"hidden"===(0,o.getStyle)(n,"visibility")||(Object.keys(n.maskStyle).forEach((function(e){n.mask.style[e]=n.maskStyle[e]})),"absolute"!==n.originalPosition&&"fixed"!==n.originalPosition&&(0,o.addClass)(t,"zm-loading-parent--relative"),r.modifiers.fullscreen&&r.modifiers.lock&&(0,o.addClass)(t,"zm-loading-parent--hidden"),n.domVisible=!0,t.appendChild(n.mask),e.nextTick((function(){n.instance.hiding?n.instance.$emit("after-leave"):n.instance.visible=!0})),n.domInserted=!0)};e.directive("loading",{bind:function(n,r,o){var a=n.getAttribute("element-loading-text"),s=n.getAttribute("element-loading-spinner"),u=n.getAttribute("element-loading-background"),c=n.getAttribute("element-loading-custom-class"),l=o.context,d=e.extend(i.default),f=new d({el:document.createElement("div"),data:{text:l&&l[a]||a,spinner:l&&l[s]||s,background:l&&l[u]||u,customClass:l&&l[c]||c,fullscreen:!!r.modifiers.fullscreen}});n.instance=f,n.mask=f.$el,n.maskStyle={},r.value&&t(n,r)},update:function(e,n){e.instance.setText(e.getAttribute("element-loading-text")),n.oldValue!==n.value&&t(e,n)},unbind:function(e,n){e.domInserted&&(e.mask&&e.mask.parentNode&&e.mask.parentNode.removeChild(e.mask),t(e,{value:!1,modifiers:n.modifiers}))}})}}},c=u;t.default=c},"5eed":function(e,t,n){var r=n("d256"),i=n("1c7e"),o=n("4738").CONSTRUCTOR;e.exports=o||!i((function(e){r.all(e).then(void 0,(function(){}))}))},"5f7d":function(e,t,n){n("a29f"),n("0607"),n("949e"),n("247c")},"5f96":function(e,t,n){"use strict";var r=n("ebb5"),i=n("e330"),o=r.aTypedArray,a=r.exportTypedArrayMethod,s=i([].join);a("join",(function(e){return s(o(this),e)}))},"5fb2":function(e,t,n){"use strict";var r=n("e330"),i=2147483647,o=36,a=1,s=26,u=38,c=700,l=72,d=128,f="-",h=/[^\0-\u007E]/,p=/[.\u3002\uFF0E\uFF61]/g,m="Overflow: input needs wider integers to process",v=o-a,g=RangeError,y=r(p.exec),b=Math.floor,w=String.fromCharCode,_=r("".charCodeAt),C=r([].join),x=r([].push),k=r("".replace),S=r("".split),O=r("".toLowerCase),T=function(e){var t=[],n=0,r=e.length;while(n=55296&&i<=56319&&n>1,e+=b(e/t);while(e>v*s>>1)e=b(e/v),r+=o;return b(r+(v+1)*e/(e+u))},M=function(e){var t=[];e=T(e);var n,r,u=e.length,c=d,h=0,p=l;for(n=0;n=c&&r<_&&(_=r);var k=y+1;if(_-c>b((i-h)/k))throw g(m);for(h+=(_-c)*k,c=_,n=0;ni)throw g(m);if(r==c){var S=h,O=o;while(1){var M=O<=p?a:O>=p+s?s:O-p;if(S0&&a<0?"middle":void 0},getDayType:function(e){var t=this.type,n=this.minDate,r=this.maxDate,i=this.currentDate;return(0,o.compareDay)(e,n)<0||(0,o.compareDay)(e,r)>0?"disabled":null!==i?"single"===t?0===(0,o.compareDay)(e,i)?"selected":"":"multiple"===t?this.getMultipleDayType(e):"range"===t?this.getRangeDayType(e):void 0:void 0},getBottomInfo:function(e){if("range"===this.type){if("start"===e||"end"===e)return(0,o.t)(e);if("start-end"===e)return(0,o.t)("startEnd")}},getDayStyle:function(e,t){var n={height:this.rowHeightWithUnit};return"placeholder"===e?(n.width="100%",n):(0===t&&(n.marginLeft=100*this.offset/7+"%"),this.color&&("start"===e||"end"===e||"start-end"===e||"multiple-selected"===e||"multiple-middle"===e?n.background=this.color:"middle"===e&&(n.color=this.color)),n)},genTitle:function(){var e=this.$createElement;if(this.showMonthTitle)return e("div",{class:(0,o.bem)("month-title")},[this.title])},genMark:function(){var e=this.$createElement;if(this.showMark&&this.shouldRender)return e("div",{class:(0,o.bem)("month-mark")},[this.date.getMonth()+1])},genDays:function(){var e=this.$createElement,t=this.shouldRender?this.days:this.placeholders;return e("div",{ref:"days",attrs:{role:"grid"},class:(0,o.bem)("days")},[this.genMark(),t.map(this.genDay)])},genTopInfo:function(e){var t=this.$createElement,n=this.$scopedSlots["top-info"];if(e.topInfo||n)return t("div",{class:(0,o.bem)("top-info")},[n?n(e):e.topInfo])},genBottomInfo:function(e){var t=this.$createElement,n=this.$scopedSlots["bottom-info"];if(e.bottomInfo||n)return t("div",{class:(0,o.bem)("bottom-info")},[n?n(e):e.bottomInfo])},genDay:function(e,t){var n=this,r=this.$createElement,i=e.type,a=this.getDayStyle(i,t),s="disabled"===i,u=function(){s||n.$emit("click",e)};return"selected"===i?r("div",{attrs:{role:"gridcell",tabindex:-1},style:a,class:[(0,o.bem)("day"),e.className],on:{click:u}},[r("div",{class:(0,o.bem)("selected-day"),style:{width:this.rowHeightWithUnit,height:this.rowHeightWithUnit,background:this.color}},[this.genTopInfo(e),e.text,this.genBottomInfo(e)])]):r("div",{attrs:{role:"gridcell",tabindex:s?null:-1},style:a,class:[(0,o.bem)("day",i),e.className],on:{click:u}},[this.genTopInfo(e),e.text,this.genBottomInfo(e)])}},render:function(){var e=arguments[0];return e("div",{class:(0,o.bem)("month"),ref:"month"},[this.genTitle(),this.genDays()])}});t.default=c},"5ff7":function(e,t,n){"use strict";var r=n("4a19");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},6e3:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("8071")),o=r(n("654f")),a=r(n("e992")),s=r(n("3eba")),u=r(n("7d52")),c={en:i.default,de:o.default,es:a.default,fr:s.default,jp:u.default};t.default=c},6005:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=o;var r=i(n("6b75"));function i(e){return e&&e.__esModule?e:{default:e}}function o(e){if(Array.isArray(e))return(0,r.default)(e)}},6042:function(e,t,n){"use strict";n.r(t);var r=n("5024"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"604b":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.cancel=p,t.deleteRequest=f,t.get=h,t.handleApi=w,t.post=d,t.setCommonParams=l;var i=r(n("53ca")),o=r(n("5530"));n("e9c4"),n("d3b7"),n("3ca3"),n("ddb0"),n("9861"),n("caad"),n("2532"),n("d9e2"),n("a15b"),n("159b"),n("ac1f"),n("00b4");var a=r(n("6f74")),s={},u=a.default.CancelToken,c={};function l(e){Object.assign(s,e)}function d(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l=Object.assign({},s,r);return m(a.default.post(e,t?JSON.stringify(l):g(l),{headers:(0,o.default)({"Content-Type":t?"application/json":"application/x-www-form-urlencoded"},i),cancelToken:new u((function(t){c[e]=t}))}),n)}}function f(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return function(){var i=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},s=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},l={url:e,method:t,data:n?i:new URLSearchParams(i),headers:(0,o.default)({"Content-Type":n?"application/json":"application/x-www-form-urlencoded"},s),cancelToken:new u((function(t){c[e]=t}))};return m((0,a.default)(l),r)}}function h(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return m(a.default.get(e,{params:Object.assign({},s,n),headers:(0,o.default)({},r),cancelToken:new u((function(t){c[e]=t}))}),t)}}function p(e){return function(){c[e]&&c[e]()}}function m(e,t){return e.then((function(e){var n;if(201===(null===(n=e.data)||void 0===n?void 0:n.errorCode))window.location.href="".concat(window.location.origin,"/signin");else if((((e||{}).headers||{})["content-type"]||"").includes("text/html")){for(var r in c)p(r);throw new Error("offline")}var i=e.data;return t?i:0===i.errorCode?i.result:"undefined"===typeof i.errorCode?i:v({errorCode:i.errorCode,errorMsg:i.errorMessage})})).catch((function(e){return"offline"===e.errorMsg?(window.location.reload(),new Promise((function(){}))):Promise.reject(a.default.isCancel(e)?e.errorMsg:e)}))}function v(e){return Promise.reject(e)}function g(e){if(!e)return"";var t=[];for(var n in e)b(n,e[n],r);function r(e,n){t[t.length]=encodeURIComponent(e)+"="+encodeURIComponent(n)}return t.join("&")}var y=/\[\]$/;function b(e,t,n){var r;if(Array.isArray(t))t.forEach((function(t,r){y.test(e)?n(e,t):b(e+"["+("object"===(0,i.default)(t)&&null!==t?r:"")+"]",t,n)}));else if("object"===(0,i.default)(t))for(r in t)b(e+"["+r+"]",t[r],n);else n(e,t)}function w(e,t){return e.then((function(e){return[null,e]})).catch((function(e){if(t){var n=Object.assign({},e,t);return[n,void 0]}return[e,void 0]}))}},"605d":function(e,t,n){var r=n("c6b6"),i=n("da84");e.exports="process"==r(i.process)},6062:function(e,t,n){n("1c59")},6069:function(e,t,n){var r=n("6c59"),i=n("605d");e.exports=!r&&!i&&"object"==typeof window&&"object"==typeof document},"608d":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-italic",use:"icon-italic-usage",viewBox:"0 0 24 24",content:'\n\n'});a.a.add(s);t["default"]=s},6097:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("9a35"));n("0371"),i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"60bd":function(e,t,n){"use strict";var r=n("da84"),i=n("d039"),o=n("e330"),a=n("ebb5"),s=n("e260"),u=n("b622"),c=u("iterator"),l=r.Uint8Array,d=o(s.values),f=o(s.keys),h=o(s.entries),p=a.aTypedArray,m=a.exportTypedArrayMethod,v=l&&l.prototype,g=!i((function(){v[c].call([1])})),y=!!v&&v.values&&v[c]===v.values&&"values"===v.values.name,b=function(){return d(p(this))};m("entries",(function(){return h(p(this))}),g),m("keys",(function(){return f(p(this))}),g),m("values",b,g||!y,{name:"values"}),m(c,b,g||!y,{name:"values"})},"60d4":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"ZmMenuItemGroup",componentName:"ZmMenuItemGroup",inject:["rootMenu"],props:{title:{type:String}},data:function(){return{paddingLeft:20}},computed:{levelPadding:function(){var e=20,t=this.$parent;if(this.rootMenu.collapse)return 20;while(t&&"ZmMenu"!==t.$options.componentName)"ZmSubmenu"===t.$options.componentName&&(e+=20),t=t.$parent;return e}}};t.default=n},"60da":function(e,t,n){"use strict";var r=n("83ab"),i=n("e330"),o=n("c65b"),a=n("d039"),s=n("df75"),u=n("7418"),c=n("d1e7"),l=n("7b0b"),d=n("44ad"),f=Object.assign,h=Object.defineProperty,p=i([].concat);e.exports=!f||a((function(){if(r&&1!==f({b:1},f(h({},"a",{enumerable:!0,get:function(){h(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=f({},e)[n]||s(f({},t)).join("")!=i}))?function(e,t){var n=l(e),i=arguments.length,a=1,f=u.f,h=c.f;while(i>a){var m,v=d(arguments[a++]),g=f?p(s(v),f(v)):s(v),y=g.length,b=0;while(y>b)m=g[b++],r&&!o(h,v,m)||(n[m]=v[m])}return n}:f},6111:function(e,t,n){var r=n("fbc7"),i="en-US",o={"en-US":{messagebox:{title:"Message",confirm:"OK",cancel:"Cancel",error:"Illegal input"}},"de-DE":{messagebox:{title:"Nachricht",confirm:"OK",cancel:"Abbrechen",error:"Unzulässige Eingabe"}},"es-ES":{messagebox:{title:"Mensaje",confirm:"Aceptar",cancel:"Cancelar",error:"Entrada no permitida"}},"fr-FR":{messagebox:{title:"Message",confirm:"OK",cancel:"Annuler",error:"Entrée illicite"}},"id-ID":{messagebox:{title:"Pesan",confirm:"Oke",cancel:"Batal",error:"Input ilegal"}},"it-IT":{messagebox:{title:"Messaggio",confirm:"OK",cancel:"Annulla",error:"Input non consentito"}},"jp-JP":{messagebox:{title:"メッセージ",confirm:"OK",cancel:"キャンセル",error:"不正な入力"}},"ko-KO":{messagebox:{title:"메시지",confirm:"확인",cancel:"취소",error:"잘못된 입력"}},"nl-NL":{messagebox:{title:"Bericht",confirm:"OK",cancel:"Annuleren",error:"Ongeldige invoer"}},"pl-PL":{messagebox:{title:"Wiadomość",confirm:"OK",cancel:"Anuluj",error:"nieprawidłowe dane wejściowe"}},"pt-PT":{messagebox:{title:"Mensagem",confirm:"OK",cancel:"Cancelar",error:"Entrada ilegal"}},"ru-RU":{messagebox:{title:"Сообщение",confirm:"ОК",cancel:"Отмена",error:"Недействительный ввод"}},"tr-TR":{messagebox:{title:"Mesaj",confirm:"Tamam",cancel:"İptal",error:"Yasal olmayan girdi"}},"vi-VN":{messagebox:{title:"Tin nhắn",confirm:"OK",cancel:"Hủy",error:"Đầu vào không hợp lệ"}},"zh-CN":{messagebox:{title:"消息",confirm:"确定",cancel:"取消",error:"非法输入"}},"zh-TW":{messagebox:{title:"訊息",confirm:"確定",cancel:"取消",error:"不合法的輸入"}}},a=o[r.locale]?o[r.locale]:o[i];(0,r.addLang)(a)},"611b":function(e,t,n){},"621a":function(e,t,n){"use strict";var r=n("da84"),i=n("e330"),o=n("83ab"),a=n("4b11"),s=n("5e77"),u=n("9112"),c=n("6964"),l=n("d039"),d=n("19aa"),f=n("5926"),h=n("50c4"),p=n("0b25d"),m=n("77a7"),v=n("e163"),g=n("d2bb"),y=n("241c").f,b=n("9bf2").f,w=n("81d5"),_=n("4dae"),C=n("d44e"),x=n("69f3"),k=s.PROPER,S=s.CONFIGURABLE,O=x.get,T=x.set,E="ArrayBuffer",D="DataView",M="prototype",A="Wrong length",N="Wrong index",P=r[E],L=P,I=L&&L[M],R=r[D],F=R&&R[M],z=Object.prototype,j=r.Array,B=r.RangeError,$=i(w),U=i([].reverse),V=m.pack,H=m.unpack,q=function(e){return[255&e]},W=function(e){return[255&e,e>>8&255]},Z=function(e){return[255&e,e>>8&255,e>>16&255,e>>24&255]},Y=function(e){return e[3]<<24|e[2]<<16|e[1]<<8|e[0]},K=function(e){return V(e,23,4)},G=function(e){return V(e,52,8)},J=function(e,t){b(e[M],t,{get:function(){return O(this)[t]}})},X=function(e,t,n,r){var i=p(n),o=O(e);if(i+t>o.byteLength)throw B(N);var a=O(o.buffer).bytes,s=i+o.byteOffset,u=_(a,s,s+t);return r?u:U(u)},Q=function(e,t,n,r,i,o){var a=p(n),s=O(e);if(a+t>s.byteLength)throw B(N);for(var u=O(s.buffer).bytes,c=a+s.byteOffset,l=r(+i),d=0;dre;)(te=ne[re++])in L||u(L,te,P[te]);I.constructor=L}g&&v(F)!==z&&g(F,z);var ie=new R(new L(2)),oe=i(F.setInt8);ie.setInt8(0,2147483648),ie.setInt8(1,2147483649),!ie.getInt8(0)&&ie.getInt8(1)||c(F,{setInt8:function(e,t){oe(this,e,t<<24>>24)},setUint8:function(e,t){oe(this,e,t<<24>>24)}},{unsafe:!0})}else L=function(e){d(this,I);var t=p(e);T(this,{bytes:$(j(t),0),byteLength:t}),o||(this.byteLength=t)},I=L[M],R=function(e,t,n){d(this,F),d(e,I);var r=O(e).byteLength,i=f(t);if(i<0||i>r)throw B("Wrong offset");if(n=void 0===n?r-i:h(n),i+n>r)throw B(A);T(this,{buffer:e,byteLength:n,byteOffset:i}),o||(this.buffer=e,this.byteLength=n,this.byteOffset=i)},F=R[M],o&&(J(L,"byteLength"),J(R,"buffer"),J(R,"byteLength"),J(R,"byteOffset")),c(F,{getInt8:function(e){return X(this,1,e)[0]<<24>>24},getUint8:function(e){return X(this,1,e)[0]},getInt16:function(e){var t=X(this,2,e,arguments.length>1?arguments[1]:void 0);return(t[1]<<8|t[0])<<16>>16},getUint16:function(e){var t=X(this,2,e,arguments.length>1?arguments[1]:void 0);return t[1]<<8|t[0]},getInt32:function(e){return Y(X(this,4,e,arguments.length>1?arguments[1]:void 0))},getUint32:function(e){return Y(X(this,4,e,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(e){return H(X(this,4,e,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(e){return H(X(this,8,e,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(e,t){Q(this,1,e,q,t)},setUint8:function(e,t){Q(this,1,e,q,t)},setInt16:function(e,t){Q(this,2,e,W,t,arguments.length>2?arguments[2]:void 0)},setUint16:function(e,t){Q(this,2,e,W,t,arguments.length>2?arguments[2]:void 0)},setInt32:function(e,t){Q(this,4,e,Z,t,arguments.length>2?arguments[2]:void 0)},setUint32:function(e,t){Q(this,4,e,Z,t,arguments.length>2?arguments[2]:void 0)},setFloat32:function(e,t){Q(this,4,e,K,t,arguments.length>2?arguments[2]:void 0)},setFloat64:function(e,t){Q(this,8,e,G,t,arguments.length>2?arguments[2]:void 0)}});C(L,E),C(R,D),e.exports={ArrayBuffer:L,DataView:R}},6237:function(e,t,n){"use strict";n.r(t);var r=n("f12a"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"626c":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"client-calendar"},[t("calendar-header",{attrs:{weekdays:e.weekdays}}),t("div",{staticClass:"client-calendar__month"},[t("div",{staticClass:"infinity"},[t("div",{staticClass:"template"},[t("li",{ref:"message",staticClass:"infinity-item"},[t("img",{staticClass:"infinity-avatar",attrs:{width:"48",height:"48"}}),e._m(0)]),t("li",{ref:"tombstone",staticClass:"infinity-item tombstone"})]),t("div",{ref:"calendar",staticClass:"infinity-timeline"},[t("ul",{staticStyle:{padding:"0"},attrs:{aaa:e.finalSelectedDate}})])])])],1)};t.render=n;var r=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"infinity-bubble"},[t("p"),t("img",{attrs:{width:"300",height:"300"}}),t("div",{staticClass:"infinity-meta"},[t("time",{staticClass:"infinity-posted-date"})])])}];t.staticRenderFns=r},6288:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("7db0"),n("159b");var r={data:function(){return{hoverOption:null,activedescendant:null}},computed:{optionsAllDisabled:function(){return this.options.every((function(e){return e.disabled}))}},watch:{hoverIndex:function(e){var t=this,n=this.menuItemsArray[e]&&this.menuItemsArray[e].id,r=this.options.find((function(e){return e.itemId===n}));"number"===typeof e&&e>-1&&(this.hoverOption=r||{}),this.options.forEach((function(n){n.hover=-1!==e&&t.hoverOption===n}))}},methods:{navigateOptions:function(e){var t=this;if(0!==this.menuItemsArray.length&&!this.optionsAllDisabled){var n=this.menuItemsArray.length;"next"===e?(this.hoverIndex++,this.hoverIndex>=n&&(this.hoverIndex=0)):"prev"===e?(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=n-1)):"home"===e?this.hoverIndex=0:"end"===e&&(this.hoverIndex=n-1);var r=this.menuItemsArray[this.hoverIndex]&&this.menuItemsArray[this.hoverIndex].id,i=this.options.find((function(e){return e.itemId===r}));i.disabled&&this.navigateOptions(e),this.$nextTick((function(){t.activedescendant=t.hoverOption.itemId}))}}}};t.default=r},"62a4":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return"button-icon"===e.iconType?t("button-icon",e._b({attrs:{name:e.symbolName,size:e.size},on:{click:e.onClick}},"button-icon",e.$attrs,!1)):"slot-svg"===e.iconType?t("span",{class:["zm-icons","zm-icons--"+e.size]},[e._t("default")],2):"slot-path"===e.iconType?t("svg",{class:["zm-icons","zm-icons--"+e.size],attrs:{"aria-hidden":"true",viewBox:"0 0 16 16"}},[e._t("default")],2):t("svg",{class:["zm-icons","zm-icons--"+e.size],attrs:{"aria-hidden":"true",viewBox:"0 0 16 16"}},[t("use",{attrs:{href:e.symbolName,"xlink:href":e.symbolName}})])};t.render=n;var r=[];t.staticRenderFns=r},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6328:function(e,t,n){"use strict";var r=n("4ea4");t.__esModule=!0,t.default=void 0;var i=r(n("ba4c")),o=n("985d"),a=r(n("b459")),s=i.default.prototype,u=i.default.util.defineReactive;u(s,"$vantLang","zh-CN"),u(s,"$vantMessages",{"zh-CN":a.default});var c={messages:function(){return s.$vantMessages[s.$vantLang]},use:function(e,t){var n;s.$vantLang=e,this.add((n={},n[e]=t,n))},add:function(e){void 0===e&&(e={}),(0,o.deepAssign)(s.$vantMessages,e)}};t.default=c},6374:function(e,t,n){var r=n("da84"),i=Object.defineProperty;e.exports=function(e,t){try{i(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}},6467:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("li",{staticClass:"zm-menu-item",class:{"is-active":e.active,"is-disabled":e.disabled},style:[e.paddingStyle,e.itemStyle,{backgroundColor:e.backgroundColor}],attrs:{role:"menuitem",tabindex:"-1"},on:{click:e.handleClick,mouseenter:e.onMouseEnter,focus:e.onMouseEnter,blur:e.onMouseLeave,mouseleave:e.onMouseLeave}},["ZmMenu"===e.parentMenu.$options.componentName&&e.rootMenu.collapse&&e.$slots.title?t("zm-tooltip",{attrs:{effect:"dark",placement:"right"}},[t("div",{attrs:{slot:"content"},slot:"content"},[e._t("title")],2),t("div",{staticStyle:{position:"absolute",left:"0",top:"0",height:"100%",width:"100%",display:"inline-block","box-sizing":"border-box",padding:"0 20px"}},[e._t("default")],2)]):[e._t("default"),e._t("title")]],2)};t.render=n;var r=[];t.staticRenderFns=r},"647e":function(e,t,n){"use strict";n("7339")},"649e":function(e,t,n){"use strict";var r=n("ebb5"),i=n("b727").some,o=r.aTypedArray,a=r.exportTypedArrayMethod;a("some",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},"64c5":function(e,t,n){"use strict";n.r(t);var r=n("97ea"),i=n("f78c");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"64c9":function(e,t,n){"use strict";n("7a4c")},6503:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.removeResizeListener=t.addResizeListener=void 0,n("d3b7"),n("159b"),n("14d9"),n("a434");var i=r(n("b85c")),o=r(n("6dd8")),a=n("9619"),s="undefined"===typeof window,u=function(e){var t,n=(0,i.default)(e);try{for(n.s();!(t=n.n()).done;){var r=t.value,o=r.target.__resizeListeners__||[];o.length&&o.forEach((function(e){e()}))}}catch(a){n.e(a)}finally{n.f()}},c=function(e,t){s||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new o.default((0,a.debounce)(16,u)),e.__ro__.observe(e)),e.__resizeListeners__.push(t))};t.addResizeListener=c;var l=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())};t.removeResizeListener=l},6509:function(e,t,n){"use strict";n.r(t);var r=n("298c"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},6547:function(e,t,n){var r=n("e330"),i=n("5926"),o=n("577e"),a=n("1d80"),s=r("".charAt),u=r("".charCodeAt),c=r("".slice),l=function(e){return function(t,n){var r,l,d=o(a(t)),f=i(n),h=d.length;return f<0||f>=h?e?"":void 0:(r=u(d,f),r<55296||r>56319||f+1===h||(l=u(d,f+1))<56320||l>57343?e?s(d,f):r:e?c(d,f,f+2):l-56320+(r-55296<<10)+65536)}};e.exports={codeAt:l(!1),charAt:l(!0)}},"654f":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={zumoRsvpGoing:"Sie gehen?",zumoRsvpYes:"Ja",zumoRsvpMaybe:"Vielleicht",zumoRsvpNo:"Nein",zumoClose:"Schließen",zumoChat:"Mit allen chatten",zumoEmail:"E-Mail an alle senden",zumoShare:"Meeting freigeben",zumoEdit:"Bearbeiten",zumoMoreOptions:"Weitere Optionen",zumoPlayRecording:"Aufzeichnung abspielen",zumoOpenLocalRecording:"Lokale Aufzeichnung öffnen",zumoRecordVideoWillReady:"Die Aufzeichnung dieses Meetings wird in Kürze fertig sein",zumoRecordingList:"Aufzeichnungen",zumoLocalRecordConvertNow:"Jetzt konvertieren",zumoQuickCreateMeetingChat:"vom Meetingchat",zumoMeetingSummary:"Meeting-Zusammenfassung mit AI Companion",zumoNextSteps:"Nächste Schritte",zumoMeetingSummaryNoSteps:"Nächste Schritte sind nicht verfügbar.",zumoReadFullSummary:"Vollständige Zusammenfassung lesen",zumoReadLess:"Weniger lesen",zumoHostedBy:"Host",zumoCreateSettingDescriptionPlaceholder:"Beschreibung",zumoAssets:"Assets",zumoNoAssetsTip:"Dieses Meeting hat keine Assets.",zumoAssetsAll:"Alle",zumoWhiteboards:"Whiteboards",zumoFiles:"Dateien",zumoLinks:"Links",zumoMeetingStart:"Starten",zumoMeetingJoin:"Beitreten",zumoEventDefaultSummary:"(Kein Titel)",zumoEventBusySummary:"Gebucht",zumoEventGoogleSummary:"Gebucht",zumoEventOutlookSummary:"Privater Termin",zumoOccurs:"Ereignet sich",zumoParticipants:"Teilnehmer",zumoNotes:"Notizen",zumoCopySuccess:"Erfolgreich kopiert",zumoEventAttendeesHost:"Host",zumoParticipantJoined:"Beigetreten",zumoParticipantOptional:"(Optional)",zumoParticipantExternalInvitees:"EXTERN",zumoEventAttendeesChatHost:"Mit dem Host chatten",zumoParticipantCopyEmail:"E-Mail-Adresse kopieren",zumoRsvpTooltipYes:"Going",zumoRsvpTooltipMaybe:"Maybe Going",zumoRsvpTooltipNo:"Can't Go",zumoRsvpTooltipAwaiting:"Awaiting Response",zumoAcceptYes:"Ja",zumoAcceptMaybe:"Vielleicht",zumoAcceptAwaiting:"Ausstehend",zumoEventAttendeesMax:"Die vollständige Gästeliste wurde ausgeblendet, da die Anzahl der Gäste zu groß ist",zumoEventHideGuestList:"Die vollständige Gästeliste wurde auf Wunsch des Veranstalters ausgeblendet.",zumoZoomWhiteboard:"Zoom Whiteboard",zumoWhiteboardsNotAvailable:"Not available. Please contact the meeting host.",zumoWhiteboardGetError:"Fehler. Zum Wiederholen klicken",zumoWhiteboardToOpen:"Zum Öffnen klicken",zumoWhiteboardsText:"Whiteboards",zumoPhoneCall:"Telefonanruf",zumoLocation:"Eventname",viewRecordingInfo:"View recording info",zumoCopy:"Kopieren",zumoPasscode:"Kenncode:",zumoPasscodeShow:"Kenncode anzeigen",zumoPasscodeHide:"Kenncode ausblenden",zumoCloudRecordingLink:"Link zur Cloud-Aufzeichnung"};t.default=n},6566:function(e,t,n){"use strict";var r=n("9bf2").f,i=n("7c73"),o=n("6964"),a=n("0366"),s=n("19aa"),u=n("7234"),c=n("2266"),l=n("c6d2"),d=n("4754"),f=n("2626"),h=n("83ab"),p=n("f183").fastKey,m=n("69f3"),v=m.set,g=m.getterFor;e.exports={getConstructor:function(e,t,n,l){var d=e((function(e,r){s(e,f),v(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),h||(e.size=0),u(r)||c(r,e[l],{that:e,AS_ENTRIES:n})})),f=d.prototype,m=g(t),y=function(e,t,n){var r,i,o=m(e),a=b(e,t);return a?a.value=n:(o.last=a={index:i=p(t,!0),key:t,value:n,previous:r=o.last,next:void 0,removed:!1},o.first||(o.first=a),r&&(r.next=a),h?o.size++:e.size++,"F"!==i&&(o.index[i]=a)),e},b=function(e,t){var n,r=m(e),i=p(t);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==t)return n};return o(f,{clear:function(){var e=this,t=m(e),n=t.index,r=t.first;while(r)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete n[r.index],r=r.next;t.first=t.last=void 0,h?t.size=0:e.size=0},delete:function(e){var t=this,n=m(t),r=b(t,e);if(r){var i=r.next,o=r.previous;delete n.index[r.index],r.removed=!0,o&&(o.next=i),i&&(i.previous=o),n.first==r&&(n.first=i),n.last==r&&(n.last=o),h?n.size--:t.size--}return!!r},forEach:function(e){var t,n=m(this),r=a(e,arguments.length>1?arguments[1]:void 0);while(t=t?t.next:n.first){r(t.value,t.key,this);while(t&&t.removed)t=t.previous}},has:function(e){return!!b(this,e)}}),o(f,n?{get:function(e){var t=b(this,e);return t&&t.value},set:function(e,t){return y(this,0===e?0:e,t)}}:{add:function(e){return y(this,e=0===e?0:e,e)}}),h&&r(f,"size",{get:function(){return m(this).size}}),d},setStrong:function(e,t,n){var r=t+" Iterator",i=g(t),o=g(r);l(e,t,(function(e,t){v(this,{type:r,target:e,state:i(e),kind:t,last:void 0})}),(function(){var e=o(this),t=e.kind,n=e.last;while(n&&n.removed)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?d("keys"==t?n.key:"values"==t?n.value:[n.key,n.value],!1):(e.target=void 0,d(void 0,!0))}),n?"entries":"values",!n,!0),f(t)}}},"65ad":function(e,t,n){},"65d3":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("aea8"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"65f0":function(e,t,n){var r=n("0b42");e.exports=function(e,t){return new(r(e))(0===t?0:t)}},6648:function(e,t,n){n("d3b7"),n("ddb0"),n("d81d");var r=function(e){console.log(e.keys()),e.keys().map(e)},i=n("e462");r(i),console.log("svg required success !")},"66b4":function(e,t,n){"use strict";n.r(t);var r=n("46f7"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"66f8":function(e,t,n){},"67cf":function(e,t,n){},"681e":function(e,t,n){n("a29f"),n("01fb")},6834:function(e,t,n){},6872:function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-number",use:"icon-number-usage",viewBox:"0 0 24 24",content:'\n\n\n\n\n\n\n'});a.a.add(s);t["default"]=s},"68eb":function(e,t,n){"use strict";var r=n("107f");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"68ee":function(e,t,n){var r=n("e330"),i=n("d039"),o=n("1626"),a=n("f5df"),s=n("d066"),u=n("8925"),c=function(){},l=[],d=s("Reflect","construct"),f=/^\s*(?:class|function)\b/,h=r(f.exec),p=!f.exec(c),m=function(e){if(!o(e))return!1;try{return d(c,l,e),!0}catch(t){return!1}},v=function(e){if(!o(e))return!1;switch(a(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!h(f,u(e))}catch(t){return!0}};v.sham=!0,e.exports=!d||i((function(){var e;return m(m.call)||!m(Object)||!m((function(){e=!0}))||e}))?v:m},6922:function(e,t,n){"use strict";var r=n("4ea4");t.__esModule=!0,t.default=void 0;var i=r(n("a559")),o=n("e5f6"),a=n("ca48"),s=n("a3c3"),u=n("d298"),c=(0,o.createNamespace)("time-picker"),l=c[0],d=l({mixins:[u.TimePickerMixin],props:(0,i.default)({},u.sharedProps,{minHour:{type:[Number,String],default:0},maxHour:{type:[Number,String],default:23},minMinute:{type:[Number,String],default:0},maxMinute:{type:[Number,String],default:59}}),computed:{ranges:function(){return[{type:"hour",range:[+this.minHour,+this.maxHour]},{type:"minute",range:[+this.minMinute,+this.maxMinute]}]}},watch:{filter:"updateInnerValue",minHour:function(){var e=this;this.$nextTick((function(){e.updateInnerValue()}))},maxHour:function(e){var t=this.innerValue.split(":"),n=t[0],r=t[1];n>=e?(this.innerValue=this.formatValue(e+":"+r),this.updateColumnValue()):this.updateInnerValue()},minMinute:"updateInnerValue",maxMinute:function(e){var t=this.innerValue.split(":"),n=t[0],r=t[1];r>=e?(this.innerValue=this.formatValue(n+":"+e),this.updateColumnValue()):this.updateInnerValue()},value:function(e){e=this.formatValue(e),e!==this.innerValue&&(this.innerValue=e,this.updateColumnValue())}},methods:{formatValue:function(e){e||(e=(0,a.padZero)(this.minHour)+":"+(0,a.padZero)(this.minMinute));var t=e.split(":"),n=t[0],r=t[1];return n=(0,a.padZero)((0,s.range)(n,this.minHour,this.maxHour)),r=(0,a.padZero)((0,s.range)(r,this.minMinute,this.maxMinute)),n+":"+r},updateInnerValue:function(){var e=this.getPicker().getIndexes(),t=e[0],n=e[1],r=this.originColumns,i=r[0],o=r[1],a=i.values[t]||i.values[0],s=o.values[n]||o.values[0];this.innerValue=this.formatValue(a+":"+s),this.updateColumnValue()},onChange:function(e){var t=this;this.updateInnerValue(),this.$nextTick((function(){t.$nextTick((function(){t.updateInnerValue(),t.$emit("change",e)}))}))},updateColumnValue:function(){var e=this,t=this.formatter,n=this.innerValue.split(":"),r=[t("hour",n[0]),t("minute",n[1])];this.$nextTick((function(){e.getPicker().setValues(r)}))}}});t.default=d},6964:function(e,t,n){var r=n("cb2d");e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},"69e6":function(e,t,n){"use strict";var r=n("df8c");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"69f3":function(e,t,n){var r,i,o,a=n("cdce"),s=n("da84"),u=n("861d"),c=n("9112"),l=n("1a2d"),d=n("c6cd"),f=n("f772"),h=n("d012"),p="Object already initialized",m=s.TypeError,v=s.WeakMap,g=function(e){return o(e)?i(e):r(e,{})},y=function(e){return function(t){var n;if(!u(t)||(n=i(t)).type!==e)throw m("Incompatible receiver, "+e+" required");return n}};if(a||d.state){var b=d.state||(d.state=new v);b.get=b.get,b.has=b.has,b.set=b.set,r=function(e,t){if(b.has(e))throw m(p);return t.facade=e,b.set(e,t),t},i=function(e){return b.get(e)||{}},o=function(e){return b.has(e)}}else{var w=f("state");h[w]=!0,r=function(e,t){if(l(e,w))throw m(p);return t.facade=e,c(e,w,t),t},i=function(e){return l(e,w)?e[w]:{}},o=function(e){return l(e,w)}}e.exports={set:r,get:i,has:o,enforce:g,getterFor:y}},"69fa":function(e,t,n){n("a29f")},"6a05":function(e,t,n){"use strict";n.r(t);var r=n("0a42"),i=n("44f5");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"19ed9752",null);t["default"]=s.exports},"6a3a":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.mustRegisterComponentsName=void 0;var n=["ZmSimpleColorPicker","ZmDropdown"];t.mustRegisterComponentsName=n},"6a61":function(e,t,n){},"6acc":function(e,t,n){"use strict";n.r(t);var r=n("4016"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"6b33":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("09e0"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"6b39":function(e,t,n){"use strict";var r=n("0832");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"6b75":function(e,t){function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&(t.timer=setTimeout((function(){t.clear()}),e.duration)),t}var b=function(e){return function(t){return y((0,i.default)({type:e},p(t)))}};["loading","success","fail"].forEach((function(e){y[e]=b(e)})),y.clear=function(e){d.length&&(e?(d.forEach((function(e){e.clear()})),d=[]):f?d.shift().clear():d[0].clear())},y.setDefaultOptions=function(e,t){"string"===typeof e?l[e]=t:(0,i.default)(h,e)},y.resetDefaultOptions=function(e){"string"===typeof e?l[e]=null:(h=(0,i.default)({},c),l={})},y.allowMultiple=function(e){void 0===e&&(e=!0),f=e},y.install=function(){o.default.use(a.default)},o.default.prototype.$toast=y;var w=y;t.default=w},"6d61":function(e,t,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("e330"),a=n("94ca"),s=n("cb2d"),u=n("f183"),c=n("2266"),l=n("19aa"),d=n("1626"),f=n("7234"),h=n("861d"),p=n("d039"),m=n("1c7e"),v=n("d44e"),g=n("7156");e.exports=function(e,t,n){var y=-1!==e.indexOf("Map"),b=-1!==e.indexOf("Weak"),w=y?"set":"add",_=i[e],C=_&&_.prototype,x=_,k={},S=function(e){var t=o(C[e]);s(C,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(b&&!h(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return b&&!h(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(b&&!h(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})},O=a(e,!d(_)||!(b||C.forEach&&!p((function(){(new _).entries().next()}))));if(O)x=n.getConstructor(t,e,y,w),u.enable();else if(a(e,!0)){var T=new x,E=T[w](b?{}:-0,1)!=T,D=p((function(){T.has(1)})),M=m((function(e){new _(e)})),A=!b&&p((function(){var e=new _,t=5;while(t--)e[w](t,t);return!e.has(-0)}));M||(x=t((function(e,t){l(e,C);var n=g(new _,e,x);return f(t)||c(t,n[w],{that:n,AS_ENTRIES:y}),n})),x.prototype=C,C.constructor=x),(D||A)&&(S("delete"),S("has"),y&&S("get")),(A||E)&&S(w),b&&C.clear&&delete C.clear}return k[e]=x,r({global:!0,constructor:!0,forced:x!=_},k),v(x,e),b||n.setStrong(x,e,y),x}},"6d9d":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("5530"));n("4de4"),n("d3b7"),n("99af");var o=r(n("9f59")),a=r(n("dd5a")),s=r(n("c96c")),u=n("ad01"),c=n("7cce"),l=r(n("ced2")),d={name:"ZUMOParticipant",components:{userAvatarDisplay:s.default,participantItem:a.default,ClientSvgIcon:l.default},mixins:[o.default],props:{eventDetail:{type:Object,default:function(){}},settingConfig:{type:Object,default:function(){}},buddiesMap:{type:Object,default:function(){}}},data:function(){return{currentActiveParticipant:null}},computed:{organizerEmail:function(){return this.eventDetail.organizerEmail},organizerName:function(){return this.eventDetail.organizerName},attendees:function(){return this.eventDetail.attendees||[]},cacheOrganizer:function(){return this.buddiesMap[this.organizerEmail]||{}},organizer:function(){var e=this.organizerEmail,t=this.attendees.filter((function(t){return t.email===e}));return(0,i.default)((0,i.default)({},t.length?t[0]:{displayName:this.organizerName,email:e,picUrl:this.eventDetail.organizerPicUrl,presence:this.eventDetail.organizerPresence}),this.cacheOrganizer)},isOrganizer:function(){return this.eventDetail.isOrganizer},isMeeting:function(){return 0!==this.eventDetail.meetingNo||0!==this.eventDetail.originalMeetingNo},showParticipantsList:function(){return this.settingConfig.showParticipantsList},optionalLabel:function(){return this.eventDetail.isInMeeting&&this.showParticipantsList||!this.organizer.optional?"":", "+this.t("zumoParticipantOptional")},externalLabel:function(){return!this.isOrganizer&&this.organizer&&this.organizer.isExternalUser?", "+this.t("zumoParticipantExternalInvitees"):""},organizerOnlineStatus:function(){return this.organizer?this.organizer.presence:u.presenceType.desktopOnline},seeAllParticipant:function(){return!this.isOrganizer&&this.eventDetail.guestsCanSeeOtherGuests||this.isOrganizer},allAttendeesList:function(){var e=this;return this.seeAllParticipant?this.attendees.filter((function(t){return t.email!==e.organizerEmail})):this.attendees.filter((function(e){return e.isSelf}))},attendeesOmitted:function(){return this.eventDetail.attendeesOmitted},hostAriaLabel:function(){return this.organizerName+", "+(this.isMeeting?"Host":"Organizer")+this.optionalLabel+this.externalLabel+", "+(0,c.getPresenceName)(this.organizerOnlineStatus)+(this.organizer.responseStatus?", "+this.organizer.responseStatus:"")+", "+this.allAttendeesList.length+" Participants"},showChatButton:function(){var e=this.organizer.isEnableChatWith;return!!e},userEmail:function(){return this.settingConfig.email},showCopyButton:function(){return!!this.organizerEmail&&(this.organizerEmail!==this.userEmail&&(!!(0,c.isEmail)(this.organizerName)||!this.organizer.jid))},isNotOffice365:function(){return"Office365"!==this.settingConfig.provider},acceptedAttendees:function(){return this.allAttendeesList.filter((function(e){return"accepted"===e.responseStatus}))},refuseAttendees:function(){return this.allAttendeesList.filter((function(e){return"declined"===e.responseStatus}))},maybeAttendees:function(){return this.allAttendeesList.filter((function(e){return"tentative"===e.responseStatus}))},waitAttendees:function(){return this.allAttendeesList.filter((function(e){return"needsAction"===e.responseStatus}))},participantListAriaLabel:function(){var e="";return this.acceptedAttendees.length&&(e+="".concat(this.acceptedAttendees.length," ").concat(this.t("zumoAcceptYes"))),this.maybeAttendees.length&&(e+=this.acceptedAttendees.length?", ":"",e+="".concat(this.maybeAttendees.length," ").concat(this.t("zumoAcceptMaybe"))),this.waitAttendees.length&&(e+=this.maybeAttendees.length||this.acceptedAttendees.length?", ":"",e+="".concat(this.waitAttendees.length," ").concat(this.t("zumoAcceptAwaiting"))),this.attendeesOmitted&&(e+=e?", ":"",e=this.t("zumoEventAttendeesMax")),e+="".concat(e?" List":"Participant List"),e}},methods:{isUndef:function(e){return(0,c.isUndef)(e)},onKeydown:function(e,t){var n=this;(0,c.handleUpDownKey)(e,{role:t,tabCallback:function(){var e=document.activeElement.getAttribute("role")===t,r=document.activeElement.getAttribute("data-id");n.currentActiveParticipant!==r&&e&&r&&(n.currentActiveParticipant=r)}})},handleChat:function(){this.$emit("messageHost",{jid:this.organizer.jid})},copyUserInfo:function(){(0,c.copyToClipboard)("".concat(this.organizerEmail)),(0,c.axAlert)(this.t("zumoCopySuccess")),this.$successMessage(this.t("zumoCopySuccess"),1e3)},showVCard:function(e){this.$emit("showVCard",{rect:e.rect,attendee:e.attendee||this.organizer})},hideVCard:function(e){this.$emit("hideVCard",{attendee:e||this.organizer})}}};t.default=d},"6db1":function(e,t,n){var r=n("4ea4").default,i=r(n("ba4c"));i.default.prototype.$successMessage=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:4500,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"zumo-pop__success";e&&i.default.prototype.$message({showClose:!0,center:!0,customClass:n,message:e,duration:t})}},"6dc9":function(e,t,n){},"6dd8":function(e,t,n){"use strict";n.r(t),function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),l?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t,r=c.some((function(e){return!!~n.indexOf(e)}));r&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),f=function(e,t){for(var n=0,r=Object.keys(t);n0},e}(),E="undefined"!==typeof WeakMap?new WeakMap:new n,D=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=d.getInstance(),r=new T(t,n,this);E.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach((function(e){D.prototype[e]=function(){var t;return(t=E.get(this))[e].apply(t,arguments)}}));var M=function(){return"undefined"!==typeof i.ResizeObserver?i.ResizeObserver:D}();t["default"]=M}.call(this,n("c8ba"))},"6df4":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-zumo-chat-group",use:"icon-zumo-chat-group-usage",viewBox:"0 0 16 13",content:'\n\n'});a.a.add(s);t["default"]=s},"6df7":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("ddb0");var i=r(n("bd41")),o=n("bc9d"),a={name:"ZmTagGroup",componentName:"ZmTagGroup",data:function(){return{activeIndex:0,firstClosable:-1}},computed:{childrenTags:function(){return(0,o.findVueComponents)(this,"ZmTag")},closable:function(){return this.childrenTags.some((function(e){return e.closable}))}},methods:{handleKeyDown:function(e){var t=e.keyCode,n=i.default.keys;switch(t){case n.enter:this.handleEnter(e),e.preventDefault(),e.stopPropagation();break;case n.down:case n.right:this.navigateOptions("next"),e.preventDefault(),e.stopPropagation();break;case n.up:case n.left:this.navigateOptions("prev"),e.preventDefault(),e.stopPropagation();break;case n.home:this.navigateOptions("home"),e.preventDefault(),e.stopPropagation();break;case n.end:this.navigateOptions("end"),e.preventDefault(),e.stopPropagation();break;case n.backspace:case n.delete:this.handleDelete(e),e.preventDefault(),e.stopPropagation();break}},handleDelete:function(e){var t=this.childrenTags[this.activeIndex];t&&t.closable&&t.handleClose(e,t)},handleEnter:function(e){var t=this.childrenTags[this.activeIndex];t.handleEnter(e,t)},navigateOptions:function(e){"next"===e?(this.activeIndex++,this.activeIndex>=this.childrenTags.length&&(this.activeIndex=0)):"prev"===e?(this.activeIndex--,this.activeIndex<0&&(this.activeIndex=this.childrenTags.length-1)):"home"===e?this.activeIndex=0:"end"===e&&(this.activeIndex=this.childrenTags.length-1)}}};t.default=a},"6df8":function(e,t,n){},"6e54":function(e,t,n){"use strict";n.r(t);var r=n("03fc"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"6e90":function(e,t,n){"use strict";n.r(t);var r=n("aa7e"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"6ead":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return e.firstRecording?t("div",[t("div",{directives:[{name:"show",rawName:"v-show",value:e.showMiniRecording,expression:"showMiniRecording"}],staticClass:"mini-recording"},[e.firstRecording.isProcessing?t("div",{staticClass:"processing"},[t("span",[e._v(e._s(e.t("zumoRecordVideoWillReady")))])]):t("div",{staticClass:"record"},[t("div",{staticClass:"record-bg",style:{"background-image":"url(".concat(e.recordingBgUrl,")")}},[e.firstRecording.shareLink?t("img",{staticClass:"cloud--image",attrs:{src:e.firstRecording.shareLink,width:"100%",height:"100%",alt:""},on:{error:function(t){return e.handleError(t)},success:function(t){return e.handleSuccess(t)}}}):e._e()]),t("zm-button",{staticClass:"play-button",attrs:{"aria-label":e.t("zumoPlayRecording"),ghost:"",size:"xlarge"},on:{click:function(t){return t.stopPropagation(),e.handlePlay(e.firstRecording)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-recordPlay",className:"record-play-icon"}})],1)],1)]),t("div",{directives:[{name:"show",rawName:"v-show",value:!e.showMiniRecording,expression:"!showMiniRecording"}],staticClass:"full-recording"},[t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.iframeLoading&&e.currentItem.isCloud&&e.isClient,expression:"iframeLoading && currentItem.isCloud && isClient"}],attrs:{id:"recording-wrapper","element-loading-background":"rgba(var(--zumo-main-bgcolor)), 0.8)"}},[e.currentItem.isCloud&&e.calendarPlayUrl&&e.enableIframePlayer?t("iframe",{ref:"recordingIframeRef",staticClass:"recording-iframe",attrs:{id:"recordingIframeWrapper",src:e.calendarPlayUrl,sandbox:"allow-same-origin allow-popups allow-modals allow-top-navigation-by-user-activation allow-scripts",allowfullscreen:"",frameborder:"0"},on:{load:e.handleIframeLoad}}):e.currentItem.isCloud&&e.enablePopupPlayer?t("div",{staticClass:"recording-cloud"},[t("div",{staticClass:"record"},[t("div",{staticClass:"record-bg calc-container",style:{"background-image":"url(".concat(e.recordingBgUrl,")")}},[e.currentItem.shareLink?t("img",{staticClass:"cloud--image",attrs:{src:e.currentItem.shareLink,width:"100%",height:"100%",alt:""},on:{error:function(t){return e.handleError(t)},success:function(t){return e.handleSuccess(t)}}}):e._e()]),t("zm-button",{staticClass:"play-button",attrs:{"aria-label":e.t("zumoPlayRecording"),ghost:"",size:"xlarge"},on:{click:function(t){return t.stopPropagation(),e.handlePlayCloudRecording(e.currentItem)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-recordPlay",className:"record-play-icon"}})],1)],1)]):e.currentItem.isLocal?t("div",{directives:[{name:"loading",rawName:"v-loading",value:e.convertLoading,expression:"convertLoading"}],staticClass:"recording-local",style:{"background-image":"url(".concat(e.recordingBgUrl,")")}},[!e.convertLoading&&e.currentItem.needConvert?t("div",{staticClass:"record-local-convert"},[t("section",[t("div",{staticClass:"record-convert-text"},[e._v(" "+e._s(e.t("zumoRecordVideoWillReady"))+" ")]),t("div",{staticClass:"record-convert-btn",attrs:{tabindex:"0",role:"button","aria-label":e.t("zumoRecordVideoWillReady")},on:{click:e.handleConvertLocalRecording,keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.handleConvertLocalRecording.apply(null,arguments))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:(t.preventDefault(),e.handleConvertLocalRecording.apply(null,arguments))}]}},[e._v(" "+e._s(e.t("zumoLocalRecordConvertNow"))+" ")])])]):e._e(),!e.currentItem.needConvert&&e.currentItem.location?t("div",{staticClass:"open-local-recording",attrs:{title:e.currentItem.location}},[t("div",{attrs:{tabindex:"0","aria-label":e.t("zumoOpenLocalRecording")},on:{click:function(t){return e.handlePlayLocalRecording(e.currentItem)},keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.handlePlayLocalRecording(e.currentItem)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-download",className:"record-local-play-icon"}}),t("span",[e._v(e._s(e.t("zumoOpenLocalRecording")))])],1)]):e._e()]):e._e()]),e.allRecordings&&e.allRecordings.length>0?t("div",{staticClass:"recording-list",attrs:{tabindex:"0","aria-label":e.t("zumoRecordingList"),role:"list"},on:{keydown:function(t){return e.onKeydown(t,"listitem")}}},e._l(e.allRecordings,(function(n){return t("div",{key:n.recordingUrl||n.location,staticClass:"record",class:{"active-item":e.isSameRecording(n,e.currentItem)},attrs:{tabindex:e.isSameRecording(n,e.currentItem)?0:-1,role:"listitem"},on:{click:function(t){return e.handlePreview(n)},keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.handlePreview(n)}}},[t("div",{staticClass:"record-local",style:{"background-image":"url(".concat(e.recordingBgUrl,")")}},[n.shareLink?t("img",{staticClass:"cloud--image",attrs:{src:n.shareLink,width:"100%",height:"100%",alt:""},on:{error:function(t){return e.handleError(t)},success:function(t){return e.handleSuccess(t)}}}):e._e()])])})),0):e._e()]),t("div",{directives:[{name:"show",rawName:"v-show",value:!e.showMiniRecording,expression:"!showMiniRecording"}],staticClass:"record-link-stuff"},[e.currentItem.recordingUrl?t("div",[e.showRecordingInfo?t("div",[t("div",{staticClass:"share-link"},[t("div",[t("a",{directives:[{name:"title",rawName:"v-title",value:e.currentItem.recordingUrl,expression:"currentItem.recordingUrl"}],on:{click:function(t){return e.handleClickLink(e.currentItem.recordingUrl)}}},[e._v(e._s(e.currentItem.recordingUrl))])]),t("span",{staticClass:"copy--button",attrs:{title:e.t("zumoCopy"),tabindex:"1",role:"button"},on:{click:e.copyLinkAndPasscode,keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.copyLinkAndPasscode.apply(null,arguments)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-copy",className:"zumo-copy-outline-icon"}})],1)]),e.currentItem.passcode?t("div",{staticClass:"passcode canBeCopy"},[t("span",[e._v(e._s(e.t("zumoPasscode"))+" "+e._s(e.passcodeVal))]),t("span",{attrs:{"aria-label":e.showPasscode?e.t("zumoPasscodeHide"):e.t("zumoPasscodeShow"),tabindex:"0",role:"button"},on:{click:e.toggleShowPasscode,keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.toggleShowPasscode.apply(null,arguments)}}},[t("client-svg-icon",{attrs:{iconName:e.showPasscode?"zumo-eye-open":"zumo-eye-close",className:"passcode-eye-icon"}})],1),t("div",{staticClass:"copy--button",attrs:{title:e.t("zumoCopy"),tabindex:"1",role:"button"},on:{click:function(t){return e.handleCopyInfo(e.currentItem.passcode)},keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.handleCopyInfo(e.currentItem.passcode)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-copy",className:"zumo-copy-outline-icon"}})],1)]):e._e()]):t("div",{staticClass:"show__detail--btn",on:{click:e.toggleShowRecordingInfo}},[e._v(" "+e._s(e.t("viewRecordingInfo"))+" ")])]):t("zm-button",{attrs:{type:"link",size:"mini"},on:{click:function(t){return e.handlePlayRecording(e.currentItem)}}},[t("span",{staticClass:"record-link-font"},[e._v(e._s(e.currentItem.recordingUrl?e.t("zumoCloudRecordingLink"):e.currentItem.location))])])],1),e.shareRecordingVisible?t("ShareRecordingDialog",{attrs:{title:e.eventDetail.summary,baseUrl:e.baseUrl,srcUrl:e.shareUrl,innerVisible:e.shareRecordingVisible,appendToBody:!0,recordingItem:e.currentItem},on:{close:e.closeShareRecording}}):e._e()],1):e._e()};t.render=n;var r=[];t.staticRenderFns=r},"6eb6":function(e,t,n){"use strict";n("8eb3")},"6ed8":function(e,t,n){},"6ef8":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"iframe__wrapper",attrs:{"aria-label":e.iframeAriaLabel,tabindex:"0"}},[t("iframe",{ref:"iframeRef",staticClass:"iframe__wrapper--content",attrs:{name:"iframeWrapper",title:e.title,importance:"high",sandbox:"allow-same-origin allow-popups allow-modals allow-top-navigation-by-user-activation allow-scripts",allowTransparency:"true"},on:{load:e.handleIframeLoad,beforeunload:e.handleBeforeUnload}})])};t.render=n;var r=[];t.staticRenderFns=r},"6efa":function(e,t,n){},"6f46":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.showSessionMessages=t.MessageConstructor=void 0,n("99af"),n("14d9"),n("d3b7"),n("a434"),n("159b");var i,o=n("11af"),a=r(n("817c")),s=n("810d"),u=n("d390"),c=n("e7c7"),l=r(n("335a")),d=l.default.session,f=[],h=1,p="__zm_ui_session_msg_".concat(location.pathname,"_").concat(location.hash),m=null;function v(){m=document.createElement("p"),m.setAttribute("role","status"),m.setAttribute("id","message-aria-wrap"),m.className="aria-alert-hidden",m.style.display="block",document.body.appendChild(m)}function g(e){m.innerText=e}var y=function e(t){if(!c.isServer){m||t.delayToReload||v(),t=t||{},"string"===typeof t&&(t={message:t});var n=t.onClose,r="message_"+h++;if(t.onClose=function(){e.close(r,n),e.refresh(),g("")},t.delayToReload){delete t.delayToReload;var l=d.get(p)||[];return l.push(t),void d.set(p,l)}var y=o._Vue.extend(a.default);i=new y({data:t}),i.id=r,(0,u.isVNode)(i.message)?(i.$slots.default=[i.message],i.message=null):i.useAriaDialog=!1,i.vm=i.$mount(),document.body.appendChild(i.vm.$el),setTimeout((function(){g(i.message)}),100);var b=t.offset||0;return f.forEach((function(e){b+=e.$el.offsetHeight+16})),b+=16,i.verticalOffset=b,i.vm.visible=!0,i.dom=i.vm.$el,i.dom.style.zIndex=1e3+s.PopupManager.nextZIndex(!!s.PopupManager.modalDom),f.push(i),i.vm}};["success","warning","info","error"].forEach((function(e){y[e]=function(t){return"string"===typeof t&&(t={message:t}),t.type=e,y(t)}})),y.close=function(e,t){for(var n=0,r=f.length;n0&&(n=f[e].verticalOffset-f[e-1].$el.offsetHeight-16),f[e].verticalOffset=n}},y.closeAll=function(){for(var e=f.length-1;e>=0;e--)f[e].close()};var b=y;t.MessageConstructor=b;var w=function(){if(d.get(p)){var e=d.get(p);Array.isArray(e)&&e.length&&(e.forEach((function(e){setTimeout((function(){y(e)}),0)})),d.remove(p))}};t.showSessionMessages=w},"6f482":function(e,t,n){"use strict";var r=n("6d61"),i=n("6566");r("Map",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},"6f53":function(e,t,n){var r=n("83ab"),i=n("e330"),o=n("df75"),a=n("fc6a"),s=n("d1e7").f,u=i(s),c=i([].push),l=function(e){return function(t){var n,i=a(t),s=o(i),l=s.length,d=0,f=[];while(l>d)n=s[d++],r&&!u(i,n)||c(f,e?[n,i[n]]:i[n]);return f}};e.exports={entries:l(!0),values:l(!1)}},"6f65":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("159b"),n("b0c0"),n("d9e2");var i=r(n("1e09")),o=n("2648");n("ccde");var a=r(n("2a00")),s=n("8e86");i.default.install=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};o.mustRegisterComponentsName.forEach((function(t){if(!e._installedPlugins.some((function(e){return t===e.name})))throw new Error("".concat(t," should be registered from zoom-ui."))})),a.default.use(t.locale),e.directive("locale",{bind:function(e,t,n){a.default.use(null===t||void 0===t?void 0:t.value),a.default.setLangToLocal(null===t||void 0===t?void 0:t.value),n.componentInstance.$forceUpdate()},update:function(e,t,n){a.default.use(null===t||void 0===t?void 0:t.value),a.default.setLangToLocal(null===t||void 0===t?void 0:t.value),n.componentInstance.$forceUpdate()}}),e.directive("theme",{bind:function(e,t){(0,s.updateThemeClass)(null===t||void 0===t?void 0:t.value)},update:function(e,t){(0,s.updateThemeClass)(null===t||void 0===t?void 0:t.value)}}),e.component(i.default.name,i.default)};var u=i.default;t.default=u},"6f74":function(e,t,n){e.exports=n("80c8")},"6f8f":function(e,t,n){function r(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}n("d3b7"),n("f8c9"),n("4ae1"),e.exports=r,e.exports.__esModule=!0,e.exports["default"]=e.exports},"700c":function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("159b");var r=n("7289"),i=n("8e86"),o={name:"IframeWrapper",props:{isClient:{type:Boolean,default:!0},content:{type:String,required:!0},title:{type:String,default:""}},data:function(){return{iframeAriaLabel:"",clientTheme:""}},computed:{},watch:{content:function(e){var t=this;this.contentParser=(0,r.useContentParser)(e),this.srcDoc=this.contentParser.sanitize().process().generate(),this.$nextTick((function(){t.handleTheme(t.clientTheme),t.handleAriaLabel(),t.renderContent()}))},clientTheme:{immediate:!0,handler:function(e){var t=this;this.$nextTick((function(){t.handleTheme(e)}))}}},created:function(){var e=this;this.initTheme(),this.subscribeTheme=i.pubSub.subscribe("themeChange",(function(t){e.clientTheme=t})),this.contentParser=(0,r.useContentParser)(this.content),this.srcDoc=this.contentParser.sanitize().process().generate(),"function"===typeof IntersectionObserver?this.intersectionObserver=new IntersectionObserver((function(t){t.forEach((function(t){var n=t.intersectionRatio;n>0&&e.renderContent()}))})):this.intersectionObserver=null},mounted:function(){this.iframeRef=this.$refs.iframeRef,null===this.intersectionObserver&&this.renderContent(),this.intersectionObserver&&this.intersectionObserver.observe(this.iframeRef)},beforeDestroy:function(){this.subscribeTheme&&this.subscribeTheme.unsubscribe(),this.intersectionObserver=null,this.handleBeforeUnload()},methods:{initTheme:function(){this.clientTheme=localStorage.getItem("__ZUMO_theme")||"light"},handleBeforeUnload:function(){var e=this.iframeRef.contentDocument||this.iframeRef.contentWindow&&this.iframeRef.contentWindow.document;if(e)for(var t=e.querySelectorAll("a"),n=0;nt.key[n])return 1}return 0};return e.map((function(e,t){return{value:e,index:t,key:a?a(e,t):null}})).sort((function(e,t){var r=u(e,t);return r||(r=e.index-t.index),r*n})).map((function(e){return e.value}))};t.orderBy=u;var c=function(e,t){var n=null;return e.columns.forEach((function(e){e.id===t&&(n=e)})),n};t.getColumnById=c;var l=function(e,t){for(var n=null,r=0;r2&&void 0!==arguments[2]?arguments[2]:"children",r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"hasChildren",i=function(e){return!(Array.isArray(e)&&e.length)};function o(e,a,s){t(e,a,s),a.forEach((function(e){if(e[r])t(e,null,s+1);else{var a=e[n];i(a)||o(e,a,s+1)}}))}e.forEach((function(e){if(e[r])t(e,null,0);else{var a=e[n];i(a)||o(e,a,0)}}))}function C(e){var t=Array.prototype.slice.call(arguments,1);t.forEach((function(t){e[t]=e[t].bind(e)}))}function x(e,t){return Element.prototype.matches||(Element.prototype.matches=Element.prototype.matchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector||Element.prototype.webkitMatchesSelector||function(t){var n=e.parentNode.querySelectorAll(t),r=n.length;while(--r>=0&&n.item(r)!==this);return r>-1}),e&&e.matches?e.matches(t):null}t.getKeysMap=h},"71fe":function(e,t,n){"use strict";var r=n("40bd");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},7234:function(e,t){e.exports=function(e){return null===e||void 0===e}},7289:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.ContentParser=void 0,t.getIframeHeight=l,t.useContentParser=f,n("99af"),n("a15b");var i=r(n("5530")),o=r(n("d4ec")),a=r(n("bee2")),s=r(n("ade3")),u=r(n("c0c4"));function c(e,t){var n=e.contentWindow.getComputedStyle(t,null);return parseInt(n.getPropertyValue("margin-top"),10)+parseInt(n.getPropertyValue("margin-bottom"),10)}function l(e){var t=null===e||void 0===e?void 0:e.contentWindow.document.body;if(!t)return 0;var n=c(e,t);return t.offsetHeight+n}var d=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};(0,o.default)(this,e),this.$template=t,this.$content=t,this.$options=n}return(0,a.default)(e,[{key:"template",get:function(){return this.$template}},{key:"genBaseStyles",value:function(){var e,t;return'")}},{key:"sanitize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t={ALLOWED_TAGS:["p","strong","em","u","a","b","ol","li","br","span","div","table","tbody","tr","td","ul","i","blockquote","sub","sup","th","strike"],ALLOWED_ATTR:["rel","href","class","style","id","__is_owner"],ALLOWED_URI_REGEXP:/^(?:(?:https|http|mailto|tel|callto|zoomphonecall|zmdf|zoomus):|(?:data:image\/)|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\-:]|$))/i,WHOLE_DOCUMENT:!0,ADD_ATTR:["target"]};return this.$content=u.default.sanitize(this.$content,(0,i.default)((0,i.default)({},t),e)),this}},{key:"process",value:function(){return this.$content=this.$content.split("").join("".concat(this.genBaseStyles())),this}},{key:"generate",value:function(){return this.$content}}]),e}();function f(e,t){return new d(e,t)}t.ContentParser=d,(0,s.default)(d,"ALLOWED_URI_REGEXP",/^(?:(?:https|http|mailto|tel|callto|zoomphonecall|zmdf|zoomus):|(?:data:image\/)|[^a-z]|[a-z+.\\-]+(?:[^a-z+.\-:]|$))/i)},7293:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"user-avatar-display-view",attrs:{id:e.email},on:{mouseenter:e.mouseEnterHandler,mouseleave:e.mouseLeaveHandler}},[e.isZoomRoom?t("div",{staticClass:"zoom-room__container",attrs:{title:e.displayName}},[t("client-svg-icon",{attrs:{iconName:"zoom-room"}})],1):t("div",{class:{showColor:!!e.borderColor},style:{borderColor:e.borderColor}},[t("img",{directives:[{name:"show",rawName:"v-show",value:e.showAvatar&&!e.hasChannelAvatar,expression:"showAvatar && !hasChannelAvatar"}],staticClass:"user",attrs:{src:e.avatarUrl},on:{error:e.handleError,load:e.handleSuccess}}),t("div",{directives:[{name:"show",rawName:"v-show",value:!e.showAvatar&&!e.hasChannelAvatar,expression:"!showAvatar && !hasChannelAvatar"}],staticClass:"user",style:e.avatarBackground},[e._v(" "+e._s(e.initials)+" ")]),t("div",{directives:[{name:"show",rawName:"v-show",value:e.hasChannelAvatar,expression:"hasChannelAvatar"}],staticClass:"user channel-icon"},[t("client-svg-icon",{attrs:{iconName:e.channelIconName,className:"".concat(e.channelIconName)}})],1),e.showStatus&&"IconInCall"!==e.iconName?t("client-svg-icon",{class:"online-status ".concat(e.iconClass),attrs:{iconName:e.iconName,className:e.iconName}}):e._e(),e.showStatus&&"IconInCall"===e.iconName?t("div",{staticClass:"icon-inCall-box"},[t("client-svg-icon",{class:"online-status ".concat(e.iconClass),attrs:{iconName:e.iconName,className:e.iconName}})],1):e._e()],1)])};t.render=n;var r=[];t.staticRenderFns=r},"72de":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("a9e3"),n("498a"),n("d3b7"),n("4de4"),n("a15b"),n("d81d"),n("c740"),n("159b"),n("14d9"),n("fb6a"),n("ddb0");var i=r(n("3990")),o=n("c2ec"),a=n("bc9d"),s=n("ad09"),u=r(n("0e15")),c=r(n("bd41")),l={name:"FilterableSelect",componentName:"filterable-select",mixins:[i.default],props:{loading:Boolean,hasMore:Boolean,remote:Boolean,remoteMethod:Function,filterMethod:Function,limitQueryLength:{type:Number,default:0},allowCreate:Boolean,noMatchText:String,noDataText:String,emptyDataText:Boolean,queryWhenFocus:Boolean,queryWhenVisible:Boolean,queryAfterValueChange:Boolean,clearQueryWhenVisible:Boolean,selectedAfterFocus:Boolean,defaultFirstOption:{type:Boolean,default:!0}},data:function(){return{query:"",previousQuery:null,inputWidth:0,inputLength:20,firstQuery:!0,page:1,visibleByQuery:!1,filteredOptionsCount:0,createdSelected:!1,createdLabel:null,isOnComposition:!1}},computed:{debounce:function(){return this.remote?300:0},hasEmptyCls:function(){return!this.allowCreate&&!this.loading&&0===this.filteredOptionsCount},emptyText:function(){return this.loading?"":(!this.remote||""!==this.query||0!==this.options.length)&&(this.options.length>0&&0===this.filteredOptionsCount?this.noMatchText||this.t("select.noMatch"):0===this.options.length?!this.emptyDataText&&(this.noDataText||this.t("select.noData")):null)},iconClass:function(){return this.remote?"":"up"},closeIconStyl:function(){return this.remote?"right: 8px":""},upIconStyl:function(){return this.remote?"display: none":""},showNewOption:function(){var e="string"===typeof this.query?this.query.trim():String(this.query),t=this.options.filter((function(e){return!e.created})).some((function(t){return t.currentLabel===e}));return this.allowCreate&&""!==e&&!t},empty:function(){return 0===String(this.query).trim().length},multipleSelectedLabels:function(){return(this.selected||[]).map((function(e){return e.currentLabel})).join(",")}},watch:{value:function(e,t){var n=this;this.multiple?(e.length>0?this.currentPlaceholder="":this.currentPlaceholder=this.cachedPlaceHolder,this.checkListVal=e,this.setSelected(),this.$nextTick((function(){n.query="",n.queryAfterValueChange&&n.handleQueryChange(n.query)}))):(this.setSelected(),this.query=this.selectedLabel,this.inputLength=20),(0,a.valueEquals)(e,t)||this.dispatch("ZmFormItem","el.form.change",e)},visible:function(e){var t=this;if(this.resetHoverIndex(),e){if(this.handleIconShow(),this.broadcast("ZmSelectDropdown","updatePopper"),!this.multiple&&this.selected){var n=this.selected,r=n.currentLabel,i=n.value;this.selectedLabel=this.doFilterLabel(r,i);var o=this.options,a=o.findIndex((function(e){return e.created}));0===a&&(this.hoverIndex=-1)}if(this.clearQueryWhenVisible&&!this.visibleByQuery&&(this.query=""),this.queryWhenVisible&&this.handleQueryChange(this.query),!this.remote&&this.selectedAfterFocus&&!this.clearQueryWhenVisible){var s=this.options.filter((function(e){return e.currentValue===t.value}));s.length&&(this.query=s[0].currentLabel)}this.isInputFocus=!0,this.$nextTick((function(){t.focus(),t.selectedAfterFocus&&(t.$refs.input||t.$refs.referenceInner).select()}))}else{if(this.handleIconHide(),this.broadcast("ZmSelectDropdown","destroyPopper"),this.inputLength=20,this.query="",this.previousQuery=null,this.visibleByQuery=!1,!this.multiple){if(this.selected){if(this.allowCreate&&this.createdSelected&&this.createdLabel)this.selectedLabel=this.doFilterLabel(this.createdLabel,this.value);else{var u=this.selected,c=u.value,l=u.currentLabel;this.selectedLabel=this.doFilterLabel(l,c)}this.query=this.selectedLabel}this.currentPlaceholder=this.cachedPlaceHolder}this.$emit("blur"),this.dispatch("ZmFormItem","el.form.blur"),this.$nextTick((function(){t.$refs.input&&""===t.$refs.input.value&&0===t.selected.length&&(t.currentPlaceholder=t.cachedPlaceHolder)}))}this.$emit("visible-change",e)},options:function(e){var t=this;if(!this.selectOptions||!this.sortingOptions){this.resetHoverIndex();var n=e.filter((function(e){return e.created}));if(this.allowCreate&&this.multiple&&n.length>0||this.setSelected(),!this.visible&&!this.multiple&&this.selectedLabel)if(n.length){var r=n[0].value,i=e.filter((function(e){return!e.created&&e.value===r})).length;i&&(this.query=this.selectedLabel)}else""===this.query&&this.allowCreate?this.dispatchChange(""):this.query=this.selectedLabel;this.defaultFirstOption&&this.filteredOptionsCount&&this.checkDefaultFirstOption(),this.$nextTick((function(){t.broadcast("ZmSelectDropdown","updatePopper")}))}},emptyText:function(e){var t=this;e&&!this.loading&&this.$nextTick((function(){t.emptyText&&(0,s.readAria)(t.emptyText)}))}},created:function(){var e=this;this.debouncedQueryChange=(0,u.default)(this.debounce,(function(t){e.handleQueryChange(t.target.value,!0)}))},mounted:function(){this.multiple||(this.query=this.selectedLabel)},methods:{focus:function(){var e=this.$refs.input||this.$refs.referenceInner;e&&e.focus()},blur:function(){var e=this.$refs.input||this.$refs.referenceInner;e&&e.blur()},resetInputHeight:function(){var e=this;this.$nextTick((function(){e.visible&&e.broadcast("ZmSelectDropdown","updatePopper")}))},handleFocus:function(e){var t=this;this.isInputFocus=!0,this.$emit("focus",e),this.$nextTick((function(){!t.visible&&t.queryWhenFocus&&t.handleQueryChange(t.query,!0)}))},handleComposition:function(e){var t=e.target.value;if("compositionend"===e.type)this.isOnComposition=!1,this.handleQueryChange(t);else{var n=t[t.length-1]||"";this.isOnComposition=!(0,o.isKorean)(n)}},handleQueryChange:function(e,t){var n=this;if(this.firstQuery=!1,this.page=1,t&&!this.visible&&e&&(this.visibleByQuery=!0,this.visible=!0),!(this.remote&&"function"===typeof this.remoteMethod&&this.query.length-1},id:function(){return(0,a.generateId)()}},methods:{handleFocus:function(){var e=this;setTimeout((function(){e.isClick?e.isClick=!1:e.focusing=!0}),50)},handleHeaderClick:function(){this.dispatch("ZmCollapse","item-click",this),this.focusing=!1,this.isClick=!0},handleEnterClick:function(){this.dispatch("ZmCollapse","item-click",this)}}};t.default=s},7339:function(e,t,n){},"735e":function(e,t,n){"use strict";var r=n("ebb5"),i=n("81d5"),o=n("f495"),a=n("f5df"),s=n("c65b"),u=n("e330"),c=n("d039"),l=r.aTypedArray,d=r.exportTypedArrayMethod,f=u("".slice),h=c((function(){var e=0;return new Int8Array(2).fill({valueOf:function(){return e++}}),1!==e}));d("fill",(function(e){var t=arguments.length;l(this);var n="Big"===f(a(this),0,3)?o(e):+e;return s(i,this,n,t>1?arguments[1]:void 0,t>2?arguments[2]:void 0)}),h)},"73ac":function(e,t,n){"use strict";var r=n("4ea4");t.__esModule=!0,t.default=void 0;var i=r(n("a559")),o=n("0c18"),a=n("e5f6"),s=n("01f5"),u=n("55fb"),c=r(n("493d")),l=r(n("cb5c")),d=(0,a.createNamespace)("popover"),f=d[0],h=d[1],p=f({mixins:[(0,u.ClickOutsideMixin)({event:"touchstart",method:"onClickOutside"})],props:{value:Boolean,trigger:String,overlay:Boolean,offset:{type:Array,default:function(){return[0,8]}},theme:{type:String,default:"light"},actions:{type:Array,default:function(){return[]}},placement:{type:String,default:"bottom"},getContainer:{type:[String,Function],default:"body"},closeOnClickAction:{type:Boolean,default:!0}},watch:{value:"updateLocation",placement:"updateLocation"},mounted:function(){this.updateLocation()},beforeDestroy:function(){this.popper&&(this.popper.destroy(),this.popper=null)},methods:{createPopper:function(){return(0,o.createPopper)(this.$refs.wrapper,this.$refs.popover.$el,{placement:this.placement,modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},(0,i.default)({},o.offsetModifier,{options:{offset:this.offset}})]})},updateLocation:function(){var e=this;this.$nextTick((function(){e.value&&(e.popper?e.popper.setOptions({placement:e.placement}):e.popper=e.createPopper())}))},renderAction:function(e,t){var n=this,r=this.$createElement,i=e.icon,o=e.text,a=e.disabled,u=e.className;return r("div",{attrs:{role:"menuitem"},class:[h("action",{disabled:a,"with-icon":i}),u],on:{click:function(){return n.onClickAction(e,t)}}},[i&&r(c.default,{attrs:{name:i},class:h("action-icon")}),r("div",{class:[h("action-text"),s.BORDER_BOTTOM]},[o])])},onToggle:function(e){this.$emit("input",e)},onClickWrapper:function(){"click"===this.trigger&&this.onToggle(!this.value)},onTouchstart:function(e){e.stopPropagation(),this.$emit("touchstart",e)},onClickAction:function(e,t){e.disabled||(this.$emit("select",e,t),this.closeOnClickAction&&this.$emit("input",!1))},onClickOutside:function(){this.$emit("input",!1)},onOpen:function(){this.$emit("open")},onOpened:function(){this.$emit("opened")},onClose:function(){this.$emit("close")},onClosed:function(){this.$emit("closed")}},render:function(){var e=arguments[0];return e("span",{ref:"wrapper",class:h("wrapper"),on:{click:this.onClickWrapper}},[e(l.default,{ref:"popover",attrs:{value:this.value,overlay:this.overlay,position:null,transition:"van-popover-zoom",lockScroll:!1,getContainer:this.getContainer},class:h([this.theme]),on:{open:this.onOpen,close:this.onClose,input:this.onToggle,opened:this.onOpened,closed:this.onClosed},nativeOn:{touchstart:this.onTouchstart}},[e("div",{class:h("arrow")}),e("div",{class:h("content"),attrs:{role:"menu"}},[this.slots("default")||this.actions.map(this.renderAction)])]),this.slots("reference")])}});t.default=p},"73b2":function(e,t,n){},"73c0":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-zumo-chat",use:"icon-zumo-chat-usage",viewBox:"0 0 24 24",content:'\n\n'});a.a.add(s);t["default"]=s},7418:function(e,t){t.f=Object.getOwnPropertySymbols},"742b":function(e,t,n){"use strict";function r(e){return e===window}t.__esModule=!0,t.getScroller=o,t.getScrollTop=a,t.setScrollTop=s,t.getRootScrollTop=u,t.setRootScrollTop=c,t.getElementTop=l,t.getVisibleHeight=d,t.getVisibleTop=f;var i=/scroll|auto|overlay/i;function o(e,t){void 0===t&&(t=window);var n=e;while(n&&"HTML"!==n.tagName&&"BODY"!==n.tagName&&1===n.nodeType&&n!==t){var r=window.getComputedStyle(n),o=r.overflowY;if(i.test(o))return n;n=n.parentNode}return t}function a(e){var t="scrollTop"in e?e.scrollTop:e.pageYOffset;return Math.max(t,0)}function s(e,t){"scrollTop"in e?e.scrollTop=t:e.scrollTo(e.scrollX,t)}function u(){return window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0}function c(e){s(window,e),s(document.body,e)}function l(e,t){if(r(e))return 0;var n=t?a(t):u();return e.getBoundingClientRect().top+n}function d(e){return r(e)?e.innerHeight:e.getBoundingClientRect().height}function f(e){return r(e)?0:e.getBoundingClientRect().top}},"742d":function(e,t,n){var r=n("fbc7"),i="en-US",o={"en-US":{"simple-color-picker":{textLabel:"Text Color",backgroundLabel:"Background Color",btn:"Ok"}},"de-DE":{"simple-color-picker":{textLabel:"Textfarbe",backgroundLabel:"Hintergrundfarbe",btn:"Ok"}},"es-ES":{"simple-color-picker":{textLabel:"Color del texto",backgroundLabel:"Color de fondo",btn:"Ok"}},"fr-FR":{"simple-color-picker":{textLabel:"Couleur du texte",backgroundLabel:"Couleur de fond",btn:"Ok"}},"id-ID":{"simple-color-picker":{textLabel:"Warna Teks",backgroundLabel:"Warna Latar Belakang",btn:"Oke"}},"it-IT":{"simple-color-picker":{textLabel:"Colore del testo",backgroundLabel:"Colore di sfondo",btn:"Ok"}},"jp-JP":{"simple-color-picker":{textLabel:"文字色",backgroundLabel:"背景色",btn:"オッケー"}},"ko-KO":{"simple-color-picker":{textLabel:"텍스트 색상",backgroundLabel:"배경색",btn:"확인"}},"nl-NL":{"simple-color-picker":{textLabel:"Tekstkleur",backgroundLabel:"Achtergrondkleur",btn:"OK"}},"pl-PL":{"simple-color-picker":{textLabel:"Kolor tekstu",backgroundLabel:"Kolor tła",btn:"Kolor"}},"pt-PT":{"simples-color-picker":{textLabel:"Cor do texto",backgroundLabel:"Background Color",btn:"Ok"},"simple-color-picker":{textLabel:"Text Color",backgroundLabel:"Background Color",btn:"Ok"}},"ru-RU":{"simple-color-picker":{textLabel:"Цвет текста",backgroundLabel:"Цвет фона",btn:"Ok"}},"tr-TR":{"simple-color-picker":{textLabel:"Metin Rengi",backgroundLabel:"Arka Plan Rengi",btn:"Tamam"}},"vi-VN":{"simple-color-picker":{textLabel:"Màu văn bản",backgroundLabel:"Màu nền",btn:"Ok"}},"zh-CN":{"simple-color-picker":{textLabel:"文本颜色",backgroundLabel:"背景色",btn:"Ok"}},"zh-TW":{"simple-color-picker":{textLabel:"文本顏色",backgroundLabel:"背景顏色",btn:"Ok"}}},a=o[r.locale]?o[r.locale]:o[i];(0,r.addLang)(a)},"744b":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("ce79"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},7474:function(e,t,n){},"74d2":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.createObserver=c,n("d3b7"),n("6062"),n("3ca3"),n("ddb0"),n("4ec9"),n("159b");var i=r(n("2909")),o=r(n("d4ec")),a=r(n("bee2")),s=function(){function e(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{rootMargin:"0px",threshold:0};(0,o.default)(this,e),this.jids=new Set,this.timer=null,this.jidMap=new Map;var r=function(e){t.timer&&clearTimeout(t.timer),e.forEach((function(e){if(e.intersectionRatio>0){var n=e.target.getAttribute("id");t.enterView(n)}else{var r=e.target.getAttribute("id");t.leaveView(r)}})),t.timer=setTimeout((function(){t.postRequest()}),1e3)};"function"===typeof IntersectionObserver&&(this.observer=new IntersectionObserver(r,n))}return(0,a.default)(e,[{key:"observe",value:function(e,t){if(this.observer){this.observer.observe(e);var n=e.getAttribute("id");n&&this.jidMap.set(n,t)}}},{key:"enterView",value:function(e){this.jids.add(e)}},{key:"leaveView",value:function(e){this.jids.delete(e)}},{key:"postRequest",value:function(){var e=this;(0,i.default)(this.jids);this.jids.forEach((function(t){var n=e.jidMap.get(t);n&&n(t)})),this.jids=new Set}},{key:"removeObserver",value:function(){this.observer&&this.observer.disconnect()}}]),e}(),u=null;function c(){return u||(u=new s),u}},"74e8":function(e,t,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("c65b"),a=n("83ab"),s=n("8aa7"),u=n("ebb5"),c=n("621a"),l=n("19aa"),d=n("5c6c"),f=n("9112"),h=n("eac5"),p=n("50c4"),m=n("0b25d"),v=n("182d"),g=n("a04b"),y=n("1a2d"),b=n("f5df"),w=n("861d"),_=n("d9b5"),C=n("7c73"),x=n("3a9b"),k=n("d2bb"),S=n("241c").f,O=n("a078"),T=n("b727").forEach,E=n("2626"),D=n("9bf2"),M=n("06cf"),A=n("69f3"),N=n("7156"),P=A.get,L=A.set,I=A.enforce,R=D.f,F=M.f,z=Math.round,j=i.RangeError,B=c.ArrayBuffer,$=B.prototype,U=c.DataView,V=u.NATIVE_ARRAY_BUFFER_VIEWS,H=u.TYPED_ARRAY_TAG,q=u.TypedArray,W=u.TypedArrayPrototype,Z=u.aTypedArrayConstructor,Y=u.isTypedArray,K="BYTES_PER_ELEMENT",G="Wrong length",J=function(e,t){Z(e);var n=0,r=t.length,i=new e(r);while(r>n)i[n]=t[n++];return i},X=function(e,t){R(e,t,{get:function(){return P(this)[t]}})},Q=function(e){var t;return x($,e)||"ArrayBuffer"==(t=b(e))||"SharedArrayBuffer"==t},ee=function(e,t){return Y(e)&&!_(t)&&t in e&&h(+t)&&t>=0},te=function(e,t){return t=g(t),ee(e,t)?d(2,e[t]):F(e,t)},ne=function(e,t,n){return t=g(t),!(ee(e,t)&&w(n)&&y(n,"value"))||y(n,"get")||y(n,"set")||n.configurable||y(n,"writable")&&!n.writable||y(n,"enumerable")&&!n.enumerable?R(e,t,n):(e[t]=n.value,e)};a?(V||(M.f=te,D.f=ne,X(W,"buffer"),X(W,"byteOffset"),X(W,"byteLength"),X(W,"length")),r({target:"Object",stat:!0,forced:!V},{getOwnPropertyDescriptor:te,defineProperty:ne}),e.exports=function(e,t,n){var a=e.match(/\d+$/)[0]/8,u=e+(n?"Clamped":"")+"Array",c="get"+e,d="set"+e,h=i[u],g=h,y=g&&g.prototype,b={},_=function(e,t){var n=P(e);return n.view[c](t*a+n.byteOffset,!0)},x=function(e,t,r){var i=P(e);n&&(r=(r=z(r))<0?0:r>255?255:255&r),i.view[d](t*a+i.byteOffset,r,!0)},D=function(e,t){R(e,t,{get:function(){return _(this,t)},set:function(e){return x(this,t,e)},enumerable:!0})};V?s&&(g=t((function(e,t,n,r){return l(e,y),N(function(){return w(t)?Q(t)?void 0!==r?new h(t,v(n,a),r):void 0!==n?new h(t,v(n,a)):new h(t):Y(t)?J(g,t):o(O,g,t):new h(m(t))}(),e,g)})),k&&k(g,q),T(S(h),(function(e){e in g||f(g,e,h[e])})),g.prototype=y):(g=t((function(e,t,n,r){l(e,y);var i,s,u,c=0,d=0;if(w(t)){if(!Q(t))return Y(t)?J(g,t):o(O,g,t);i=t,d=v(n,a);var f=t.byteLength;if(void 0===r){if(f%a)throw j(G);if(s=f-d,s<0)throw j(G)}else if(s=p(r)*a,s+d>f)throw j(G);u=s/a}else u=m(t),s=u*a,i=new B(s);L(e,{buffer:i,byteOffset:d,byteLength:s,length:u,view:new U(i)});while(c\n\n'});a.a.add(s);t["default"]=s},7565:function(e,t,n){},7597:function(e,t,n){n("a29f"),n("0607"),n("949e"),n("857f")},7610:function(e,t,n){"use strict";var r=n("2c98"),i=n("f0d1");e.exports=function(e,t,n){var o=this||i;return r.forEach(n,(function(n){e=n.call(o,e,t)})),e}},7724:function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("a9e3"),n("99af"),n("b0c0"),n("fb6a"),n("a434"),n("14d9");var r={name:"ZmCollapse",componentName:"ZmCollapse",props:{accordion:Boolean,value:{type:[Array,String,Number],default:function(){return[]}}},data:function(){return{activeNames:[].concat(this.value)}},provide:function(){return{collapse:this}},watch:{value:function(e){this.activeNames=[].concat(e)}},methods:{setActiveNames:function(e){e=[].concat(e);var t=this.accordion?e[0]:e;this.activeNames=e,this.$emit("input",t),this.$emit("change",t)},handleItemClick:function(e){if(this.accordion)this.setActiveNames(!this.activeNames[0]&&0!==this.activeNames[0]||this.activeNames[0]!==e.name?e.name:"");else{var t=this.activeNames.slice(0),n=t.indexOf(e.name);n>-1?t.splice(n,1):t.push(e.name),this.setActiveNames(t)}}},created:function(){this.$on("item-click",this.handleItemClick)}};t.default=r},7763:function(e,t,n){"use strict";n.r(t);var r=n("db19"),i=n("3f36");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"7db2242c",null);t["default"]=s.exports},"77a7":function(e,t){var n=Array,r=Math.abs,i=Math.pow,o=Math.floor,a=Math.log,s=Math.LN2,u=function(e,t,u){var c,l,d,f=n(u),h=8*u-t-1,p=(1<>1,v=23===t?i(2,-24)-i(2,-77):0,g=e<0||0===e&&1/e<0?1:0,y=0;e=r(e),e!=e||e===1/0?(l=e!=e?1:0,c=p):(c=o(a(e)/s),d=i(2,-c),e*d<1&&(c--,d*=2),e+=c+m>=1?v/d:v*i(2,1-m),e*d>=2&&(c++,d/=2),c+m>=p?(l=0,c=p):c+m>=1?(l=(e*d-1)*i(2,t),c+=m):(l=e*i(2,m-1)*i(2,t),c=0));while(t>=8)f[y++]=255&l,l/=256,t-=8;c=c<0)f[y++]=255&c,c/=256,h-=8;return f[--y]|=128*g,f},c=function(e,t){var n,r=e.length,o=8*r-t-1,a=(1<>1,u=o-7,c=r-1,l=e[c--],d=127&l;l>>=7;while(u>0)d=256*d+e[c--],u-=8;n=d&(1<<-u)-1,d>>=-u,u+=t;while(u>0)n=256*n+e[c--],u-=8;if(0===d)d=1-s;else{if(d===a)return n?NaN:l?-1/0:1/0;n+=i(2,t),d-=s}return(l?-1:1)*n*i(2,d-t)};e.exports={pack:u,unpack:c}},"77e7":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"download client--box client--flex",on:{click:e.startOrOpen}},[t("div",{staticClass:"download__pic"},[t("i",{class:["client--relative",e.fileTypeIcon]},[t("i",{class:[e.downloadStatusIcon,"status","client--absolute",e.isInit||e.isCompleted||e.pause?"":"spin"]})])]),t("div",{staticClass:"download__info"},[t("div",{staticClass:"download__info--title"},[e._v(" "+e._s(e.fileName)+" ")]),t("div",{staticClass:"download__info--other"},[e.isInit||e.isCompleted?t("div",{staticClass:"size"},[t("span",[e._v(e._s(e.fileSize))]),t("span",{directives:[{name:"show",rawName:"v-show",value:e.isInit,expression:"isInit"}],staticClass:"point-hover"},[e._v("- Click to download")]),t("span",{directives:[{name:"show",rawName:"v-show",value:e.isCompleted,expression:"isCompleted"}],staticClass:"point-hover"},[e._v("- Click to open")])]):t("div",{staticClass:"progress client--flex"},[t("client-progress",{attrs:{percentage:e.percentage,pause:e.pause}}),t("i",{class:e.operateStatus,on:{click:e.togglePlay}}),t("i",{staticClass:"zm-icon-close",on:{click:function(t){return t.stopPropagation(),e.cancel.apply(null,arguments)}}})],1)])])])};t.render=n;var r=[];t.staticRenderFns=r},"77f2":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("transition",{attrs:{name:"zm-notification-fade"}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],class:["zm-notification",e.typeWrap,e.customClass,e.horizontalClass],style:e.positionStyle,attrs:{role:"alert","aria-labelledby":e.dialogTitleId,"aria-describedby":e.dialogContentId},on:{mouseenter:function(t){return e.clearTimer()},mouseleave:function(t){return e.startTimer()},click:e.click}},[e.type||e.iconClass?t("div",[t("i",{staticClass:"zm-notification__icon",class:[e.typeClass,e.iconClass]})]):e._e(),t("div",{staticClass:"zm-notification__group",class:{"is-with-icon":e.typeClass||e.iconClass}},[t("h2",{staticClass:"zm-notification__title",attrs:{id:e.dialogTitleId},domProps:{textContent:e._s(e.title)}}),t("div",{directives:[{name:"show",rawName:"v-show",value:e.message,expression:"message"}],staticClass:"zm-notification__content",attrs:{id:e.dialogContentId}},[e._t("default",(function(){return[e.dangerouslyUseHTMLString?t("div",{domProps:{innerHTML:e._s(e.message)}}):t("p",[e._v(" "+e._s(e.message)+" ")])]}))],2),e.showClose?t("button",{staticClass:"zm-notification__closeBtn",attrs:{type:"button","aria-label":"Close"},on:{click:function(t){return t.stopPropagation(),e.close.apply(null,arguments)}}},[t("span",{staticClass:"zm-icon-close"})]):e._e()])])])};t.render=n;var r=[];t.staticRenderFns=r},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"785a":function(e,t,n){var r=n("cc12"),i=r("span").classList,o=i&&i.constructor&&i.constructor.prototype;e.exports=o===Object.prototype?void 0:o},7917:function(e,t,n){"use strict";var r=n("c532");function i(e,t,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}r["a"].inherits(i,Error,{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:r["a"].toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const o=i.prototype,a={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{a[e]={value:e}}),Object.defineProperties(i,a),Object.defineProperty(o,"isAxiosError",{value:!0}),i.from=(e,t,n,a,s,u)=>{const c=Object.create(o);return r["a"].toFlatObject(e,c,(function(e){return e!==Error.prototype}),e=>"isAxiosError"!==e),i.call(c,e.message,t,n,a,s),c.cause=e,c.name=e.name,u&&Object.assign(c,u),c},t["a"]=i},7943:function(e,t,n){"use strict";var r=n("2c98");function i(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(r.isURLSearchParams(t))o=t.toString();else{var a=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),a.push(i(t)+"="+i(e))})))})),o=a.join("&")}if(o){var s=e.indexOf("#");-1!==s&&(e=e.slice(0,s)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}},7955:function(e,t,n){"use strict";n.r(t);var r=n("eb3e"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},7966:function(e,t,n){"use strict";var r=n("4ea4");t.__esModule=!0,t.unifySlots=u,t.createComponent=l,n("6328");var i=n("e5f6"),o=n("ca48"),a=n("d9c7");r(n("ba4c"));function s(e){var t=this.name;e.component(t,this),e.component((0,o.camelize)("-"+t),this)}function u(e){var t=e.scopedSlots||e.data.scopedSlots||{},n=e.slots();return Object.keys(n).forEach((function(e){t[e]||(t[e]=function(){return n[e]})})),t}function c(e){return{functional:!0,props:e.props,model:e.model,render:function(t,n){return e(t,n.props,u(n),n)}}}function l(e){return function(t){return(0,i.isFunction)(t)&&(t=c(t)),t.functional||(t.mixins=t.mixins||[],t.mixins.push(a.SlotsMixin)),t.name=e,t.install=s,t}}},"797e":function(e,t,n){"use strict";var r=n("d0bb");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},7986:function(e,t,n){},"799d":function(e,t,n){"use strict";var r=n("b711");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"799d2":function(e,t,n){},"79b5e":function(e,t,n){"use strict";t.__esModule=!0,t.default=void 0;var r=n("e5f6"),i=n("d593"),o=(0,r.createNamespace)("row"),a=o[0],s=o[1],u=a({mixins:[(0,i.ParentMixin)("vanRow")],props:{type:String,align:String,justify:String,tag:{type:String,default:"div"},gutter:{type:[Number,String],default:0}},computed:{spaces:function(){var e=Number(this.gutter);if(e){var t=[],n=[[]],r=0;return this.children.forEach((function(e,t){r+=Number(e.span),r>24?(n.push([t]),r-=24):n[n.length-1].push(t)})),n.forEach((function(n){var r=e*(n.length-1)/n.length;n.forEach((function(n,i){if(0===i)t.push({right:r});else{var o=e-t[n-1].right,a=r-o;t.push({left:o,right:a})}}))})),t}}},methods:{onClick:function(e){this.$emit("click",e)}},render:function(){var e,t=arguments[0],n=this.align,r=this.justify,i="flex"===this.type;return t(this.tag,{class:s((e={flex:i},e["align-"+n]=i&&n,e["justify-"+r]=i&&r,e)),on:{click:this.onClick}},[this.slots()])}});t.default=u},"7a4c":function(e,t,n){},"7a57":function(e,t,n){"use strict";n.r(t);var r=n("eff8"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"7a9a":function(e,t,n){"use strict";var r=n("c25b");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"7b07":function(e,t,n){"use strict";n("a5e4a")},"7b0b":function(e,t,n){var r=n("1d80"),i=Object;e.exports=function(e){return i(r(e))}},"7bca":function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0,n("99af"),n("a4d3"),n("e01a");var r=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"detail-host"},[e.showHost?t("div",[t("div",{staticClass:"title"},[e._v(e._s(e.t("zumoHostedBy")))]),t("div",{staticClass:"organizer-info"},[t("user-avatar-display",{staticClass:"user-avatar",attrs:{displayName:e.organizer.displayName,backgroundColor:e.organizer.backgroundColor,email:e.organizer.email,avatarUrl:e.organizer.pictureURL||e.organizer.picUrl||e.organizer.userAvatarData,showStatus:!1},on:{showVCard:e.showVCard,hideVCard:e.hideVCard}}),t("div",{staticClass:"organizer-name"},[e._v(e._s(e.organizerName||e.organizerEmail))]),e.showChatButton?t("div",{staticClass:"organizer-chat",attrs:{role:"button",tabindex:"0",title:e.t("zumoEventAttendeesChatHost")},on:{click:e.chatWithHost,keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])||t.target!==t.currentTarget?null:e.chatWithHost.apply(null,arguments)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-hostChat",className:"chat-icon"}})],1):e._e(),t("div",{directives:[{name:"show",rawName:"v-show",value:e.showCopyButton,expression:"showCopyButton"}],staticClass:"organizer-copy",attrs:{role:"button","aria-label":"".concat(e.t("zumoParticipantCopyEmail")," ").concat(e.organizerEmail),title:e.t("zumoParticipantCopyEmail"),size:"mini"},on:{click:e.copyUserInfo,keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])||t.target!==t.currentTarget?null:e.copyUserInfo.apply(null,arguments)}}},[t("client-svg-icon",{attrs:{iconName:"zumo-copy-outline",className:"copy-icon"}})],1)],1)]):e._e(),e.description?t("div",{staticClass:"detail-description"},[t("iframe-wrapper",{attrs:{isClient:e.isClient,content:e.description,title:"".concat(e.eventDetail.summary,", ").concat(e.t("zumoCreateSettingDescriptionPlaceholder"))},on:{openBrowser:e.openBrowser}})],1):e._e()]),e.showHostInfoDivider?t("divider"):e._e()],1)};t.render=r;var i=[];t.staticRenderFns=i},"7bf4":function(e,t,n){},"7c37":function(e,t,n){var r=n("605d");e.exports=function(e){try{if(r)return Function('return require("'+e+'")')()}catch(t){}}},"7c67":function(e,t,n){"use strict";n("03d6")},"7c6b":function(e,t,n){"use strict";n("564b")},"7c73":function(e,t,n){var r,i=n("825a"),o=n("37e8"),a=n("7839"),s=n("d012"),u=n("1be4"),c=n("cc12"),l=n("f772"),d=">",f="<",h="prototype",p="script",m=l("IE_PROTO"),v=function(){},g=function(e){return f+p+d+e+f+"/"+p+d},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},b=function(){var e,t=c("iframe"),n="java"+p+":";return t.style.display="none",u.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(g("document.F=Object")),e.close(),e.F},w=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}w="undefined"!=typeof document?document.domain&&r?y(r):b():y(r);var e=a.length;while(e--)delete w[h][a[e]];return w()};s[m]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(v[h]=i(e),n=new v,v[h]=null,n[m]=e):n=w(),void 0===t?n:o.f(n,t)}},"7c8a":function(e,t,n){"use strict";n("2fbe")},"7caf":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-outdent",use:"icon-outdent-usage",viewBox:"0 0 24 24",content:'\n\n\n'});a.a.add(s);t["default"]=s},"7cce":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.axAlert=void 0,t.copyToClipboard=A,t.formatInvitationDisplay=S,t.getAvatarBgColor=l,t.getPresenceName=E,t.getSummary=c,t.getTimeOffIcon=u,t.handleATag=m,t.handleLink=v,t.handleUpDownKey=P,t.hasWebinarUrl=w,t.hasZmUrl=b,t.htmlDecode=x,t.isEmail=D,t.isHyperlink=_,t.isPhoneNumber=C,t.isUndef=I,t.purifyHTMLString=k,t.purifyString=d,t.replacePos=O,t.runOnce=L;var i=r(n("2909"));n("7db0"),n("d3b7"),n("caad"),n("2532"),n("14d9"),n("ac1f"),n("5319"),n("c740"),n("b0c0"),n("a434"),n("99af"),n("a15b"),n("d81d"),n("fb6a"),n("8a79"),n("2ca0"),n("466d"),n("38cf"),n("00b4"),n("498a"),n("25f0");var o=n("ad01"),a=r(n("c0c4")),s=n("ee51");function u(e){var t=o.timeOffIconList.find((function(t){return t.key===e}));return t?t.iconName:"time-off"}function c(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0,r=e.calendarType,i=e.summary,o=e.needHideDetail,a=e.visibility,s=e.organizerEmail,u=n||i||t("zumoEventDefaultSummary");if("private"===a&&""===i&&""===s&&(u=t("zumoEventBusySummary")),o)switch(r){case 1:u=t("zumoEventGoogleSummary");break;case 2:u=t("zumoEventOutlookSummary");break;default:u=t("zumoEventBusySummary");break}return u}function l(){var e,t=["#F90313","#9B6626","#D84800","#FAA900","#3DB861","#22807C","#1E71D6","#285081","#925DFF","#493AB7","#98A0A9","#FD3D4A","#C28030","#FF5F0F","#FFBF39","#66CC84","#2BA09B","#30609B","#C1A3FF","#6557CA","#BBC0C6","#FE7B84","#D3984F","#FF8345","#FFD377","#94DBA9","#34C0BA","#204067","#6317FF","#3A2E92","#75808C"],n="#418AE4";if(window.colorArray&&(null===(e=window.colorArray)||void 0===e?void 0:e.length)<=30){for(var r=[],i=0;i"),n}function f(e){var t=null;try{t=(0,s.parse)(e)}catch(n){console.log(n)}return t}var h={tag:1,text:2};function p(e,t){if(!e)return"";if(e.type===h.text)return e.loc.source;var n=e.props,r=e.tag,i=e.children;if("a"===r){var o=n.findIndex((function(e){var t=e.name;return"target"===t}));-1!==o&&n.splice(o,1),n.push({name:"target",value:t?"_top":"_blank"})}return"br"===r?"
":"<".concat(r," ").concat(n&&n.map((function(e){var t=e.name,n=e.value;return t+'="'+(n.content?n.content:n)+'"'})).join(" "),">").concat(i&&i.map((function(e){return p(e,t)})).join(" "),"").concat(r,">")}function m(e,t){var n=/.*\/i,r=n.exec(e);e="".concat(r?e.slice(r[0].length,-14):e,"
");var i=f(e),o=p(i,t);return o}function v(e){if(!e)return e;var t=/(?:[^"=])((h|H)ttps?:\/\/[\w\/.?%!&;*#\(\)=_~+\-]+)(?:\s*)/g,n=e.replace(t,(function(){for(var e=arguments.length,t=new Array(e),n=0;n");return"".concat(i?">":"",'').concat(t[1],"").concat(r?"<":"")}));return n}function g(e){var t=/\u2500{10}[\w\W]*(?=\u2500{10})\u2500{10}/;return Boolean(e.match(t))}function y(e,t){var n="
"+"─".repeat(10),r="
"+"─".repeat(10);return e=n+"
"+e.replace(/\r\n|\\r\\n/g,"
")+r,t&&(e=t+e),e}function b(e){return e.match(/[ ,;]?https:\/\/[\w\-.]*\/(pac\/join|[jswm])\/([\w\-.]{8,})(\?\w+=[^ ,;]*)?/g,"")}function w(e){return e.match(/[ ,;]?https:\/\/[\w\-.]*\/webinar\/register\/[^\s/]+$/g,"")}function _(e){var t=/^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\*\+,;=.]+/;return t.test(e)}function C(e){if("string"===typeof e)return/^([0-9]|-|\s|\(|\)|\+|\*|\#)*$/.test(e.trim())}function x(e){var t=document.createElement("div");void 0!==t.textContent?t.textContent=e:t.innerText=e;var n=t.innerHTML;return t=null,n}function k(e){var t={ALLOWED_TAGS:["p","strong","em","u","a","b","ol","li","br","span","div","table","tbody","tr","td","ul","i","blockquote","sub","sup","th","strike"],ALLOWED_ATTR:["rel","href","class","style","id","__is_owner"],ALLOWED_URI_REGEXP:/^(?:(?:https|http|mailto|tel|callto|zoomphonecall|zmdf|zoomus):|(?:data:image\/)|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i,WHOLE_DOCUMENT:!0,ADD_ATTR:["target"]},n=a.default.sanitize(e,t);return n=n.replace(/\n|\\n|\r\n|\\r\\n/g,"
"),n}function S(e){return g(e)?k(e):b(e)?k(y(e)):k(e)}function O(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1;return t.substring(0,e)+n+t.substring(e+r,t.length)}function T(e){return"undefined"===typeof e}function E(e){if(T(e))return"";switch(e){case o.presenceType.desktopOnline:return"Online";case o.presenceType.mobileOnline:return"Mobile Online";case o.presenceType.pzrOnline:return"Mobile pzrOnline";case o.presenceType.away:return"Leave";case o.presenceType.dnd:return"Do Not Disturb";case o.presenceType.inMeeting:return"In A Calender Event";case o.presenceType.inZoomMeeting:return"In Meeting";case o.presenceType.inCall:return"In Call";case o.presenceType.e2e:return"E2E Locked";case o.presenceType.inZoomMeetingPresenting:return"In Zoom Meeting Presenting";case o.presenceType.offline:return"Offline";default:return""}}function D(e){return/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(e)}function M(e){return e=e.replace(/\&/g,"&"),e=e.replace(/\'/g,"'"),e=e.replace(//g,">"),e}function A(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(t){var r=document.createElement("input");r.setAttribute("readonly","readonly"),r.value=e,document.body.appendChild(r),r.select(),document.execCommand("Copy"),r.style.display="none",r.remove()}else{var i=document.createElement("input");e=e.toString(),e+="",e=e.replace(/
|
|<\/p>/g,"\r\n").replace(//g,""),n&&(e=M(e)),i.innerHTML=e,i.select(),i.setSelectionRange(0,99999),navigator.clipboard?navigator.clipboard.writeText(i.textContent):A(e,!0)}}var N=function(e){var t,n=document.getElementById("app");n&&(t=document.createElement("div"),t.id="hiddenAlertContainer",t.className="visually-hidden",t.role="alert",n.appendChild(t));var r=document.getElementById("hiddenAlertContainer");r&&(r.innerHTML="",r.innerHTML=e),setTimeout((function(){n.removeChild(t),t=n=null}),100)};function P(e,t){var n,r,o,a=t.role,s=t.forwardKeys,u=void 0===s?[38]:s,c=t.backKeys,l=void 0===c?[40]:c,d=t.callback,f=t.tabCallback,h=[].concat((0,i.default)(u),(0,i.default)(l),[36,35]),p=e.keyCode;if(-1!==h.indexOf(p))o=e.currentTarget.querySelectorAll("[role=".concat(a,"]:not(.is-disabled)")),r=Array.prototype.indexOf.call(o,e.target);else{if(13!==p&&32!==p||!d)return;d()}-1!==u.indexOf(p)?n=0===r||-1===r?o.length-1:r-1:-1!==l.indexOf(p)?n=r1?arguments[1]:void 0)}}),o(a)},"7dec":function(e,t,n){"use strict";n.r(t);var r=n("0165"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"7dfa":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("transition",{attrs:{name:"zm-zoom-in-top"},on:{"after-enter":e.handleEnter,"after-leave":e.handleLeave}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"zm-picker-panel zm-date-picker zm-popper",class:[{"has-sidebar":e.$slots.sidebar||e.shortcuts,"has-time":e.showTime,"is-date-panel":e.isDatePanel},e.popperClass],attrs:{role:"dialog","aria-label":"Calendar view date-picker"}},[t("div",{staticClass:"zm-picker-panel__body-wrapper",attrs:{role:"application"}},[e._t("sidebar"),e.shortcuts?t("div",{staticClass:"zm-picker-panel__sidebar"},[e._l(e.shortcuts,(function(n,r){return[n.text?t("zm-button",{key:r,staticClass:"zm-picker-panel__shortcut",attrs:{type:"primary",ghost:""},on:{click:function(t){return e.handleShortcutClick(n)}}},[e._v(" "+e._s(n.text)+" ")]):e._e()]}))],2):e._e(),t("div",{staticClass:"zm-picker-panel__body"},[e.showTime?t("div",{staticClass:"zm-date-picker__time-header"},[t("span",{staticClass:"zm-date-picker__editor-wrap"},[t("zm-input",{attrs:{placeholder:e.t("datepicker.selectDate"),value:e.visibleDate,size:"small"},on:{input:function(t){return e.userInputDate=t},change:e.handleVisibleDateChange}})],1),t("span",{staticClass:"zm-date-picker__editor-wrap"},[t("zm-time-picker",{attrs:{"show-seconds":e.showSeconds,format:e.format,"append-to-body":!1},model:{value:e.timeValue,callback:function(t){e.timeValue=t},expression:"timeValue"}})],1)]):e._e(),t("div",{directives:[{name:"show",rawName:"v-show",value:"time"!==e.currentView,expression:"currentView !== 'time'"}],staticClass:"zm-date-picker__header",class:{"zm-date-picker__header--bordered":"year"===e.currentView||"month"===e.currentView}},[t("zm-button",{staticClass:"zm-picker-panel__icon-btn zm-date-picker__prev-btn zm-date-picker__prev-year-btn",attrs:{ghost:"",type:"icon",size:"mini",icon:"zm-icon-left-1","aria-label":e.getPrevYearAria()},on:{click:e.prevYear}}),t("zm-button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"zm-picker-panel__icon-btn zm-date-picker__prev-btn zm-date-picker__prev-month-btn",attrs:{ghost:"",type:"icon",size:"mini",icon:"zm-icon-left","aria-label":e.getPrevMonthAria()},on:{click:e.prevMonth}}),t("div",{staticClass:"zm-date-picker__header-inner"},[t("span",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"zm-date-picker__header-label",class:{active:"month"===e.currentView},attrs:{role:"button"},on:{click:e.showMonthPicker}},[e._v(e._s(e.t("datepicker.month".concat(e.month+1))))]),t("span",{staticClass:"zm-date-picker__header-label",attrs:{role:"button"},on:{click:e.showYearPicker}},[e._v(e._s(e.yearLabel))])]),t("zm-button",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],staticClass:"zm-picker-panel__icon-btn zm-date-picker__next-btn zm-date-picker__next-month-btn",attrs:{icon:"zm-icon-right",ghost:"",type:"icon",size:"mini","aria-label":e.getNextMonthAria()},on:{click:e.nextMonth}}),t("zm-button",{staticClass:"zm-picker-panel__icon-btn zm-date-picker__next-btn zm-date-picker__next-year-btn",attrs:{icon:"zm-icon-right-1",ghost:"",type:"icon",size:"mini","aria-label":e.getNextYearAria()},on:{click:e.nextYear}})],1),t("div",{staticClass:"zm-picker-panel__content"},[t("date-table",{directives:[{name:"show",rawName:"v-show",value:"date"===e.currentView,expression:"currentView === 'date'"}],attrs:{"selection-mode":e.selectionMode,"first-day-of-week":e.firstDayOfWeek,"current-focus-date":e.value,value:e.value,"event-dates":e.eventDates,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate,"current-date":e.currentDate,"is-date-panel":e.isDatePanel,"is-simple-week":e.isSimpleWeek},on:{pick:e.handleDatePick,focus:e.handleDateFocus}}),t("year-table",{directives:[{name:"show",rawName:"v-show",value:"year"===e.currentView,expression:"currentView === 'year'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate,"use-center-year":e.isDatePanel},on:{pick:e.handleYearPick}}),t("month-table",{directives:[{name:"show",rawName:"v-show",value:"month"===e.currentView,expression:"currentView === 'month'"}],attrs:{value:e.value,"default-value":e.defaultValue?new Date(e.defaultValue):null,date:e.date,"disabled-date":e.disabledDate},on:{pick:e.handleMonthPick}})],1)])],2),t("div",{directives:[{name:"show",rawName:"v-show",value:e.footerVisible&&"date"===e.currentView,expression:"footerVisible && currentView === 'date'"}],staticClass:"zm-picker-panel__footer"},[t("zm-button",{directives:[{name:"show",rawName:"v-show",value:"dates"!==e.selectionMode&&e.showNowBtn,expression:"(selectionMode !== 'dates' && showNowBtn)"}],staticClass:"zm-picker-panel__link-btn",attrs:{size:"mini"},on:{click:e.changeToNow}},[e._v(" "+e._s(e.t("datepicker.now"))+" ")]),t("zm-button",{staticClass:"zm-picker-panel__link-btn",attrs:{type:"primary",size:"mini"},on:{click:e.confirm}},[e._v(" "+e._s(e.t("datepicker.confirm"))+" ")])],1)])])};t.render=n;var r=[];t.staticRenderFns=r},"7e07":function(e,t,n){"use strict";n.r(t);var r=n("93fb"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"7e21":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-zumo-number-italic-fill",use:"icon-zumo-number-italic-fill-usage",viewBox:"0 0 16 16",content:''});a.a.add(s);t["default"]=s},"7e84":function(e,t,n){function r(e){return t.default=r=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.default=r,n("131a"),n("3410"),n("1f68")},"7eac":function(e,t,n){"use strict";n.r(t);var r=n("3b2d"),i=n("eea3");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("99ba");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"7eb7":function(e,t,n){"use strict";n.r(t);var r=n("4e02"),i=n("ffca");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("fb82");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"7ebf":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("159b"),n("b0c0"),n("d9e2");var i=r(n("b19d")),o=n("19b9");n("ccde"),i.default.install=function(e){o.mustRegisterComponentsName.forEach((function(t){if(!e._installedPlugins.some((function(e){return t===e.name})))throw new Error("".concat(t," should be registered from zoom-ui."))})),e.component(i.default.name,i.default)};var a=i.default;t.default=a},"7ec8":function(e,t,n){"use strict";n.r(t);var r=n("f13f"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"7ecb":function(e,t,n){"use strict";n.r(t);var r=n("a3f4"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"7ee2":function(e,t,n){"use strict";n("87ba")},"7f5d":function(e,t,n){"use strict";var r=n("20d5");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"7f6c":function(e,t,n){"use strict";t.__esModule=!0,t.deepClone=i;var r=n("e5f6");function i(e){if(!(0,r.isDef)(e))return e;if(Array.isArray(e))return e.map((function(e){return i(e)}));if("object"===typeof e){var t={};return Object.keys(e).forEach((function(n){t[n]=i(e[n])})),t}return e}},"7fc1":function(e,t,n){},8071:function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={zumoRsvpGoing:"Going?",zumoRsvpYes:"Yes",zumoRsvpMaybe:"Maybe",zumoRsvpNo:"No",zumoClose:"Close",zumoChat:"Chat with Everyone",zumoEmail:"Email Everyone",zumoShare:"Share meeting",zumoEdit:"Edit",zumoMoreOptions:"More Options",zumoPlayRecording:"play recording",zumoOpenLocalRecording:"Open local recording",zumoRecordVideoWillReady:"The recording of this meeting will be ready soon",zumoRecordingList:"Recordings",zumoLocalRecordConvertNow:"Convert now",zumoQuickCreateMeetingChat:"from Meeting Chat",zumoMeetingSummary:"Meeting summary with AI Companion",zumoNextSteps:"Next steps",zumoMeetingSummaryNoSteps:"Next steps are not available.",zumoReadFullSummary:"Read full summary",zumoReadLess:"Read Less",zumoHostedBy:"Host",zumoCreateSettingDescriptionPlaceholder:"Description",zumoAssets:"Assets",zumoNoAssetsTip:"This meeting does not have assets.",zumoAssetsAll:"All",zumoWhiteboards:"Whiteboards",zumoFiles:"Files",zumoLinks:"Links",zumoMeetingStart:"Start",zumoMeetingJoin:"Join",zumoEventDefaultSummary:"(No title)",zumoEventBusySummary:"Booked",zumoEventGoogleSummary:"Booked",zumoEventOutlookSummary:"Private Appointment",zumoOccurs:"Occurs",zumoParticipants:"Participants",zumoNotes:"Notes",zumoCopySuccess:"Copy success",zumoEventAttendeesHost:"Host",zumoParticipantJoined:"Joined",zumoParticipantOptional:"(Optional)",zumoParticipantExternalInvitees:"EXTERNAL",zumoEventAttendeesChatHost:"Chat with Host",zumoParticipantCopyEmail:"Copy Email Address",zumoRsvpTooltipYes:"Going",zumoRsvpTooltipMaybe:"Maybe Going",zumoRsvpTooltipNo:"Can't Go",zumoRsvpTooltipAwaiting:"Awaiting Response",zumoAcceptYes:"Yes",zumoAcceptMaybe:"Maybe",zumoAcceptAwaiting:"Awaiting",zumoEventAttendeesMax:"The full guest list has been hidden because the number of guests is too large",zumoEventHideGuestList:"The full attendee list has been hidden at the host’s request.",zumoZoomWhiteboard:"Zoom Whiteboard",zumoWhiteboardsNotAvailable:"Not available. Please contact the meeting host.",zumoWhiteboardGetError:"Error. Click to retry",zumoWhiteboardToOpen:"Click to open",zumoWhiteboardsText:"Whiteboards",zumoPhoneCall:"phone call",zumoLocation:"Location",viewRecordingInfo:"View recording info",zumoCopy:"Copy",zumoPasscode:"Passcode:",zumoPasscodeShow:"show passcode",zumoPasscodeHide:"hide passcode",zumoCloudRecordingLink:"Cloud recording link",zumoHideChapters:"Hide chapters",zumoShowChapters:"Show chapters",zumoViewTranscript:"View transcript",zumoShareRecording:"Share recording",zumoNoRsvp:"You haven’t responded to this meeting invite"};t.default=n},8072:function(e,t,n){},80727:function(e,t,n){"use strict";n.r(t);var r=n("4b7f"),i=n("a22a");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("55f0");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"0fe86253",null);t["default"]=s.exports},8096:function(e,t,n){},"80c8":function(e,t,n){"use strict";var r=n("2c98"),i=n("c4bb"),o=n("b4e5"),a=n("ff7d"),s=n("f0d1");function u(e){var t=new o(e),n=i(o.prototype.request,t);return r.extend(n,o.prototype,t),r.extend(n,t),n.create=function(t){return u(a(e,t))},n}var c=u(s);c.Axios=o,c.Cancel=n("0024"),c.CancelToken=n("42d6"),c.isCancel=n("ef98"),c.VERSION=n("2ac3").version,c.all=function(e){return Promise.all(e)},c.spread=n("8224"),c.isAxiosError=n("5034"),e.exports=c,e.exports.default=c},"80f8":function(e,t,n){"use strict";var r=n("2c98"),i=n("1895"),o=n("02bc"),a=n("7943"),s=n("b35a1"),u=n("847e"),c=n("17f5"),l=n("0da1"),d=n("f0d1"),f=n("0024");e.exports=function(e){return new Promise((function(t,n){var h,p=e.data,m=e.headers,v=e.responseType;function g(){e.cancelToken&&e.cancelToken.unsubscribe(h),e.signal&&e.signal.removeEventListener("abort",h)}r.isFormData(p)&&delete m["Content-Type"];var y=new XMLHttpRequest;if(e.auth){var b=e.auth.username||"",w=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";m.Authorization="Basic "+btoa(b+":"+w)}var _=s(e.baseURL,e.url);function C(){if(y){var r="getAllResponseHeaders"in y?u(y.getAllResponseHeaders()):null,o=v&&"text"!==v&&"json"!==v?y.response:y.responseText,a={data:o,status:y.status,statusText:y.statusText,headers:r,config:e,request:y};i((function(e){t(e),g()}),(function(e){n(e),g()}),a),y=null}}if(y.open(e.method.toUpperCase(),a(_,e.params,e.paramsSerializer),!0),y.timeout=e.timeout,"onloadend"in y?y.onloadend=C:y.onreadystatechange=function(){y&&4===y.readyState&&(0!==y.status||y.responseURL&&0===y.responseURL.indexOf("file:"))&&setTimeout(C)},y.onabort=function(){y&&(n(l("Request aborted",e,"ECONNABORTED",y)),y=null)},y.onerror=function(){n(l("Network Error",e,null,y)),y=null},y.ontimeout=function(){var t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",r=e.transitional||d.transitional;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(l(t,e,r.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",y)),y=null},r.isStandardBrowserEnv()){var x=(e.withCredentials||c(_))&&e.xsrfCookieName?o.read(e.xsrfCookieName):void 0;x&&(m[e.xsrfHeaderName]=x)}"setRequestHeader"in y&&r.forEach(m,(function(e,t){"undefined"===typeof p&&"content-type"===t.toLowerCase()?delete m[t]:y.setRequestHeader(t,e)})),r.isUndefined(e.withCredentials)||(y.withCredentials=!!e.withCredentials),v&&"json"!==v&&(y.responseType=e.responseType),"function"===typeof e.onDownloadProgress&&y.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&y.upload&&y.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(h=function(e){y&&(n(!e||e&&e.type?new f("canceled"):e),y.abort(),y=null)},e.cancelToken&&e.cancelToken.subscribe(h),e.signal&&(e.signal.aborted?h():e.signal.addEventListener("abort",h))),p||(p=null),y.send(p)}))}},"80ff":function(e,t,n){"use strict";n.r(t);var r=n("41a4"),i=n("3236");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("1a6f");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"974c564e",null);t["default"]=s.exports},"810d":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"PopupManager",{enumerable:!0,get:function(){return a.default}}),t.default=void 0,n("a9e3");var i,o=r(n("5c16")),a=r(n("293d")),s=r(n("0746")),u=n("e7c7"),c=1,l={props:{visible:{type:Boolean,default:!1},openDelay:{},closeDelay:{},zIndex:{},modal:{type:Boolean,default:!1},modalFade:{type:Boolean,default:!0},modalClass:{},modalAppendToBody:{type:Boolean,default:!1},lockScroll:{type:Boolean,default:!0},closeOnPressEscape:{type:Boolean,default:!1},closeOnClickModal:{type:Boolean,default:!1}},beforeMount:function(){this._popupId="popup-"+c++,a.default.register(this._popupId,this)},beforeDestroy:function(){a.default.deregister(this._popupId),a.default.closeModal(this._popupId),this.restoreBodyStyle()},data:function(){return{opened:!1,bodyPaddingRight:null,computedBodyPaddingRight:0,withoutHiddenClass:!0,rendered:!1}},watch:{visible:function(e){var t=this;if(e){if(this._opening)return;this.rendered?this.open():(this.rendered=!0,this.$nextTick((function(){t.open()})))}else this.close()}},methods:{open:function(e){var t=this;this.rendered||(this.rendered=!0);var n=(0,o.default)({},this.$props||this,e);this._closeTimer&&(clearTimeout(this._closeTimer),this._closeTimer=null),clearTimeout(this._openTimer);var r=Number(n.openDelay);r>0?this._openTimer=setTimeout((function(){t._openTimer=null,t.doOpen(n)}),r):this.doOpen(n)},doOpen:function(e){if(!this.$isServer&&(!this.willOpen||this.willOpen())&&!this.opened){this._opening=!0;var t,n=this.$el,r=e.modal;if(r){if(this._closing&&(a.default.closeModal(this._popupId),this._closing=!1),a.default.openModal(this._popupId,a.default.nextZIndex(!0),this.modalAppendToBody?void 0:n,e.modalClass,e.modalFade),e.lockScroll){this.withoutHiddenClass=!(0,u.hasClass)(document.body,"zm-popup-parent--hidden"),this.withoutHiddenClass&&(this.bodyPaddingRight=document.body.style.paddingRight,this.computedBodyPaddingRight=parseInt((0,u.getStyle)(document.body,"paddingRight"),10)),i=(0,s.default)();var o=document.documentElement.clientHeight0&&(o||"scroll"===c)&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.computedBodyPaddingRight+i+"px"),(0,u.addClass)(document.body,"zm-popup-parent--hidden")}t=a.default.nextZIndex(!0)}else t=e.zIndex||a.default.nextZIndex(!!a.default.modalDom);"static"===getComputedStyle(n).position&&(n.style.position="absolute"),n.style.zIndex=t,this.opened=!0,this.onOpen&&this.onOpen(),this.doAfterOpen()}},doAfterOpen:function(){this._opening=!1},close:function(){var e=this;if(!this.willClose||this.willClose()){null!==this._openTimer&&(clearTimeout(this._openTimer),this._openTimer=null),clearTimeout(this._closeTimer);var t=Number(this.closeDelay);t>0?this._closeTimer=setTimeout((function(){e._closeTimer=null,e.doClose()}),t):this.doClose()}},doClose:function(){this._closing=!0,this.onClose&&this.onClose(),this.lockScroll&&this.restoreBodyStyle(),this.opened=!1,this.doAfterClose()},doAfterClose:function(){a.default.closeModal(this._popupId),this._closing=!1},restoreBodyStyle:function(){this.modal&&this.withoutHiddenClass&&(document.body.style.paddingRight=this.bodyPaddingRight,(0,u.removeClass)(document.body,"zm-popup-parent--hidden")),this.withoutHiddenClass=!0}}};t.default=l},"814c":function(e,t,n){"use strict";var r=n("11e5");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},8174:function(e,t,n){"use strict";var r=n("aed8");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"817c":function(e,t,n){"use strict";n.r(t);var r=n("4f0c"),i=n("66b4");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("8a33");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"818e":function(e,t,n){"use strict";t.__esModule=!0,t.createNamespace=a;var r=n("4c91"),i=n("7966"),o=n("e4a9");function a(e){return e="van-"+e,[(0,i.createComponent)(e),(0,r.createBEM)(e),(0,o.createI18N)(e)]}},"81b2":function(e,t,n){var r=n("23e7"),i=n("d066"),o=n("e330"),a=n("d039"),s=n("577e"),u=n("1a2d"),c=n("d6d6"),l=n("b917").ctoi,d=/[^\d+/a-z]/i,f=/[\t\n\f\r ]+/g,h=/[=]+$/,p=i("atob"),m=String.fromCharCode,v=o("".charAt),g=o("".replace),y=o(d.exec),b=a((function(){return""!==p(" ")})),w=!a((function(){p("a")})),_=!b&&!w&&!a((function(){p()})),C=!b&&!w&&1!==p.length;r({global:!0,enumerable:!0,forced:b||w||_||C},{atob:function(e){if(c(arguments.length,1),_||C)return p(e);var t,n,r=g(s(e),f,""),o="",a=0,b=0;if(r.length%4==0&&(r=g(r,h,"")),r.length%4==1||y(d,r))throw new(i("DOMException"))("The string is not correctly encoded","InvalidCharacterError");while(t=v(r,a++))u(l,t)&&(n=b%4?64*n+l[t]:l[t],b++%4&&(o+=m(255&n>>(-2*b&6))));return o}})},"81d2":function(e,t,n){"use strict";n("d72d")},"81d5":function(e,t,n){"use strict";var r=n("7b0b"),i=n("23cb"),o=n("07fa");e.exports=function(e){var t=r(this),n=o(t),a=arguments.length,s=i(a>1?arguments[1]:void 0,n),u=a>2?arguments[2]:void 0,c=void 0===u?n:i(u,n);while(c>s)t[s++]=e;return t}},8216:function(e,t,n){"use strict";n.r(t);var r=n("d44a"),i=n("9efc");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("7c8a");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},8224:function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"825a":function(e,t,n){var r=n("861d"),i=String,o=TypeError;e.exports=function(e){if(r(e))return e;throw o(i(e)+" is not an object")}},"827fa":function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0,n("d3b7"),n("25f0");var r=function(){var e=this,t=e._self._c;return t("span",{staticClass:"zm-radio",class:{"zm-radio--large":"large"===e.size}},[t("span",{staticClass:"zm-radio__wrap"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.model,expression:"model"}],staticClass:"zm-radio__original",attrs:{type:"radio",id:e.uid,name:e.radioName,disabled:e.isDisabled,"aria-checked":(e.model===e.label).toString(),tabIndex:e.tabIndex,"aria-describedby":e.describedId,"aria-labelledby":e.labelledbyId},domProps:{value:e.label,checked:e._q(e.model,e.label)},on:{focus:function(t){e.focus=!0},blur:function(t){e.focus=!1},change:[function(t){e.model=e.label},e.handleChange]}}),t("label",{staticClass:"zm-radio__label",class:[{"is-disabled":e.isDisabled},{"is-focus":e.focus},{"is-checked":e.model===e.label}],attrs:{for:e.uid}},[t("span",{staticClass:"zm-radio__inner"}),t("span",{staticClass:"zm-radio__label--inner",attrs:{id:e.labelledbyId,"aria-hidden":!0}},[e._t("default"),e.$slots.default?e._e():[e._v(e._s(e.label))]],2)]),e.$slots.suffix?t("span",{staticClass:"zm-radio__suffix"},[e._t("suffix")],2):e._e()]),e.$slots.child?e._t("child"):e._e()],2)};t.render=r;var i=[];t.staticRenderFns=i},"829a":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"detail-basic-info"},[t("div",{staticClass:"detail-basic"},[t("div",{staticClass:"detail-datetime"},[e._v(" "+e._s(e.eventDateAndTime)+" ")]),t("div",{staticClass:"detail-topic"},[e.isOOO?t("span",[t("client-svg-icon",{attrs:{iconName:e.timeOffIconName,className:"zumo-ooo"}})],1):e._e(),t("span",{ref:"eventSummaryRef",staticClass:"eventSummary",attrs:{tabindex:"0","aria-label":e.summaryAriaLabel}},[e._v(e._s(e.summary))])]),e.isOccurrence&&e.recurrenceInfo?t("div",{staticClass:"detail-rrule"},[t("client-svg-icon",{attrs:{iconName:"zumo-recurrence",className:"zumo-recurrence"}}),t("span",[e._v(" "+e._s(e.recurrenceInfo)+" ")])],1):e._e(),e.locationArray&&e.locationArray.length?t("div",e._l(e.locationArray,(function(n,r){return t("p",{key:n+r,staticClass:"location-line no-wrap"},[t("client-svg-icon",{attrs:{iconName:"zumo-location",className:"zumo-location"}}),e.isHyperlink(n)?t("a",{attrs:{"aria-label":n,href:n,role:"link"},on:{click:function(e){e.stopPropagation()},keydown:function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"]))return null;t.stopPropagation()}}},[e._v(" "+e._s(n)+" ")]):e.isPhoneNumber(n)?t("span",{directives:[{name:"title",rawName:"v-title",value:n,expression:"locationText"}],class:{phoneNumber:e.canUsePhoneCall(n)},attrs:{tabindex:!!e.canUsePhoneCall&&0,"aria-label":e.phoneCallLabel(n),role:"button"},on:{click:function(t){return e.callZoomPhone(n)},keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:e.callZoomPhone(n)}}},[e._v(" "+e._s(n)+" ")]):t("span",{directives:[{name:"title",rawName:"v-title",value:n,expression:"locationText"}],attrs:{"aria-label":e.locationTextLabel(n)}},[e._v(" "+e._s(n)+" ")])],1)})),0):e._e(),e.eventDetail.rooms&&e.eventDetail.rooms.length?t("div",e._l(e.eventDetail.rooms,(function(n,r){return t("p",{key:n.displayName+r,staticClass:"room-line no-wrap"},[t("client-svg-icon",{attrs:{iconName:"room",className:"zumo-room"}}),e._v(" "+e._s(n.displayName||n.email)+" ")],1)})),0):e._e(),e.showJoin?t("zm-button",{staticClass:"zumo-join",attrs:{disabled:e.disabledJoin,type:"primary"},on:{click:e.joinMeeting}},[e._v(" "+e._s(e.joinText||(e.isOrganizer?e.t("zumoMeetingStart"):e.t("zumoMeetingJoin")))+" ")]):e._e()],1),e.showRecordingButton?t("div",{staticClass:"detail-recording-button"},[t("zm-button",{on:{click:e.handleShowChapters}},[e._v(e._s(e.showRecordingChapters?e.t("zumoHideChapters"):e.t("zumoShowChapters")))]),t("zm-button",{on:{click:e.handleViewTranscript}},[e._v(e._s(e.t("zumoViewTranscript")))])],1):e._e()])};t.render=n;var r=[];t.staticRenderFns=r},"82c3":function(e,t,n){"use strict";var r=n("f522");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"82c7":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("transition",{attrs:{name:"zm-zoom-in-top"},on:{"after-leave":e.handleLeave}},[t("ul",{directives:[{name:"show",rawName:"v-show",value:e.showPopper,expression:"showPopper"}],ref:"list",staticClass:"zm-dropdown-menu zm-popper",class:[e.size&&"zm-dropdown-menu--".concat(e.size),e.popperClass],attrs:{role:"menu",tabindex:"-1","aria-activedescendant":e.activedescendant},on:{keydown:e.handleListKeyDown}},[e._t("default")],2)])};t.render=n;var r=[];t.staticRenderFns=r},"82d9":function(e,t,n){"use strict";n("305d")},"82e2":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("3a49"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"82e3":function(e,t,n){},"82f8":function(e,t,n){"use strict";var r=n("ebb5"),i=n("4d64").includes,o=r.aTypedArray,a=r.exportTypedArrayMethod;a("includes",(function(e){return i(o(this),e,arguments.length>1?arguments[1]:void 0)}))},8358:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("6bd5"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"836f":function(e,t,n){},"839d":function(e,t,n){},"83ab":function(e,t,n){var r=n("d039");e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"83e1":function(e,t,n){"use strict";var r=n("de65");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},8418:function(e,t,n){"use strict";var r=n("a04b"),i=n("9bf2"),o=n("5c6c");e.exports=function(e,t,n){var a=r(t);a in e?i.f(e,a,o(0,n)):e[a]=n}},"841c":function(e,t,n){"use strict";var r=n("c65b"),i=n("d784"),o=n("825a"),a=n("7234"),s=n("1d80"),u=n("129f"),c=n("577e"),l=n("dc4a"),d=n("14c3");i("search",(function(e,t,n){return[function(t){var n=s(this),i=a(t)?void 0:l(t,e);return i?r(i,t,n):new RegExp(t)[e](c(n))},function(e){var r=o(this),i=c(e),a=n(t,r,i);if(a.done)return a.value;var s=r.lastIndex;u(s,0)||(r.lastIndex=0);var l=d(r,i);return u(r.lastIndex,s)||(r.lastIndex=s),null===l?-1:l.index}]}))},8430:function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.MessageBox=void 0;var i=r(n("53ca"));n("d3b7"),n("14d9");var o,a,s=n("ab34"),u=r(n("1258")),c=r(n("5c16")),l=n("d390"),d=n("e7c7"),f={title:null,message:"",type:"",iconClass:"",showInput:!1,showClose:!1,modalFade:!0,lockScroll:!0,closeOnClickModal:!0,closeOnPressEscape:!0,closeOnHashChange:!0,inputValue:null,inputPlaceholder:"",inputType:"text",inputPattern:null,inputValidator:null,inputErrorMessage:"",showConfirmButton:!0,showCancelButton:!1,confirmButtonPosition:"right",confirmButtonHighlight:!1,cancelButtonHighlight:!1,confirmButtonText:"",cancelButtonText:"",confirmButtonClass:"",cancelButtonClass:"",customClass:"",beforeClose:null,closed:null,dangerouslyUseHTMLString:!1,center:!1,roundButton:!1,distinguishCancelAndClose:!1},h=[],p=function(e){if(o){var t=o.callback;if("function"===typeof t)return void(a.showInput?t(a.inputValue,e):t(e));o.resolve&&("confirm"===e?a.showInput?o.resolve({value:a.inputValue,action:e}):o.resolve(e):!o.reject||"cancel"!==e&&"close"!==e||o.reject(e))}},m=function(){var e=s._Vue.extend(u.default);a=new e({el:document.createElement("div")}),a.callback=p},v=function e(){if(a||m(),a.action="",(!a.visible||a.closeTimer)&&h.length>0){o=h.shift();var t=o.options;for(var n in t)t.hasOwnProperty(n)&&(a[n]=t[n]);void 0===t.callback&&(a.callback=p);var r=a.callback;a.callback=function(t,n){r(t,n),e()},(0,l.isVNode)(a.message)?(a.$slots.default=[a.message],a.message=null):delete a.$slots.default,["modal","showClose","closeOnClickModal","closeOnPressEscape","closeOnHashChange"].forEach((function(e){void 0===a[e]&&(a[e]=!0)})),document.body.appendChild(a.$el),s._Vue.nextTick((function(){a.visible=!0}))}},g=function e(t,n){if(!d.isServer){if("string"===typeof t||(0,l.isVNode)(t)?(t={message:t},"string"===typeof arguments[1]&&(t.title=arguments[1])):t.callback&&!n&&(n=t.callback),"undefined"!==typeof Promise)return new Promise((function(r,i){h.push({options:(0,c.default)({},f,e.defaults,t),callback:n,resolve:r,reject:i}),v()}));h.push({options:(0,c.default)({},f,e.defaults,t),callback:n}),v()}};t.MessageBox=g,g.setDefaults=function(e){g.defaults=e},g.alert=function(e,t,n){return"object"===(0,i.default)(t)?(n=t,t=""):void 0===t&&(t=""),g((0,c.default)({title:t,message:e,$type:"alert",closeOnPressEscape:!1,closeOnClickModal:!1},n))},g.confirm=function(e,t,n){return"object"===(0,i.default)(t)?(n=t,t=""):void 0===t&&(t=""),g((0,c.default)({title:t,message:e,$type:"confirm",showCancelButton:!0},n))},g.prompt=function(e,t,n){return"object"===(0,i.default)(t)?(n=t,t=""):void 0===t&&(t=""),g((0,c.default)({title:t,message:e,showCancelButton:!0,showInput:!0,$type:"prompt"},n))},g.close=function(){a.doClose(),a.visible=!1,h=[],o=null},g.setConfirmButtonText=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";a&&(a.confirmButtonText=e)};var y=g;t.default=y},8443:function(e,t,n){"use strict";var r=n("3778");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},8471:function(e,t,n){"use strict";n.r(t);var r=n("41e0"),i=n("7d71");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("3fcf");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"847e":function(e,t,n){"use strict";var r=n("2c98"),i=["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"];e.exports=function(e){var t,n,o,a={};return e?(r.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},"84df":function(e,t,n){"use strict";n.r(t);var r=n("8174"),i=n("cb0e");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},8524:function(e,t,n){},"853e":function(e,t,n){"use strict";n.r(t);var r=n("6df7"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"857a":function(e,t,n){var r=n("e330"),i=n("1d80"),o=n("577e"),a=/"/g,s=r("".replace);e.exports=function(e,t,n,r){var u=o(i(e)),c="<"+t;return""!==n&&(c+=" "+n+'="'+s(o(r),a,""")+'"'),c+">"+u+""+t+">"}},"857f":function(e,t,n){},8586:function(e,t,n){"use strict";n("65ad")},"861d":function(e,t,n){var r=n("1626"),i=n("8ea1"),o=i.all;e.exports=i.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:r(e)||e===o}:function(e){return"object"==typeof e?null!==e:r(e)}},"86ca":function(e,t,n){"use strict";n("839d")},8720:function(e,t,n){"use strict";var r=n("f591");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},8762:function(e,t,n){"use strict";n.r(t);var r=n("da7c"),i=n("51f9");for(var o in i)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(o);n("701f");var a=n("2877"),s=Object(a["a"])(i["default"],r["render"],r["staticRenderFns"],!1,null,null,null);t["default"]=s.exports},"87ba":function(e,t,n){},8807:function(e,t,n){"use strict";n("dc23")},8880:function(e,t,n){"use strict";n.r(t);var r=n("e85e"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},8888:function(e,t,n){"use strict";var r=n("c2e2");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"88ae":function(e,t,n){"use strict";n.r(t);var r=n("dbca");for(var i in r)["default"].indexOf(i)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(i);n("6c6d");var o,a,s=n("2877"),u=Object(s["a"])(r["default"],o,a,!1,null,null,null);t["default"]=u.exports},"88c3":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"calendar-month",attrs:{selectedDate:e.selectedDate}},[t("div",{staticClass:"calendar-month__header"},[e._v(e._s(e.currentMonth))]),t("div",{staticClass:"calendar-days"},e._l(e.currentDays,(function(n,r){return t("calendar-day",{key:r,attrs:{item:n,index:r,offset:e.offset,selectedDate:e.selectedDayDate,weekMap:e.weekMap,monthMap:e.monthMap},on:{change:e.handleChange}})})),1)])};t.render=n;var r=[];t.staticRenderFns=r},8925:function(e,t,n){var r=n("e330"),i=n("1626"),o=n("c6cd"),a=r(Function.toString);i(o.inspectSource)||(o.inspectSource=function(e){return a(e)}),e.exports=o.inspectSource},"89ad":function(e,t,n){"use strict";n("209c")},"8a33":function(e,t,n){"use strict";n("7474")},"8a51":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("6062"),n("3ca3"),n("ddb0"),n("4de4"),n("99af");var i=r(n("9f59")),o={name:"ZUMOLink",mixins:[i.default],props:{eventDetail:{type:Object,default:function(){}}},data:function(){return{}},computed:{linksList:function(){var e;return this.uniqueLinks((null===(e=this.eventDetail)||void 0===e?void 0:e.highLightURLs)||[])}},methods:{uniqueLinks:function(e){var t=new Set,n=e.filter((function(e){var n="".concat(e.highLightURL,"-").concat(e.userId);return!t.has(n)&&(t.add(n),!0)}));return n}}};t.default=o},"8a5a":function(e,t,n){},"8a76":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("transition",{attrs:{name:"zm-zoom-in-top"},on:{"after-enter":e.handleEnter,"after-leave":e.handleLeave}},[t("div",{directives:[{name:"show",rawName:"v-show",value:e.visible,expression:"visible"}],staticClass:"zm-time-panel zm-popper",class:e.popperClass,style:{width:e.showSeconds?"180px":"110px"},attrs:{role:"application","aria-label":"Calendar view time-picker"}},[t("div",{staticClass:"zm-time-panel__content",class:{"has-seconds":e.showSeconds,"is-arrow":e.useArrow}},[t("time-spinner",{ref:"spinner",attrs:{"arrow-control":e.useArrow,"show-seconds":e.showSeconds,"am-pm-mode":e.amPmMode,date:e.date},on:{change:e.handleChange,"select-range":e.setSelectionRange}})],1),t("div",{class:["zm-time-panel__footer",{"am-pm-mode-time":e.amPmMode}]},[t("zm-button",{staticClass:"zm-time-panel__btn btn-firstFocus",class:{confirm:!e.disabled},attrs:{type:"primary",size:"mini"},on:{click:function(t){return e.handleConfirm()}}},[e._v(" "+e._s(e.t("datepicker.confirm"))+" ")]),t("zm-button",{staticClass:"zm-time-panel__btn cancel",attrs:{size:"mini"},on:{click:e.handleCancel}},[e._v(" "+e._s(e.t("datepicker.cancel"))+" ")])],1)])])};t.render=n;var r=[];t.staticRenderFns=r},"8a79":function(e,t,n){"use strict";var r=n("23e7"),i=n("e330"),o=n("06cf").f,a=n("50c4"),s=n("577e"),u=n("5a34"),c=n("1d80"),l=n("ab13"),d=n("c430"),f=i("".endsWith),h=i("".slice),p=Math.min,m=l("endsWith"),v=!d&&!m&&!!function(){var e=o(String.prototype,"endsWith");return e&&!e.writable}();r({target:"String",proto:!0,forced:!v&&!m},{endsWith:function(e){var t=s(c(this));u(e);var n=arguments.length>1?arguments[1]:void 0,r=t.length,i=void 0===n?r:p(a(n),r),o=s(e);return f?f(t,o,i):h(t,i-o.length,i)===o}})},"8aa5":function(e,t,n){"use strict";var r=n("6547").charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},"8aa7":function(e,t,n){var r=n("da84"),i=n("d039"),o=n("1c7e"),a=n("ebb5").NATIVE_ARRAY_BUFFER_VIEWS,s=r.ArrayBuffer,u=r.Int8Array;e.exports=!a||!i((function(){u(1)}))||!i((function(){new u(-1)}))||!o((function(e){new u,new u(null),new u(1.5),new u(e)}),!0)||i((function(){return 1!==new u(new s(2),1,void 0).length}))},"8abe":function(e,t,n){"use strict";n.r(t);var r=n("3e4a"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"8afb":function(e,t,n){"use strict";var r=n("98fd");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"8b11":function(e,t,n){"use strict";var r=n("2c98"),i=n("7610"),o=n("ef98"),a=n("f0d1"),s=n("0024");function u(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new s("canceled")}e.exports=function(e){u(e),e.headers=e.headers||{},e.data=i.call(e,e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||a.adapter;return t(e).then((function(t){return u(e),t.data=i.call(e,t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(u(e),t&&t.response&&(t.response.data=i.call(e,t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"8bd4":function(e,t,n){var r=n("d066"),i=n("d44e"),o="DOMException";i(r(o),o)},"8bf4":function(e,t,n){"use strict";var r=n("3a5f");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"8bfc":function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-time-off-staycation",use:"icon-time-off-staycation-usage",viewBox:"0 0 16 16",content:'\n \n \n \n \n \n \n \n'});a.a.add(s);t["default"]=s},"8c4f":function(e,t,n){"use strict";function r(e,t){for(var n in t)e[n]=t[n];return e}n.r(t),n.d(t,"NavigationFailureType",(function(){return Fe})),n.d(t,"RouterLink",(function(){return ie})),n.d(t,"RouterView",(function(){return k})),n.d(t,"START_LOCATION",(function(){return v})),n.d(t,"default",(function(){return Ct})),n.d(t,"isNavigationFailure",(function(){return We})),n.d(t,"version",(function(){return St}));var i=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},a=/%2C/g,s=function(e){return encodeURIComponent(e).replace(i,o).replace(a,",")};function u(e){try{return decodeURIComponent(e)}catch(t){0}return e}function c(e,t,n){void 0===t&&(t={});var r,i=n||d;try{r=i(e||"")}catch(s){r={}}for(var o in t){var a=t[o];r[o]=Array.isArray(a)?a.map(l):l(a)}return r}var l=function(e){return null==e||"object"===typeof e?e:String(e)};function d(e){var t={};return e=e.trim().replace(/^(\?|#|&)/,""),e?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),r=u(n.shift()),i=n.length>0?u(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t}function f(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return s(t);if(Array.isArray(n)){var r=[];return n.forEach((function(e){void 0!==e&&(null===e?r.push(s(t)):r.push(s(t)+"="+s(e)))})),r.join("&")}return s(t)+"="+s(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,r){var i=r&&r.options.stringifyQuery,o=t.query||{};try{o=m(o)}catch(s){}var a={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:o,params:t.params||{},fullPath:y(t,i),matched:e?g(e):[]};return n&&(a.redirectedFrom=y(n,i)),Object.freeze(a)}function m(e){if(Array.isArray(e))return e.map(m);if(e&&"object"===typeof e){var t={};for(var n in e)t[n]=m(e[n]);return t}return e}var v=p(null,{path:"/"});function g(e){var t=[];while(e)t.unshift(e),e=e.parent;return t}function y(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;void 0===i&&(i="");var o=t||f;return(n||"/")+o(r)+i}function b(e,t,n){return t===v?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&(n||e.hash===t.hash&&w(e.query,t.query)):!(!e.name||!t.name)&&(e.name===t.name&&(n||e.hash===t.hash&&w(e.query,t.query)&&w(e.params,t.params))))}function w(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e).sort(),r=Object.keys(t).sort();return n.length===r.length&&n.every((function(n,i){var o=e[n],a=r[i];if(a!==n)return!1;var s=t[n];return null==o||null==s?o===s:"object"===typeof o&&"object"===typeof s?w(o,s):String(o)===String(s)}))}function _(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&C(e.query,t.query)}function C(e,t){for(var n in t)if(!(n in e))return!1;return!0}function x(e){for(var t=0;t=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}function D(e){return e.replace(/\/(?:\s*\/)+/g,"/")}var M=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},A=G,N=F,P=z,L=$,I=K,R=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function F(e,t){var n,r=[],i=0,o=0,a="",s=t&&t.delimiter||"/";while(null!=(n=R.exec(e))){var u=n[0],c=n[1],l=n.index;if(a+=e.slice(o,l),o=l+u.length,c)a+=c[1];else{var d=e[o],f=n[2],h=n[3],p=n[4],m=n[5],v=n[6],g=n[7];a&&(r.push(a),a="");var y=null!=f&&null!=d&&d!==f,b="+"===v||"*"===v,w="?"===v||"*"===v,_=n[2]||s,C=p||m;r.push({name:h||i++,prefix:f||"",delimiter:_,optional:w,repeat:b,partial:y,asterisk:!!g,pattern:C?V(C):g?".*":"[^"+U(_)+"]+?"})}}return o1||!k.length)return 0===k.length?e():e("span",{},k)}if("a"===this.tag)x.on=C,x.attrs={href:u,"aria-current":y};else{var S=ae(this.$slots.default);if(S){S.isStatic=!1;var O=S.data=r({},S.data);for(var T in O.on=O.on||{},O.on){var E=O.on[T];T in C&&(O.on[T]=Array.isArray(E)?E:[E])}for(var D in C)D in O.on?O.on[D].push(C[D]):O.on[D]=w;var M=S.data.attrs=r({},S.data.attrs);M.href=u,M["aria-current"]=y}else x.on=C}return e(this.tag,x,this.$slots.default)}};function oe(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function ae(e){if(e)for(var t,n=0;n-1&&(s.params[d]=n.params[d]);return s.path=X(c.path,s.params,'named route "'+u+'"'),f(c,s,a)}if(s.path){s.params={};for(var h=0;h-1}function We(e,t){return qe(e)&&e._isRouter&&(null==t||e.type===t)}function Ze(e,t,n){var r=function(i){i>=e.length?n():e[i]?t(e[i],(function(){r(i+1)})):r(i+1)};r(0)}function Ye(e){return function(t,n,r){var i=!1,o=0,a=null;Ke(e,(function(e,t,n,s){if("function"===typeof e&&void 0===e.cid){i=!0,o++;var u,c=Qe((function(t){Xe(t)&&(t=t.default),e.resolved="function"===typeof t?t:ee.extend(t),n.components[s]=t,o--,o<=0&&r()})),l=Qe((function(e){var t="Failed to resolve async component "+s+": "+e;a||(a=qe(e)?e:new Error(t),r(a))}));try{u=e(c,l)}catch(f){l(f)}if(u)if("function"===typeof u.then)u.then(c,l);else{var d=u.component;d&&"function"===typeof d.then&&d.then(c,l)}}})),i||r()}}function Ke(e,t){return Ge(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Ge(e){return Array.prototype.concat.apply([],e)}var Je="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function Xe(e){return e.__esModule||Je&&"Module"===e[Symbol.toStringTag]}function Qe(e){var t=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var et=function(e,t){this.router=e,this.base=tt(t),this.current=v,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[],this.listeners=[]};function tt(e){if(!e)if(ue){var t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^https?:\/\/[^\/]+/,"")}else e="/";return"/"!==e.charAt(0)&&(e="/"+e),e.replace(/\/$/,"")}function nt(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n0)){var t=this.router,n=t.options.scrollBehavior,r=Le&&n;r&&this.listeners.push(Ce());var i=function(){var n=e.current,i=dt(e.base);e.current===v&&i===e._startLocation||e.transitionTo(i,(function(e){r&&xe(t,e,n,!0)}))};window.addEventListener("popstate",i),this.listeners.push((function(){window.removeEventListener("popstate",i)}))}},t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){Ie(D(r.base+e.fullPath)),xe(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){Re(D(r.base+e.fullPath)),xe(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(dt(this.base)!==this.current.fullPath){var t=D(this.base+this.current.fullPath);e?Ie(t):Re(t)}},t.prototype.getCurrentLocation=function(){return dt(this.base)},t}(et);function dt(e){var t=window.location.pathname,n=t.toLowerCase(),r=e.toLowerCase();return!e||n!==r&&0!==n.indexOf(D(r+"/"))||(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var ft=function(e){function t(t,n,r){e.call(this,t,n),r&&ht(this.base)||pt()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this;if(!(this.listeners.length>0)){var t=this.router,n=t.options.scrollBehavior,r=Le&&n;r&&this.listeners.push(Ce());var i=function(){var t=e.current;pt()&&e.transitionTo(mt(),(function(n){r&&xe(e.router,n,t,!0),Le||yt(n.fullPath)}))},o=Le?"popstate":"hashchange";window.addEventListener(o,i),this.listeners.push((function(){window.removeEventListener(o,i)}))}},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){gt(e.fullPath),xe(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){yt(e.fullPath),xe(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;mt()!==t&&(e?gt(t):yt(t))},t.prototype.getCurrentLocation=function(){return mt()},t}(et);function ht(e){var t=dt(e);if(!/^\/#/.test(t))return window.location.replace(D(e+"/#"+t)),!0}function pt(){var e=mt();return"/"===e.charAt(0)||(yt("/"+e),!1)}function mt(){var e=window.location.href,t=e.indexOf("#");return t<0?"":(e=e.slice(t+1),e)}function vt(e){var t=window.location.href,n=t.indexOf("#"),r=n>=0?t.slice(0,n):t;return r+"#"+e}function gt(e){Le?Ie(vt(e)):window.location.hash=e}function yt(e){Le?Re(vt(e)):window.location.replace(vt(e))}var bt=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){var e=t.current;t.index=n,t.updateRoute(r),t.router.afterHooks.forEach((function(t){t&&t(r,e)}))}),(function(e){We(e,Fe.duplicated)&&(t.index=n)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(et),wt=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=he(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!Le&&!1!==e.fallback,this.fallback&&(t="hash"),ue||(t="abstract"),this.mode=t,t){case"history":this.history=new lt(this,e.base);break;case"hash":this.history=new ft(this,e.base,this.fallback);break;case"abstract":this.history=new bt(this,e.base);break;default:0}},_t={currentRoute:{configurable:!0}};wt.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},_t.currentRoute.get=function(){return this.history&&this.history.current},wt.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null),t.app||t.history.teardown()})),!this.app){this.app=e;var n=this.history;if(n instanceof lt||n instanceof ft){var r=function(e){var r=n.current,i=t.options.scrollBehavior,o=Le&&i;o&&"fullPath"in e&&xe(t,e,r,!1)},i=function(e){n.setupListeners(),r(e)};n.transitionTo(n.getCurrentLocation(),i,i)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},wt.prototype.beforeEach=function(e){return xt(this.beforeHooks,e)},wt.prototype.beforeResolve=function(e){return xt(this.resolveHooks,e)},wt.prototype.afterEach=function(e){return xt(this.afterHooks,e)},wt.prototype.onReady=function(e,t){this.history.onReady(e,t)},wt.prototype.onError=function(e){this.history.onError(e)},wt.prototype.push=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.push(e,t,n)}));this.history.push(e,t,n)},wt.prototype.replace=function(e,t,n){var r=this;if(!t&&!n&&"undefined"!==typeof Promise)return new Promise((function(t,n){r.history.replace(e,t,n)}));this.history.replace(e,t,n)},wt.prototype.go=function(e){this.history.go(e)},wt.prototype.back=function(){this.go(-1)},wt.prototype.forward=function(){this.go(1)},wt.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},wt.prototype.resolve=function(e,t,n){t=t||this.history.current;var r=Q(e,t,n,this),i=this.match(r,t),o=i.redirectedFrom||i.fullPath,a=this.history.base,s=kt(a,o,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},wt.prototype.getRoutes=function(){return this.matcher.getRoutes()},wt.prototype.addRoute=function(e,t){this.matcher.addRoute(e,t),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},wt.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==v&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(wt.prototype,_t);var Ct=wt;function xt(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function kt(e,t,n){var r="hash"===n?"#"+t:t;return e?D(e+"/"+r):r}wt.install=se,wt.version="3.6.5",wt.isNavigationFailure=We,wt.NavigationFailureType=Fe,wt.START_LOCATION=v,ue&&window.Vue&&window.Vue.use(wt);var St="3.6.5"},"8cc1":function(e,t,n){"use strict";n("7fc1")},"8ccb":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("a9e3");var i=r(n("db2c")),o={name:"ColorList",props:{colors:Array,color:String,type:Number,styl:String,text:String,ariaText:String},mounted:function(){this.list=new i.default(this.$el)},methods:{ariaLabel:function(e){return this.ariaText+" "+e},handleChange:function(e,t){this.$emit("change",e,t)},confirmFocus:function(){this.list.confirmFocus()}}};t.default=o},"8ccf":function(e,t,n){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("159b");var r=n("e7c7"),i="is-keyboard-event",o={data:function(){return{x:-1,y:-1,focusCheckBox:null,activedescendant:null}},computed:{focusIndex:function(){return-1===this.x||-1===this.y?-1:this.y*this.columnCount+this.x},checkboxAllDisabled:function(){return this.checkboxes.every((function(e){return e.disabled}))}},mounted:function(){document.addEventListener("click",this.checkActiveElement)},beforeDestroy:function(){document.removeEventListener("click",this.checkActiveElement)},watch:{focusIndex:function(e){var t=this;this.focusCheckBox="number"===typeof e&&e>-1?this.checkboxes[e]||{}:null,this.checkboxes.forEach((function(e){t.focusCheckBox===e&&e.focus()}))}},methods:{onFocus:function(){var e=this;if(!this.useMouse()&&!this.checkboxAllDisabled){var t;if(-1===this.x&&-1===this.y){this.x=0,this.y=0,t=this.checkboxes[0];while(t.disabled){if((this.x+1)%this.columnCount===0){if(this.x=0,(this.y+1)*this.columnCount>=this.checkboxes.length)return;this.y++}else this.x++;t=this.checkboxes[this.x+this.y*this.columnCount]}this.activedescendant=t.itemId}setTimeout((function(){e.focusCheckBox?e.focusCheckBox.focus():t&&t.focus(),e.$el.tabIndex=-1}),20)}},onTab:function(){var e=this;setTimeout((function(){e.$el.tabIndex=0}),20)},checkActiveElement:function(){this.$el.contains(document.activeElement)||(this.$el.tabIndex=0)},useMouse:function(){return!(0,r.hasClass)(document.body,i)},navigateCheckbox:function(e){var t=this.x,n=this.y;if(0===this.checkboxes.length||this.checkboxAllDisabled)return!1;if("left"===e){if(this.x%this.columnCount===0)return!1;this.x--}else if("right"===e){if(this.focusIndex===this.checkboxes.length-1||(this.x+1)%this.columnCount===0)return!1;this.x++}else if("up"===e){if(0===this.y)return!1;this.y--}else if("down"===e){if((this.y+1)*this.columnCount+this.x>=this.checkboxes.length)return!1;this.y++}else"home"===e?(this.x=0,this.y=0):"end"===e&&(this.x=this.columnCount-1,this.y=this.splitItems.length-1);var r=this.checkboxes[this.focusIndex];return!!r&&(this.activedescendant=r.itemId,!r.isDisabled||(!!this.navigateCheckbox(e)||(this.x=t,this.y=n,!1)))},reset:function(){this.x=this.y=0,this.focusCheckBox=null}}};t.default=o},"8d26":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("1832"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"8d2c":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("f52d"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},"8d63":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("84df")),o={name:"ZmIcon",components:{buttonIcon:i.default},props:{name:{type:String,default:""},size:{type:String,default:"middle"}},data:function(){return{symbolName:""}},computed:{iconType:function(){return this.$listeners.click?"button-icon":this.$slots&&this.$slots.default?"svg"===this.$slots.default[0].tag?"slot-svg":"slot-path":"normal"}},watch:{name:function(e){this.$slots.default||this.getSVG(e)}},mounted:function(){this.$slots.default?this.name&&console.error("Zm-icon do not support to use slot and name to load svg at the same time!"):this.getSVG(this.name)},methods:{getSVG:function(e){this.symbolName="#".concat(e)},onClick:function(){this.$emit("click")}}};t.default=o},"8d8c":function(e,t,n){n("a29f"),n("0607"),n("949e"),n("247c"),n("29a4")},"8dd0":function(e,t,n){"use strict";var r=n("c1a3");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"8e0d":function(e,t,n){"use strict";t.__esModule=!0,t.pickerProps=t.DEFAULT_ITEM_HEIGHT=void 0;var r=44;t.DEFAULT_ITEM_HEIGHT=r;var i={title:String,loading:Boolean,readonly:Boolean,itemHeight:[Number,String],showToolbar:Boolean,cancelButtonText:String,confirmButtonText:String,allowHtml:{type:Boolean,default:!0},visibleItemCount:{type:[Number,String],default:6},swipeDuration:{type:[Number,String],default:1e3}};t.pickerProps=i},"8e26":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={name:"ButtonIcon",props:{size:{required:!0,type:String},name:{required:!0,type:String},ariaLabel:{required:!0,type:String}},methods:{onClick:function(){this.$emit("click")}}};t.default=n},"8e86":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.pubSub=void 0,t.updateThemeClass=l,n("4ec9"),n("d3b7"),n("3ca3"),n("ddb0"),n("a4d3"),n("e01a"),n("14d9"),n("159b"),n("c740"),n("a434");var i=r(n("d4ec")),o=r(n("bee2")),a=function(){function e(){(0,i.default)(this,e),this.topics=new Map}return(0,o.default)(e,[{key:"subscribe",value:function(e,t){var n=this;this.topics.has(e)||this.topics.set(e,[]);var r=Symbol();return this.topics.get(e).push({token:r,callback:t}),{unsubscribe:function(){return n.unsubscribe(e,r)}}}},{key:"publish",value:function(e,t){this.topics.has(e)&&this.topics.get(e).forEach((function(e){var n=e.callback;return n(t)}))}},{key:"unsubscribe",value:function(e,t){if(this.topics.has(e)){var n=this.topics.get(e),r=n.findIndex((function(e){return e.token===t}));-1!==r&&n.splice(r,1),0===n.length&&this.topics.delete(e)}}}]),e}(),s=new a;function u(e){localStorage.setItem("__ZUMO_theme",e)}function c(){localStorage.getItem("__ZUMO_theme")}function l(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"light";c()!==e&&(u(e),s.publish("themeChange",e),"dark"===e?document.body.classList.contains("zm-theme--dark")||document.body.classList.add("zm-theme--dark"):document.body.classList.contains("zm-theme--dark")&&document.body.classList.remove("zm-theme--dark"))}t.pubSub=s},"8ea1":function(e,t){var n="object"==typeof document&&document.all,r="undefined"==typeof n&&void 0!==n;e.exports={all:n,IS_HTMLDDA:r}},"8eb3":function(e,t,n){},"8f63":function(e,t,n){},"900f":function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.staticRenderFns=t.render=void 0;var n=function(){var e=this,t=e._self._c;return t("div",{staticClass:"zm-select-dropdown zm-popper",class:[{"is-multiple":e.$parent.multiple,"is-multi-remote":e.$parent.remote&&e.$parent.multiple},e.popperClass],style:{minWidth:e.minWidth,width:e.widthLimit?e.minWidth:"auto"}},[e._t("default")],2)};t.render=n;var r=[];t.staticRenderFns=r},9012:function(e,t,n){function r(e){return"[object String]"===Object.prototype.toString.call(e)}function i(e){return"[object Object]"===Object.prototype.toString.call(e)}function o(e){return e&&e.nodeType===Node.ELEMENT_NODE}Object.defineProperty(t,"__esModule",{value:!0}),t.isFunction=t.isDefined=void 0,t.isHtmlElement=o,t.isObject=i,t.isString=r,t.isUndefined=void 0,n("d3b7");var a=function(e){var t={};return e&&"[object Function]"===t.toString.call(e)};t.isFunction=a;var s=function(e){return void 0===e};t.isUndefined=s;var u=function(e){return void 0!==e&&null!==e};t.isDefined=u},"902d":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("99af"),n("fb6a"),n("c740"),n("14d9");var i=n("4608"),o=r(n("dc2b")),a={name:"calendarMonth",components:{CalendarDay:o.default},props:{selectedDate:{type:Date},monthMap:{type:Object},weekMap:{type:Object}},data:function(){return{date:null,currentDate:null,days:[],selectedDayDate:this.selectedDate}},methods:{handleChange:function(e){this.$emit("change",e)},updateSelectedDate:function(e){this.selectedDayDate=e},setDate:function(e,t){this.date=e,this.currentDate=t}},computed:{currentMonth:function(){var e=String(new Date(this.date)).split(" ");return"".concat(this.monthMap[e[1]]," ").concat(e[3])},dateTitle:function(){return(new Date(this.date)+"").slice(0,15)},displaysDays:function(){var e=this.currentDays,t=this.date,n=e.findIndex((function(e){return new Date(t).getTime()===new Date(e.date).getTime()})),r=Math.floor(n/7);return e.slice(7*r,7*(r+1))},totalDay:function(){var e=this.date;return(0,i.getMonthEndDay)(e.getFullYear(),e.getMonth()+1)},offset:function(){var e=this.date,t=e.getFullYear(),n=e.getMonth(),r=new Date(t,n,1);return(r.getDay()-1+7)%7},currentDays:function(){for(var e=new Date(this.date).getFullYear(),t=new Date(this.date).getMonth(),n=[],r=1;r<=this.totalDay;r++){var o=new Date(e,t,r),a=(0,i.getDayType)(o,this.currentDate),s={date:o,type:a,text:r};n.push(s)}return[].concat(n)}},created:function(){}};t.default=a},9034:function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-zumo-location",use:"icon-zumo-location-usage",viewBox:"0 0 16 16",content:''});a.a.add(s);t["default"]=s},"907a":function(e,t,n){"use strict";var r=n("ebb5"),i=n("07fa"),o=n("5926"),a=r.aTypedArray,s=r.exportTypedArrayMethod;s("at",(function(e){var t=a(this),n=i(t),r=o(e),s=r>=0?r:n+r;return s<0||s>=n?void 0:t[s]}))},"907f":function(e,t,n){"use strict";n.r(t);var r=n("a292"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"909f":function(e,t,n){"use strict";var r=n("7d7f");n.o(r,"render")&&n.d(t,"render",(function(){return r["render"]})),n.o(r,"staticRenderFns")&&n.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]}))},"90d8":function(e,t,n){var r=n("c65b"),i=n("1a2d"),o=n("3a9b"),a=n("ad6d"),s=RegExp.prototype;e.exports=function(e){var t=e.flags;return void 0!==t||"flags"in s||i(e,"flags")||!o(s,e)?t:r(a,e)}},"90e3":function(e,t,n){var r=n("e330"),i=0,o=Math.random(),a=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++i+o,36)}},"90e7":function(e,t,n){"use strict";n("1b53")},9112:function(e,t,n){var r=n("83ab"),i=n("9bf2"),o=n("5c6c");e.exports=r?function(e,t,n){return i.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},"911e":function(e,t,n){},9121:function(e,t,n){"use strict";n.r(t);var r=n("e017"),i=n.n(r),o=n("21a1"),a=n.n(o),s=new i.a({id:"icon-zumo-lock-locked",use:"icon-zumo-lock-locked-usage",viewBox:"0 0 16 16",content:''});a.a.add(s);t["default"]=s},9152:function(e,t){
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh */
t.read=function(e,t,n,r,i){var o,a,s=8*i-r-1,u=(1<>1,l=-7,d=n?i-1:0,f=n?-1:1,h=e[t+d];for(d+=f,o=h&(1<<-l)-1,h>>=-l,l+=s;l>0;o=256*o+e[t+d],d+=f,l-=8);for(a=o&(1<<-l)-1,o>>=-l,l+=r;l>0;a=256*a+e[t+d],d+=f,l-=8);if(0===o)o=1-c;else{if(o===u)return a?NaN:1/0*(h?-1:1);a+=Math.pow(2,r),o-=c}return(h?-1:1)*a*Math.pow(2,o-r)},t.write=function(e,t,n,r,i,o){var a,s,u,c=8*o-i-1,l=(1<>1,f=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:o-1,p=r?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,a=l):(a=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-a))<1&&(a--,u*=2),t+=a+d>=1?f/u:f*Math.pow(2,1-d),t*u>=2&&(a++,u/=2),a+d>=l?(s=0,a=l):a+d>=1?(s=(t*u-1)*Math.pow(2,i),a+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,i),a=0));i>=8;e[n+h]=255&s,h+=p,s/=256,i-=8);for(a=a<0;e[n+h]=255&a,h+=p,a/=256,c-=8);e[n+h-p]|=128*m}},"915b":function(e,t,n){},"918a":function(e,t,n){},9190:function(e,t,n){"use strict";n.r(t);var r=n("3a05"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);t["default"]=i.a},"925b":function(e,t,n){var r=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("b0c0");var i=r(n("ea52"));i.default.install=function(e){e.component(i.default.name,i.default)};var o=i.default;t.default=o},9263:function(e,t,n){"use strict";var r=n("c65b"),i=n("e330"),o=n("577e"),a=n("ad6d"),s=n("9f7f"),u=n("5692"),c=n("7c73"),l=n("69f3").get,d=n("fce3"),f=n("107c"),h=u("native-string-replace",String.prototype.replace),p=RegExp.prototype.exec,m=p,v=i("".charAt),g=i("".indexOf),y=i("".replace),b=i("".slice),w=function(){var e=/a/,t=/b*/g;return r(p,e,"a"),r(p,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),_=s.BROKEN_CARET,C=void 0!==/()??/.exec("")[1],x=w||C||_||d||f;x&&(m=function(e){var t,n,i,s,u,d,f,x=this,k=l(x),S=o(e),O=k.raw;if(O)return O.lastIndex=x.lastIndex,t=r(m,O,S),x.lastIndex=O.lastIndex,t;var T=k.groups,E=_&&x.sticky,D=r(a,x),M=x.source,A=0,N=S;if(E&&(D=y(D,"y",""),-1===g(D,"g")&&(D+="g"),N=b(S,x.lastIndex),x.lastIndex>0&&(!x.multiline||x.multiline&&"\n"!==v(S,x.lastIndex-1))&&(M="(?: "+M+")",N=" "+N,A++),n=new RegExp("^(?:"+M+")",D)),C&&(n=new RegExp("^"+M+"$(?!\\s)",D)),w&&(i=x.lastIndex),s=r(p,E?n:x,N),E?s?(s.input=b(s.input,A),s[0]=b(s[0],A),s.index=x.lastIndex,x.lastIndex+=s[0].length):x.lastIndex=0:w&&s&&(x.lastIndex=x.global?s.index+s[0].length:i),C&&s&&s.length>1&&r(h,s[0],n,(function(){for(u=1;u1)return e.map((function(e){return h(e)}));var n=e[0];if("string"!==typeof n.blotName&&"string"!==typeof n.attrName)throw new i("Invalid definition");if("abstract"===n.blotName)throw new i("Cannot register abstract class");if(c[n.blotName||n.attrName]=n,"string"===typeof n.keyName)a[n.keyName]=n;else if(null!=n.className&&(s[n.className]=n),null!=n.tagName){Array.isArray(n.tagName)?n.tagName=n.tagName.map((function(e){return e.toUpperCase()})):n.tagName=n.tagName.toUpperCase();var r=Array.isArray(n.tagName)?n.tagName:[n.tagName];r.forEach((function(e){null!=u[e]&&null!=n.className||(u[e]=n)}))}return n}t.DATA_KEY="__blot",function(e){e[e["TYPE"]=3]="TYPE",e[e["LEVEL"]=12]="LEVEL",e[e["ATTRIBUTE"]=13]="ATTRIBUTE",e[e["BLOT"]=14]="BLOT",e[e["INLINE"]=7]="INLINE",e[e["BLOCK"]=11]="BLOCK",e[e["BLOCK_BLOT"]=10]="BLOCK_BLOT",e[e["INLINE_BLOT"]=6]="INLINE_BLOT",e[e["BLOCK_ATTRIBUTE"]=9]="BLOCK_ATTRIBUTE",e[e["INLINE_ATTRIBUTE"]=5]="INLINE_ATTRIBUTE",e[e["ANY"]=15]="ANY"}(o=t.Scope||(t.Scope={})),t.create=l,t.find=d,t.query=f,t.register=h},function(e,t,n){var r=n(51),i=n(11),o=n(3),a=n(20),s=String.fromCharCode(0),u=function(e){Array.isArray(e)?this.ops=e:null!=e&&Array.isArray(e.ops)?this.ops=e.ops:this.ops=[]};u.prototype.insert=function(e,t){var n={};return 0===e.length?this:(n.insert=e,null!=t&&"object"===typeof t&&Object.keys(t).length>0&&(n.attributes=t),this.push(n))},u.prototype["delete"]=function(e){return e<=0?this:this.push({delete:e})},u.prototype.retain=function(e,t){if(e<=0)return this;var n={retain:e};return null!=t&&"object"===typeof t&&Object.keys(t).length>0&&(n.attributes=t),this.push(n)},u.prototype.push=function(e){var t=this.ops.length,n=this.ops[t-1];if(e=o(!0,{},e),"object"===typeof n){if("number"===typeof e["delete"]&&"number"===typeof n["delete"])return this.ops[t-1]={delete:n["delete"]+e["delete"]},this;if("number"===typeof n["delete"]&&null!=e.insert&&(t-=1,n=this.ops[t-1],"object"!==typeof n))return this.ops.unshift(e),this;if(i(e.attributes,n.attributes)){if("string"===typeof e.insert&&"string"===typeof n.insert)return this.ops[t-1]={insert:n.insert+e.insert},"object"===typeof e.attributes&&(this.ops[t-1].attributes=e.attributes),this;if("number"===typeof e.retain&&"number"===typeof n.retain)return this.ops[t-1]={retain:n.retain+e.retain},"object"===typeof e.attributes&&(this.ops[t-1].attributes=e.attributes),this}}return t===this.ops.length?this.ops.push(e):this.ops.splice(t,0,e),this},u.prototype.chop=function(){var e=this.ops[this.ops.length-1];return e&&e.retain&&!e.attributes&&this.ops.pop(),this},u.prototype.filter=function(e){return this.ops.filter(e)},u.prototype.forEach=function(e){this.ops.forEach(e)},u.prototype.map=function(e){return this.ops.map(e)},u.prototype.partition=function(e){var t=[],n=[];return this.forEach((function(r){var i=e(r)?t:n;i.push(r)})),[t,n]},u.prototype.reduce=function(e,t){return this.ops.reduce(e,t)},u.prototype.changeLength=function(){return this.reduce((function(e,t){return t.insert?e+a.length(t):t.delete?e-t.delete:e}),0)},u.prototype.length=function(){return this.reduce((function(e,t){return e+a.length(t)}),0)},u.prototype.slice=function(e,t){e=e||0,"number"!==typeof t&&(t=1/0);var n=[],r=a.iterator(this.ops),i=0;while(i0&&n.next(o.retain-s)}var c=new u(r);while(t.hasNext()||n.hasNext())if("insert"===n.peekType())c.push(n.next());else if("delete"===t.peekType())c.push(t.next());else{var l=Math.min(t.peekLength(),n.peekLength()),d=t.next(l),f=n.next(l);if("number"===typeof f.retain){var h={};"number"===typeof d.retain?h.retain=l:h.insert=d.insert;var p=a.attributes.compose(d.attributes,f.attributes,"number"===typeof d.retain);if(p&&(h.attributes=p),c.push(h),!n.hasNext()&&i(c.ops[c.ops.length-1],h)){var m=new u(t.rest());return c.concat(m).chop()}}else"number"===typeof f["delete"]&&"number"===typeof d.retain&&c.push(f)}return c.chop()},u.prototype.concat=function(e){var t=new u(this.ops.slice());return e.ops.length>0&&(t.push(e.ops[0]),t.ops=t.ops.concat(e.ops.slice(1))),t},u.prototype.diff=function(e,t){if(this.ops===e.ops)return new u;var n=[this,e].map((function(t){return t.map((function(n){if(null!=n.insert)return"string"===typeof n.insert?n.insert:s;var r=t===e?"on":"with";throw new Error("diff() called "+r+" non-document")})).join("")})),o=new u,c=r(n[0],n[1],t),l=a.iterator(this.ops),d=a.iterator(e.ops);return c.forEach((function(e){var t=e[1].length;while(t>0){var n=0;switch(e[0]){case r.INSERT:n=Math.min(d.peekLength(),t),o.push(d.next(n));break;case r.DELETE:n=Math.min(t,l.peekLength()),l.next(n),o["delete"](n);break;case r.EQUAL:n=Math.min(l.peekLength(),d.peekLength(),t);var s=l.next(n),u=d.next(n);i(s.insert,u.insert)?o.retain(n,a.attributes.diff(s.attributes,u.attributes)):o.push(u)["delete"](n);break}t-=n}})),o.chop()},u.prototype.eachLine=function(e,t){t=t||"\n";var n=a.iterator(this.ops),r=new u,i=0;while(n.hasNext()){if("insert"!==n.peekType())return;var o=n.peek(),s=a.length(o)-n.peekLength(),c="string"===typeof o.insert?o.insert.indexOf(t,s)-s:-1;if(c<0)r.push(n.next());else if(c>0)r.push(n.next(c));else{if(!1===e(r,n.next(1).attributes||{},i))return;i+=1,r=new u}}r.length()>0&&e(r,{},i)},u.prototype.transform=function(e,t){if(t=!!t,"number"===typeof e)return this.transformPosition(e,t);var n=a.iterator(this.ops),r=a.iterator(e.ops),i=new u;while(n.hasNext()||r.hasNext())if("insert"!==n.peekType()||!t&&"insert"===r.peekType())if("insert"===r.peekType())i.push(r.next());else{var o=Math.min(n.peekLength(),r.peekLength()),s=n.next(o),c=r.next(o);if(s["delete"])continue;c["delete"]?i.push(c):i.retain(o,a.attributes.transform(s.attributes,c.attributes,t))}else i.retain(a.length(n.next()));return i.chop()},u.prototype.transformPosition=function(e,t){t=!!t;var n=a.iterator(this.ops),r=0;while(n.hasNext()&&r<=e){var i=n.peekLength(),o=n.peekType();n.next(),"delete"!==o?("insert"===o&&(r0&&(e1&&void 0!==arguments[1]&&arguments[1];if(n&&(0===e||e>=this.length()-_)){var r=this.clone();return 0===e?(this.parent.insertBefore(r,this),this):(this.parent.insertBefore(r,this.next),r)}var o=i(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"split",this).call(this,e,n);return this.cache={},o}}]),t}(l.default.Block);function k(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return null==e?t:("function"===typeof e.formats&&(t=(0,a.default)(t,e.formats())),null==e.parent||"scroll"==e.parent.blotName||e.parent.statics.scope!==e.statics.scope?t:k(e.parent,t))}x.blotName="block",x.tagName="P",x.defaultChild="break",x.allowedChildren=[p.default,l.default.Embed,v.default],t.bubbleFormats=k,t.BlockEmbed=C,t.default=x},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.overload=t.expandConfig=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{};if(O(this,e),this.options=D(t,r),this.container=this.options.container,null==this.container)return T.error("Invalid Quill container",t);this.options.debug&&e.debug(this.options.debug);var i=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new d.default,this.scroll=m.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new c.default(this.scroll),this.selection=new g.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(d.default.events.EDITOR_CHANGE,(function(e){e===d.default.events.TEXT_CHANGE&&n.root.classList.toggle("ql-blank",n.editor.isBlank())})),this.emitter.on(d.default.events.SCROLL_UPDATE,(function(e,t){var r=n.selection.lastRange,i=r&&0===r.length?r.index:void 0;M.call(n,(function(){return n.editor.update(null,t,i)}),e)}));var o=this.clipboard.convert("");this.setContents(o),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return o(e,null,[{key:"debug",value:function(e){!0===e&&(e="log"),_.default.level(e)}},{key:"find",value:function(e){return e.__quill||m.default.find(e)}},{key:"import",value:function(e){return null==this.imports[e]&&T.error("Cannot import "+e+". Are you sure it was registered?"),this.imports[e]}},{key:"register",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if("string"!==typeof e){var i=e.attrName||e.blotName;"string"===typeof i?this.register("formats/"+i,e,t):Object.keys(e).forEach((function(r){n.register(r,e[r],t)}))}else null==this.imports[e]||r||T.warn("Overwriting "+e+" with",t),this.imports[e]=t,(e.startsWith("blots/")||e.startsWith("formats/"))&&"abstract"!==t.blotName?m.default.register(t):e.startsWith("modules")&&"function"===typeof t.register&&t.register()}}]),o(e,[{key:"addContainer",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if("string"===typeof e){var n=e;e=document.createElement("div"),e.classList.add(n)}return this.container.insertBefore(e,t),e}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(e,t,n){var r=this,o=A(e,t,n),a=i(o,4);return e=a[0],t=a[1],n=a[3],M.call(this,(function(){return r.editor.deleteText(e,t)}),n,e,-1*t)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.scroll.enable(e),this.container.classList.toggle("ql-disabled",!e)}},{key:"focus",value:function(){var e=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=e,this.scrollIntoView()}},{key:"format",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:d.default.sources.API;return M.call(this,(function(){var r=n.getSelection(!0),i=new s.default;if(null==r)return i;if(m.default.query(e,m.default.Scope.BLOCK))i=n.editor.formatLine(r.index,r.length,S({},e,t));else{if(0===r.length)return n.selection.format(e,t),i;i=n.editor.formatText(r.index,r.length,S({},e,t))}return n.setSelection(r,d.default.sources.SILENT),i}),r)}},{key:"formatLine",value:function(e,t,n,r,o){var a=this,s=void 0,u=A(e,t,n,r,o),c=i(u,4);return e=c[0],t=c[1],s=c[2],o=c[3],M.call(this,(function(){return a.editor.formatLine(e,t,s)}),o,e,0)}},{key:"formatText",value:function(e,t,n,r,o){var a=this,s=void 0,u=A(e,t,n,r,o),c=i(u,4);return e=c[0],t=c[1],s=c[2],o=c[3],M.call(this,(function(){return a.editor.formatText(e,t,s)}),o,e,0)}},{key:"getBounds",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=void 0;n="number"===typeof e?this.selection.getBounds(e,t):this.selection.getBounds(e.index,e.length);var r=this.container.getBoundingClientRect();return{bottom:n.bottom-r.top,height:n.height,left:n.left-r.left,right:n.right-r.left,top:n.top-r.top,width:n.width}}},{key:"getContents",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getLength()-e,n=A(e,t),r=i(n,2);return e=r[0],t=r[1],this.editor.getContents(e,t)}},{key:"getFormat",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.getSelection(!0),t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return"number"===typeof e?this.editor.getFormat(e,t):this.editor.getFormat(e.index,e.length)}},{key:"getIndex",value:function(e){return e.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(e){return this.scroll.leaf(e)}},{key:"getLine",value:function(e){return this.scroll.line(e)}},{key:"getLines",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.MAX_VALUE;return"number"!==typeof e?this.scroll.lines(e.index,e.length):this.scroll.lines(e,t)}},{key:"getModule",value:function(e){return this.theme.modules[e]}},{key:"getSelection",value:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];return e&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.getLength()-e,n=A(e,t),r=i(n,2);return e=r[0],t=r[1],this.editor.getText(e,t)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(t,n,r){var i=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e.sources.API;return M.call(this,(function(){return i.editor.insertEmbed(t,n,r)}),o,t)}},{key:"insertText",value:function(e,t,n,r,o){var a=this,s=void 0,u=A(e,0,n,r,o),c=i(u,4);return e=c[0],s=c[2],o=c[3],M.call(this,(function(){return a.editor.insertText(e,t,s)}),o,e,t.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(e,t,n){this.clipboard.dangerouslyPasteHTML(e,t,n)}},{key:"removeFormat",value:function(e,t,n){var r=this,o=A(e,t,n),a=i(o,4);return e=a[0],t=a[1],n=a[3],M.call(this,(function(){return r.editor.removeFormat(e,t)}),n,e)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d.default.sources.API;return M.call(this,(function(){e=new s.default(e);var n=t.getLength(),r=t.editor.deleteText(0,n),i=t.editor.applyDelta(e),o=i.ops[i.ops.length-1];null!=o&&"string"===typeof o.insert&&"\n"===o.insert[o.insert.length-1]&&(t.editor.deleteText(t.getLength()-1,1),i.delete(1));var a=r.compose(i);return a}),n)}},{key:"setSelection",value:function(t,n,r){if(null==t)this.selection.setRange(null,n||e.sources.API);else{var o=A(t,n,r),a=i(o,4);t=a[0],n=a[1],r=a[3],this.selection.setRange(new v.Range(t,n),r),r!==d.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d.default.sources.API,n=(new s.default).insert(e);return this.setContents(n,t)}},{key:"update",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:d.default.sources.USER,t=this.scroll.update(e);return this.selection.update(e),t}},{key:"updateContents",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d.default.sources.API;return M.call(this,(function(){return e=new s.default(e),t.editor.applyDelta(e,n)}),n,!0)}}]),e}();function D(e,t){if(t=(0,b.default)(!0,{container:e,modules:{clipboard:!0,keyboard:!0,history:!0}},t),t.theme&&t.theme!==E.DEFAULTS.theme){if(t.theme=E.import("themes/"+t.theme),null==t.theme)throw new Error("Invalid theme "+t.theme+". Did you register it?")}else t.theme=x.default;var n=(0,b.default)(!0,{},t.theme.DEFAULTS);[n,t].forEach((function(e){e.modules=e.modules||{},Object.keys(e.modules).forEach((function(t){!0===e.modules[t]&&(e.modules[t]={})}))}));var r=Object.keys(n.modules).concat(Object.keys(t.modules)),i=r.reduce((function(e,t){var n=E.import("modules/"+t);return null==n?T.error("Cannot load "+t+" module. Are you sure you registered it?"):e[t]=n.DEFAULTS||{},e}),{});return null!=t.modules&&t.modules.toolbar&&t.modules.toolbar.constructor!==Object&&(t.modules.toolbar={container:t.modules.toolbar}),t=(0,b.default)(!0,{},E.DEFAULTS,{modules:i},n,t),["bounds","container","scrollingContainer"].forEach((function(e){"string"===typeof t[e]&&(t[e]=document.querySelector(t[e]))})),t.modules=Object.keys(t.modules).reduce((function(e,n){return t.modules[n]&&(e[n]=t.modules[n]),e}),{}),t}function M(e,t,n,r){if(this.options.strict&&!this.isEnabled()&&t===d.default.sources.USER)return new s.default;var i=null==n?null:this.getSelection(),o=this.editor.delta,a=e();if(null!=i&&(!0===n&&(n=i.index),null==r?i=N(i,a,t):0!==r&&(i=N(i,n,r,t)),this.setSelection(i,d.default.sources.SILENT)),a.length()>0){var u,c,l=[d.default.events.TEXT_CHANGE,a,o,t];if((u=this.emitter).emit.apply(u,[d.default.events.EDITOR_CHANGE].concat(l)),t!==d.default.sources.SILENT)(c=this.emitter).emit.apply(c,l)}return a}function A(e,t,n,i,o){var a={};return"number"===typeof e.index&&"number"===typeof e.length?"number"!==typeof t?(o=i,i=n,n=t,t=e.length,e=e.index):(t=e.length,e=e.index):"number"!==typeof t&&(o=i,i=n,n=t,t=0),"object"===("undefined"===typeof n?"undefined":r(n))?(a=n,o=i):"string"===typeof n&&(null!=i?a[n]=i:o=n),o=o||d.default.sources.API,[e,t,a,o]}function N(e,t,n,r){if(null==e)return null;var o=void 0,a=void 0;if(t instanceof s.default){var u=[e.index,e.index+e.length].map((function(e){return t.transformPosition(e,r!==d.default.sources.USER)})),c=i(u,2);o=c[0],a=c[1]}else{var l=[e.index,e.index+e.length].map((function(e){return e=0?e+n:Math.max(t,e+n)})),f=i(l,2);o=f[0],a=f[1]}return new v.Range(o,a-o)}E.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},E.events=d.default.events,E.sources=d.default.sources,E.version="1.3.7",E.imports={delta:s.default,parchment:m.default,"core/module":h.default,"core/theme":x.default},t.expandConfig=D,t.overload=A,t.default=E},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n0){var n=this.parent.isolate(this.offset(),this.length());this.moveChildren(n),n.wrap(this)}}}],[{key:"compare",value:function(e,n){var r=t.order.indexOf(e),i=t.order.indexOf(n);return r>=0||i>=0?r-i:e===n?0:e1?t-1:0),r=1;r1&&void 0!==arguments[1]?arguments[1]:{};r(this,e),this.quill=t,this.options=n};i.DEFAULTS={},t.default=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=["error","warn","log","info"],i="warn";function o(e){if(r.indexOf(e)<=r.indexOf(i)){for(var t,n=arguments.length,o=Array(n>1?n-1:0),a=1;a0&&"number"!==typeof e[0]))}function c(e,t,n){var c,l;if(s(e)||s(t))return!1;if(e.prototype!==t.prototype)return!1;if(o(e))return!!o(t)&&(e=r.call(e),t=r.call(t),a(e,t,n));if(u(e)){if(!u(t))return!1;if(e.length!==t.length)return!1;for(c=0;c=0;c--)if(d[c]!=f[c])return!1;for(c=d.length-1;c>=0;c--)if(l=d[c],!a(e[l],t[l],n))return!1;return typeof e===typeof t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),i=function(){function e(e,t,n){void 0===n&&(n={}),this.attrName=e,this.keyName=t;var i=r.Scope.TYPE&r.Scope.ATTRIBUTE;null!=n.scope?this.scope=n.scope&r.Scope.LEVEL|i:this.scope=r.Scope.ATTRIBUTE,null!=n.whitelist&&(this.whitelist=n.whitelist)}return e.keys=function(e){return[].map.call(e.attributes,(function(e){return e.name}))},e.prototype.add=function(e,t){return!!this.canAdd(e,t)&&(e.setAttribute(this.keyName,t),!0)},e.prototype.canAdd=function(e,t){var n=r.query(e,r.Scope.BLOT&(this.scope|r.Scope.TYPE));return null!=n&&(null==this.whitelist||("string"===typeof t?this.whitelist.indexOf(t.replace(/["']/g,""))>-1:this.whitelist.indexOf(t)>-1))},e.prototype.remove=function(e){e.removeAttribute(this.keyName)},e.prototype.value=function(e){var t=e.getAttribute(this.keyName);return this.canAdd(e,t)&&t?t:""},e}();t.default=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.Code=void 0;var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function e(e,t){for(var n=0;n=e+n)){var a=this.newlineIndex(e,!0)+1,s=o-a+1,u=this.isolate(a,s),l=u.next;u.format(r,i),l instanceof t&&l.formatAt(0,e-a+n-s,r,i)}}}},{key:"insertAt",value:function(e,t,n){if(null==n){var i=this.descendant(m.default,e),o=r(i,2),a=o[0],s=o[1];a.insertAt(s,t)}}},{key:"length",value:function(){var e=this.domNode.textContent.length;return this.domNode.textContent.endsWith("\n")?e:e+1}},{key:"newlineIndex",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(t)return this.domNode.textContent.slice(0,e).lastIndexOf("\n");var n=this.domNode.textContent.slice(e).indexOf("\n");return n>-1?e+n:-1}},{key:"optimize",value:function(e){this.domNode.textContent.endsWith("\n")||this.appendChild(c.default.create("text","\n")),o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"optimize",this).call(this,e);var n=this.next;null!=n&&n.prev===this&&n.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===n.statics.formats(n.domNode)&&(n.optimize(e),n.moveChildren(this),n.remove())}},{key:"replace",value:function(e){o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"replace",this).call(this,e),[].slice.call(this.domNode.querySelectorAll("*")).forEach((function(e){var t=c.default.find(e);null==t?e.parentNode.removeChild(e):t instanceof c.default.Embed?t.remove():t.unwrap()}))}}],[{key:"create",value:function(e){var n=o(t.__proto__||Object.getPrototypeOf(t),"create",this).call(this,e);return n.setAttribute("spellcheck",!1),n}},{key:"formats",value:function(){return!0}}]),t}(d.default);_.blotName="code-block",_.tagName="PRE",_.TAB=" ",t.Code=w,t.default=_},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function e(e,t){for(var n=0;n=o&&!l.endsWith("\n")&&(n=!0),t.scroll.insertAt(e,l);var f=t.scroll.line(e),h=i(f,2),p=h[0],m=h[1],y=(0,S.default)({},(0,v.bubbleFormats)(p));if(p instanceof g.default){var b=p.descendant(d.default.Leaf,m),w=i(b,1),_=w[0];y=(0,S.default)(y,(0,v.bubbleFormats)(_))}u=c.default.attributes.diff(y,u)||{}}else if("object"===r(a.insert)){var C=Object.keys(a.insert)[0];if(null==C)return e;t.scroll.insertAt(e,C,a.insert[C])}o+=s}return Object.keys(u).forEach((function(n){t.scroll.formatAt(e,s,n,u[n])})),e+s}),0),e.reduce((function(e,n){return"number"===typeof n.delete?(t.scroll.deleteAt(e,n.delete),e):e+(n.retain||n.insert.length||1)}),0),this.scroll.batchEnd(),this.update(e)}},{key:"deleteText",value:function(e,t){return this.scroll.deleteAt(e,t),this.update((new s.default).retain(e).delete(t))}},{key:"formatLine",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.scroll.update(),Object.keys(r).forEach((function(i){if(null==n.scroll.whitelist||n.scroll.whitelist[i]){var o=n.scroll.lines(e,Math.max(t,1)),a=t;o.forEach((function(t){var o=t.length();if(t instanceof h.default){var s=e-t.offset(n.scroll),u=t.newlineIndex(s+a)-s+1;t.formatAt(s,u,i,r[i])}else t.format(i,r[i]);a-=o}))}})),this.scroll.optimize(),this.update((new s.default).retain(e).retain(t,(0,_.default)(r)))}},{key:"formatText",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Object.keys(r).forEach((function(i){n.scroll.formatAt(e,t,i,r[i])})),this.update((new s.default).retain(e).retain(t,(0,_.default)(r)))}},{key:"getContents",value:function(e,t){return this.delta.slice(e,e+t)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce((function(e,t){return e.concat(t.delta())}),new s.default)}},{key:"getFormat",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=[],r=[];0===t?this.scroll.path(e).forEach((function(e){var t=i(e,1),o=t[0];o instanceof g.default?n.push(o):o instanceof d.default.Leaf&&r.push(o)})):(n=this.scroll.lines(e,t),r=this.scroll.descendants(d.default.Leaf,e,t));var o=[n,r].map((function(e){if(0===e.length)return{};var t=(0,v.bubbleFormats)(e.shift());while(Object.keys(t).length>0){var n=e.shift();if(null==n)return t;t=A((0,v.bubbleFormats)(n),t)}return t}));return S.default.apply(S.default,o)}},{key:"getText",value:function(e,t){return this.getContents(e,t).filter((function(e){return"string"===typeof e.insert})).map((function(e){return e.insert})).join("")}},{key:"insertEmbed",value:function(e,t,n){return this.scroll.insertAt(e,t,n),this.update((new s.default).retain(e).insert(T({},t,n)))}},{key:"insertText",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return t=t.replace(/\r\n/g,"\n").replace(/\r/g,"\n"),this.scroll.insertAt(e,t),Object.keys(r).forEach((function(i){n.scroll.formatAt(e,t.length,i,r[i])})),this.update((new s.default).retain(e).insert(t,(0,_.default)(r)))}},{key:"isBlank",value:function(){if(0==this.scroll.children.length)return!0;if(this.scroll.children.length>1)return!1;var e=this.scroll.children.head;return e.statics.blotName===g.default.blotName&&(!(e.children.length>1)&&e.children.head instanceof b.default)}},{key:"removeFormat",value:function(e,t){var n=this.getText(e,t),r=this.scroll.line(e+t),o=i(r,2),a=o[0],u=o[1],c=0,l=new s.default;null!=a&&(c=a instanceof h.default?a.newlineIndex(u)-u+1:a.length()-u,l=a.delta().slice(u,u+c-1).insert("\n"));var d=this.getContents(e,t+c),f=d.diff((new s.default).insert(n).concat(l)),p=(new s.default).retain(e).concat(f);return this.applyDelta(p)}},{key:"update",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:void 0,r=this.delta;if(1===t.length&&"characterData"===t[0].type&&t[0].target.data.match(D)&&d.default.find(t[0].target)){var i=d.default.find(t[0].target),o=(0,v.bubbleFormats)(i),a=i.offset(this.scroll),u=t[0].oldValue.replace(m.default.CONTENTS,""),c=(new s.default).insert(u),l=(new s.default).insert(i.value()),f=(new s.default).retain(a).concat(c.diff(l,n));e=f.reduce((function(e,t){return t.insert?e.insert(t.insert,o):e.push(t)}),new s.default),this.delta=r.compose(e)}else this.delta=this.getDelta(),e&&(0,x.default)(r.compose(e),this.delta)||(e=r.diff(this.delta,n));return e}}]),e}();function A(e,t){return Object.keys(t).reduce((function(n,r){return null==e[r]||(t[r]===e[r]?n[r]=t[r]:Array.isArray(t[r])?t[r].indexOf(e[r])<0&&(n[r]=t[r].concat([e[r]])):n[r]=[t[r],e[r]]),n}),{})}function N(e){return e.reduce((function(e,t){if(1===t.insert){var n=(0,_.default)(t.attributes);return delete n["image"],e.insert({image:t.attributes.image},n)}if(null==t.attributes||!0!==t.attributes.list&&!0!==t.attributes.bullet||(t=(0,_.default)(t),t.attributes.list?t.attributes.list="ordered":(t.attributes.list="bullet",delete t.attributes.bullet)),"string"===typeof t.insert){var r=t.insert.replace(/\r\n/g,"\n").replace(/\r/g,"\n");return e.insert(r,t.attributes)}return e.push(t)}),new s.default)}t.default=M},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.Range=void 0;var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:0;g(this,e),this.index=t,this.length=n},w=function(){function e(t,n){var r=this;g(this,e),this.emitter=n,this.scroll=t,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=a.default.create("cursor",this),this.lastRange=this.savedRange=new b(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,(function(){r.mouseDown||setTimeout(r.update.bind(r,f.default.sources.USER),1)})),this.emitter.on(f.default.events.EDITOR_CHANGE,(function(e,t){e===f.default.events.TEXT_CHANGE&&t.length()>0&&r.update(f.default.sources.SILENT)})),this.emitter.on(f.default.events.SCROLL_BEFORE_UPDATE,(function(){if(r.hasFocus()){var e=r.getNativeRange();null!=e&&e.start.node!==r.cursor.textNode&&r.emitter.once(f.default.events.SCROLL_UPDATE,(function(){try{r.setNativeRange(e.start.node,e.start.offset,e.end.node,e.end.offset)}catch(t){}}))}})),this.emitter.on(f.default.events.SCROLL_OPTIMIZE,(function(e,t){if(t.range){var n=t.range,i=n.startNode,o=n.startOffset,a=n.endNode,s=n.endOffset;r.setNativeRange(i,o,a,s)}})),this.update(f.default.sources.SILENT)}return i(e,[{key:"handleComposition",value:function(){var e=this;this.root.addEventListener("compositionstart",(function(){e.composing=!0})),this.root.addEventListener("compositionend",(function(){if(e.composing=!1,e.cursor.parent){var t=e.cursor.restore();if(!t)return;setTimeout((function(){e.setNativeRange(t.startNode,t.startOffset,t.endNode,t.endOffset)}),1)}}))}},{key:"handleDragging",value:function(){var e=this;this.emitter.listenDOM("mousedown",document.body,(function(){e.mouseDown=!0})),this.emitter.listenDOM("mouseup",document.body,(function(){e.mouseDown=!1,e.update(f.default.sources.USER)}))}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(e,t){if(null==this.scroll.whitelist||this.scroll.whitelist[e]){this.scroll.update();var n=this.getNativeRange();if(null!=n&&n.native.collapsed&&!a.default.query(e,a.default.Scope.BLOCK)){if(n.start.node!==this.cursor.textNode){var r=a.default.find(n.start.node,!1);if(null==r)return;if(r instanceof a.default.Leaf){var i=r.split(n.start.offset);r.parent.insertBefore(this.cursor,i)}else r.insertBefore(this.cursor,n.start.node);this.cursor.attach()}this.cursor.format(e,t),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=this.scroll.length();e=Math.min(e,n-1),t=Math.min(e+t,n-1)-e;var i=void 0,o=this.scroll.leaf(e),a=r(o,2),s=a[0],u=a[1];if(null==s)return null;var c=s.position(u,!0),l=r(c,2);i=l[0],u=l[1];var d=document.createRange();if(t>0){d.setStart(i,u);var f=this.scroll.leaf(e+t),h=r(f,2);if(s=h[0],u=h[1],null==s)return null;var p=s.position(u,!0),m=r(p,2);return i=m[0],u=m[1],d.setEnd(i,u),d.getBoundingClientRect()}var v="left",g=void 0;return i instanceof Text?(u0&&(v="right")),{bottom:g.top+g.height,height:g.height,left:g[v],right:g[v],top:g.top,width:0}}},{key:"getNativeRange",value:function(){var e=document.getSelection();if(null==e||e.rangeCount<=0)return null;var t=e.getRangeAt(0);if(null==t)return null;var n=this.normalizeNative(t);return y.info("getNativeRange",n),n}},{key:"getRange",value:function(){var e=this.getNativeRange();if(null==e)return[null,null];var t=this.normalizedToRange(e);return[t,e]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(e){var t=this,n=[[e.start.node,e.start.offset]];e.native.collapsed||n.push([e.end.node,e.end.offset]);var i=n.map((function(e){var n=r(e,2),i=n[0],o=n[1],s=a.default.find(i,!0),u=s.offset(t.scroll);return 0===o?u:s instanceof a.default.Container?u+s.length():u+s.index(i,o)})),o=Math.min(Math.max.apply(Math,v(i)),this.scroll.length()-1),s=Math.min.apply(Math,[o].concat(v(i)));return new b(s,o-s)}},{key:"normalizeNative",value:function(e){if(!_(this.root,e.startContainer)||!e.collapsed&&!_(this.root,e.endContainer))return null;var t={start:{node:e.startContainer,offset:e.startOffset},end:{node:e.endContainer,offset:e.endOffset},native:e};return[t.start,t.end].forEach((function(e){var t=e.node,n=e.offset;while(!(t instanceof Text)&&t.childNodes.length>0)if(t.childNodes.length>n)t=t.childNodes[n],n=0;else{if(t.childNodes.length!==n)break;t=t.lastChild,n=t instanceof Text?t.data.length:t.childNodes.length+1}e.node=t,e.offset=n})),t}},{key:"rangeToNative",value:function(e){var t=this,n=e.collapsed?[e.index]:[e.index,e.index+e.length],i=[],o=this.scroll.length();return n.forEach((function(e,n){e=Math.min(o-1,e);var a=void 0,s=t.scroll.leaf(e),u=r(s,2),c=u[0],l=u[1],d=c.position(l,0!==n),f=r(d,2);a=f[0],l=f[1],i.push(a,l)})),i.length<2&&(i=i.concat(i)),i}},{key:"scrollIntoView",value:function(e){var t=this.lastRange;if(null!=t){var n=this.getBounds(t.index,t.length);if(null!=n){var i=this.scroll.length()-1,o=this.scroll.line(Math.min(t.index,i)),a=r(o,1),s=a[0],u=s;if(t.length>0){var c=this.scroll.line(Math.min(t.index+t.length,i)),l=r(c,1);u=l[0]}if(null!=s&&null!=u){var d=e.getBoundingClientRect();n.topd.bottom&&(e.scrollTop+=n.bottom-d.bottom)}}}}},{key:"setNativeRange",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:e,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:t,i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(y.info("setNativeRange",e,t,n,r),null==e||null!=this.root.parentNode&&null!=e.parentNode&&null!=n.parentNode){var o=document.getSelection();if(null!=o)if(null!=e){this.hasFocus()||this.root.focus();var a=(this.getNativeRange()||{}).native;if(null==a||i||e!==a.startContainer||t!==a.startOffset||n!==a.endContainer||r!==a.endOffset){"BR"==e.tagName&&(t=[].indexOf.call(e.parentNode.childNodes,e),e=e.parentNode),"BR"==n.tagName&&(r=[].indexOf.call(n.parentNode.childNodes,n),n=n.parentNode);var s=document.createRange();s.setStart(e,t),s.setEnd(n,r),o.removeAllRanges(),o.addRange(s)}}else o.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:f.default.sources.API;if("string"===typeof t&&(n=t,t=!1),y.info("setRange",e),null!=e){var r=this.rangeToNative(e);this.setNativeRange.apply(this,v(r).concat([t]))}else this.setNativeRange(null);this.update(n)}},{key:"update",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:f.default.sources.USER,t=this.lastRange,n=this.getRange(),i=r(n,2),o=i[0],a=i[1];if(this.lastRange=o,null!=this.lastRange&&(this.savedRange=this.lastRange),!(0,l.default)(t,this.lastRange)){var s;!this.composing&&null!=a&&a.native.collapsed&&a.start.node!==this.cursor.textNode&&this.cursor.restore();var c,d=[f.default.events.SELECTION_CHANGE,(0,u.default)(this.lastRange),(0,u.default)(t),e];if((s=this.emitter).emit.apply(s,[f.default.events.EDITOR_CHANGE].concat(d)),e!==f.default.sources.SILENT)(c=this.emitter).emit.apply(c,d)}}}]),e}();function _(e,t){try{t.parentNode}catch(n){return!1}return t instanceof Text&&(t=t.parentNode),e.contains(t)}t.Range=b,t.default=w},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n0&&(n+=1),[this.parent.domNode,n]},t.prototype.value=function(){var e;return e={},e[this.statics.blotName]=this.statics.value(this.domNode)||!0,e},t.scope=o.Scope.INLINE_BLOT,t}(i.default);t.default=a},function(e,t,n){var r=n(11),i=n(3),o={attributes:{compose:function(e,t,n){"object"!==typeof e&&(e={}),"object"!==typeof t&&(t={});var r=i(!0,{},t);for(var o in n||(r=Object.keys(r).reduce((function(e,t){return null!=r[t]&&(e[t]=r[t]),e}),{})),e)void 0!==e[o]&&void 0===t[o]&&(r[o]=e[o]);return Object.keys(r).length>0?r:void 0},diff:function(e,t){"object"!==typeof e&&(e={}),"object"!==typeof t&&(t={});var n=Object.keys(e).concat(Object.keys(t)).reduce((function(n,i){return r(e[i],t[i])||(n[i]=void 0===t[i]?null:t[i]),n}),{});return Object.keys(n).length>0?n:void 0},transform:function(e,t,n){if("object"!==typeof e)return t;if("object"===typeof t){if(!n)return t;var r=Object.keys(t).reduce((function(n,r){return void 0===e[r]&&(n[r]=t[r]),n}),{});return Object.keys(r).length>0?r:void 0}}},iterator:function(e){return new a(e)},length:function(e){return"number"===typeof e["delete"]?e["delete"]:"number"===typeof e.retain?e.retain:"string"===typeof e.insert?e.insert.length:1}};function a(e){this.ops=e,this.index=0,this.offset=0}a.prototype.hasNext=function(){return this.peekLength()<1/0},a.prototype.next=function(e){e||(e=1/0);var t=this.ops[this.index];if(t){var n=this.offset,r=o.length(t);if(e>=r-n?(e=r-n,this.index+=1,this.offset=0):this.offset+=e,"number"===typeof t["delete"])return{delete:e};var i={};return t.attributes&&(i.attributes=t.attributes),"number"===typeof t.retain?i.retain=e:"string"===typeof t.insert?i.insert=t.insert.substr(n,e):i.insert=t.insert,i}return{retain:1/0}},a.prototype.peek=function(){return this.ops[this.index]},a.prototype.peekLength=function(){return this.ops[this.index]?o.length(this.ops[this.index])-this.offset:1/0},a.prototype.peekType=function(){return this.ops[this.index]?"number"===typeof this.ops[this.index]["delete"]?"delete":"number"===typeof this.ops[this.index].retain?"retain":"insert":"retain"},a.prototype.rest=function(){if(this.hasNext()){if(0===this.offset)return this.ops.slice(this.index);var e=this.offset,t=this.index,n=this.next(),r=this.ops.slice(this.index);return this.offset=e,this.index=t,[n].concat(r)}return[]},e.exports=o},function(e,n){var r=function(){"use strict";function e(e,t){return null!=t&&e instanceof t}var n,r,i;try{n=Map}catch(d){n=function(){}}try{r=Set}catch(d){r=function(){}}try{i=Promise}catch(d){i=function(){}}function o(a,s,u,c,d){"object"===typeof s&&(u=s.depth,c=s.prototype,d=s.includeNonEnumerable,s=s.circular);var f=[],h=[],p="undefined"!=typeof t;function m(a,u){if(null===a)return null;if(0===u)return a;var v,g;if("object"!=typeof a)return a;if(e(a,n))v=new n;else if(e(a,r))v=new r;else if(e(a,i))v=new i((function(e,t){a.then((function(t){e(m(t,u-1))}),(function(e){t(m(e,u-1))}))}));else if(o.__isArray(a))v=[];else if(o.__isRegExp(a))v=new RegExp(a.source,l(a)),a.lastIndex&&(v.lastIndex=a.lastIndex);else if(o.__isDate(a))v=new Date(a.getTime());else{if(p&&t.isBuffer(a))return v=t.allocUnsafe?t.allocUnsafe(a.length):new t(a.length),a.copy(v),v;e(a,Error)?v=Object.create(a):"undefined"==typeof c?(g=Object.getPrototypeOf(a),v=Object.create(g)):(v=Object.create(c),g=c)}if(s){var y=f.indexOf(a);if(-1!=y)return h[y];f.push(a),h.push(v)}for(var b in e(a,n)&&a.forEach((function(e,t){var n=m(t,u-1),r=m(e,u-1);v.set(n,r)})),e(a,r)&&a.forEach((function(e){var t=m(e,u-1);v.add(t)})),a){var w;g&&(w=Object.getOwnPropertyDescriptor(g,b)),w&&null==w.set||(v[b]=m(a[b],u-1))}if(Object.getOwnPropertySymbols){var _=Object.getOwnPropertySymbols(a);for(b=0;b<_.length;b++){var C=_[b],x=Object.getOwnPropertyDescriptor(a,C);(!x||x.enumerable||d)&&(v[C]=m(a[C],u-1),x.enumerable||Object.defineProperty(v,C,{enumerable:!1}))}}if(d){var k=Object.getOwnPropertyNames(a);for(b=0;b0){if(s instanceof l.BlockEmbed||f instanceof l.BlockEmbed)return void this.optimize();if(s instanceof m.default){var p=s.newlineIndex(s.length(),!0);if(p>-1&&(s=s.split(p+1),s===f))return void this.optimize()}else if(f instanceof m.default){var v=f.newlineIndex(0);v>-1&&f.split(v+1)}var g=f.children.head instanceof h.default?null:f.children.head;s.moveChildren(f,g),s.remove()}this.optimize()}},{key:"enable",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];this.domNode.setAttribute("contenteditable",e)}},{key:"formatAt",value:function(e,n,r,i){(null==this.whitelist||this.whitelist[r])&&(o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"formatAt",this).call(this,e,n,r,i),this.optimize())}},{key:"insertAt",value:function(e,n,r){if(null==r||null==this.whitelist||this.whitelist[n]){if(e>=this.length())if(null==r||null==s.default.query(n,s.default.Scope.BLOCK)){var i=s.default.create(this.statics.defaultChild);this.appendChild(i),null==r&&n.endsWith("\n")&&(n=n.slice(0,-1)),i.insertAt(0,n,r)}else{var a=s.default.create(n,r);this.appendChild(a)}else o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"insertAt",this).call(this,e,n,r);this.optimize()}}},{key:"insertBefore",value:function(e,n){if(e.statics.scope===s.default.Scope.INLINE_BLOT){var r=s.default.create(this.statics.defaultChild);r.appendChild(e),e=r}o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"insertBefore",this).call(this,e,n)}},{key:"leaf",value:function(e){return this.path(e).pop()||[null,-1]}},{key:"line",value:function(e){return e===this.length()?this.line(e-1):this.descendant(C,e)}},{key:"lines",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Number.MAX_VALUE,n=function e(t,n,r){var i=[],o=r;return t.children.forEachAt(n,r,(function(t,n,r){C(t)?i.push(t):t instanceof s.default.Container&&(i=i.concat(e(t,n,o))),o-=r})),i};return n(this,e,t)}},{key:"optimize",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};!0!==this.batch&&(o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"optimize",this).call(this,e,n),e.length>0&&this.emitter.emit(c.default.events.SCROLL_OPTIMIZE,e,n))}},{key:"path",value:function(e){return o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"path",this).call(this,e).slice(1)}},{key:"update",value:function(e){if(!0!==this.batch){var n=c.default.sources.USER;"string"===typeof e&&(n=e),Array.isArray(e)||(e=this.observer.takeRecords()),e.length>0&&this.emitter.emit(c.default.events.SCROLL_BEFORE_UPDATE,n,e),o(t.prototype.__proto__||Object.getPrototypeOf(t.prototype),"update",this).call(this,e.concat([])),e.length>0&&this.emitter.emit(c.default.events.SCROLL_UPDATE,n,e)}}}]),t}(s.default.Scroll);x.blotName="scroll",x.className="ql-editor",x.tagName="DIV",x.defaultChild="block",x.allowedChildren=[d.default,l.BlockEmbed,g.default],t.default=x},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SHORTKEY=t.default=void 0;var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=j(e);if(null==r||null==r.key)return D.warn("Attempted to add invalid keyboard binding",r);"function"===typeof t&&(t={handler:t}),"function"===typeof n&&(n={handler:n}),r=(0,d.default)(r,t,n),this.bindings[r.key]=this.bindings[r.key]||[],this.bindings[r.key].push(r)}},{key:"listen",value:function(){var e=this;this.quill.root.addEventListener("keydown",(function(n){if(!n.defaultPrevented){var o=n.which||n.keyCode,a=(e.bindings[o]||[]).filter((function(e){return t.match(n,e)}));if(0!==a.length){var s=e.quill.getSelection();if(null!=s&&e.quill.hasFocus()){var u=e.quill.getLine(s.index),l=i(u,2),d=l[0],f=l[1],h=e.quill.getLeaf(s.index),p=i(h,2),m=p[0],v=p[1],y=0===s.length?[m,v]:e.quill.getLeaf(s.index+s.length),b=i(y,2),w=b[0],_=b[1],C=m instanceof g.default.Text?m.value().slice(0,v):"",x=w instanceof g.default.Text?w.value().slice(_):"",k={collapsed:0===s.length,empty:0===s.length&&d.length()<=1,format:e.quill.getFormat(s),offset:f,prefix:C,suffix:x},S=a.some((function(t){if(null!=t.collapsed&&t.collapsed!==k.collapsed)return!1;if(null!=t.empty&&t.empty!==k.empty)return!1;if(null!=t.offset&&t.offset!==k.offset)return!1;if(Array.isArray(t.format)){if(t.format.every((function(e){return null==k.format[e]})))return!1}else if("object"===r(t.format)&&!Object.keys(t.format).every((function(e){return!0===t.format[e]?null!=k.format[e]:!1===t.format[e]?null==k.format[e]:(0,c.default)(t.format[e],k.format[e])})))return!1;return!(null!=t.prefix&&!t.prefix.test(k.prefix))&&(!(null!=t.suffix&&!t.suffix.test(k.suffix))&&!0!==t.handler.call(e,s,k))}));S&&n.preventDefault()}}}}))}}]),t}(x.default);function N(e,t){var n,r=e===A.keys.LEFT?"prefix":"suffix";return n={key:e,shiftKey:t,altKey:null},S(n,r,/^$/),S(n,"handler",(function(n){var r=n.index;e===A.keys.RIGHT&&(r+=n.length+1);var o=this.quill.getLeaf(r),a=i(o,1),s=a[0];return!(s instanceof g.default.Embed)||(e===A.keys.LEFT?t?this.quill.setSelection(n.index-1,n.length+1,b.default.sources.USER):this.quill.setSelection(n.index-1,b.default.sources.USER):t?this.quill.setSelection(n.index,n.length+1,b.default.sources.USER):this.quill.setSelection(n.index+n.length+1,b.default.sources.USER),!1)})),n}function P(e,t){if(!(0===e.index||this.quill.getLength()<=1)){var n=this.quill.getLine(e.index),r=i(n,1),o=r[0],a={};if(0===t.offset){var s=this.quill.getLine(e.index-1),u=i(s,1),c=u[0];if(null!=c&&c.length()>1){var l=o.formats(),d=this.quill.getFormat(e.index-1,1);a=m.default.attributes.diff(l,d)||{}}}var f=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(t.prefix)?2:1;this.quill.deleteText(e.index-f,f,b.default.sources.USER),Object.keys(a).length>0&&this.quill.formatLine(e.index-f,f,a,b.default.sources.USER),this.quill.focus()}}function L(e,t){var n=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(t.suffix)?2:1;if(!(e.index>=this.quill.getLength()-n)){var r={},o=0,a=this.quill.getLine(e.index),s=i(a,1),u=s[0];if(t.offset>=u.length()-1){var c=this.quill.getLine(e.index+1),l=i(c,1),d=l[0];if(d){var f=u.formats(),h=this.quill.getFormat(e.index,1);r=m.default.attributes.diff(f,h)||{},o=d.length()}}this.quill.deleteText(e.index,n,b.default.sources.USER),Object.keys(r).length>0&&this.quill.formatLine(e.index+o-1,n,r,b.default.sources.USER)}}function I(e){var t=this.quill.getLines(e),n={};if(t.length>1){var r=t[0].formats(),i=t[t.length-1].formats();n=m.default.attributes.diff(i,r)||{}}this.quill.deleteText(e,b.default.sources.USER),Object.keys(n).length>0&&this.quill.formatLine(e.index,1,n,b.default.sources.USER),this.quill.setSelection(e.index,b.default.sources.SILENT),this.quill.focus()}function R(e,t){var n=this;e.length>0&&this.quill.scroll.deleteAt(e.index,e.length);var r=Object.keys(t.format).reduce((function(e,n){return g.default.query(n,g.default.Scope.BLOCK)&&!Array.isArray(t.format[n])&&(e[n]=t.format[n]),e}),{});this.quill.insertText(e.index,"\n",r,b.default.sources.USER),this.quill.setSelection(e.index+1,b.default.sources.SILENT),this.quill.focus(),Object.keys(t.format).forEach((function(e){null==r[e]&&(Array.isArray(t.format[e])||"link"!==e&&n.quill.format(e,t.format[e],b.default.sources.USER))}))}function F(e){return{key:A.keys.TAB,shiftKey:!e,format:{"code-block":!0},handler:function(t){var n=g.default.query("code-block"),r=t.index,o=t.length,a=this.quill.scroll.descendant(n,r),s=i(a,2),u=s[0],c=s[1];if(null!=u){var l=this.quill.getIndex(u),d=u.newlineIndex(c,!0)+1,f=u.newlineIndex(l+c+o),h=u.domNode.textContent.slice(d,f).split("\n");c=0,h.forEach((function(t,i){e?(u.insertAt(d+c,n.TAB),c+=n.TAB.length,0===i?r+=n.TAB.length:o+=n.TAB.length):t.startsWith(n.TAB)&&(u.deleteAt(d+c,n.TAB.length),c-=n.TAB.length,0===i?r-=n.TAB.length:o-=n.TAB.length),c+=t.length+1})),this.quill.update(b.default.sources.USER),this.quill.setSelection(r,o,b.default.sources.SILENT)}}}}function z(e){return{key:e[0].toUpperCase(),shortKey:!0,handler:function(t,n){this.quill.format(e,!n.format[e],b.default.sources.USER)}}}function j(e){if("string"===typeof e||"number"===typeof e)return j({key:e});if("object"===("undefined"===typeof e?"undefined":r(e))&&(e=(0,s.default)(e,!1)),"string"===typeof e.key)if(null!=A.keys[e.key.toUpperCase()])e.key=A.keys[e.key.toUpperCase()];else{if(1!==e.key.length)return null;e.key=e.key.toUpperCase().charCodeAt(0)}return e.shortKey&&(e[M]=e.shortKey,delete e.shortKey),e}A.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},A.DEFAULTS={bindings:{bold:z("bold"),italic:z("italic"),underline:z("underline"),indent:{key:A.keys.TAB,format:["blockquote","indent","list"],handler:function(e,t){if(t.collapsed&&0!==t.offset)return!0;this.quill.format("indent","+1",b.default.sources.USER)}},outdent:{key:A.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(e,t){if(t.collapsed&&0!==t.offset)return!0;this.quill.format("indent","-1",b.default.sources.USER)}},"outdent backspace":{key:A.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(e,t){null!=t.format.indent?this.quill.format("indent","-1",b.default.sources.USER):null!=t.format.list&&this.quill.format("list",!1,b.default.sources.USER)}},"indent code-block":F(!0),"outdent code-block":F(!1),"remove tab":{key:A.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(e){this.quill.deleteText(e.index-1,1,b.default.sources.USER)}},tab:{key:A.keys.TAB,handler:function(e){this.quill.history.cutoff();var t=(new h.default).retain(e.index).delete(e.length).insert("\t");this.quill.updateContents(t,b.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(e.index+1,b.default.sources.SILENT)}},"list empty enter":{key:A.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(e,t){this.quill.format("list",!1,b.default.sources.USER),t.format.indent&&this.quill.format("indent",!1,b.default.sources.USER)}},"checklist enter":{key:A.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(e){var t=this.quill.getLine(e.index),n=i(t,2),r=n[0],o=n[1],a=(0,d.default)({},r.formats(),{list:"checked"}),s=(new h.default).retain(e.index).insert("\n",a).retain(r.length()-o-1).retain(1,{list:"unchecked"});this.quill.updateContents(s,b.default.sources.USER),this.quill.setSelection(e.index+1,b.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:A.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(e,t){var n=this.quill.getLine(e.index),r=i(n,2),o=r[0],a=r[1],s=(new h.default).retain(e.index).insert("\n",t.format).retain(o.length()-a-1).retain(1,{header:null});this.quill.updateContents(s,b.default.sources.USER),this.quill.setSelection(e.index+1,b.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(e,t){var n=t.prefix.length,r=this.quill.getLine(e.index),o=i(r,2),a=o[0],s=o[1];if(s>n)return!0;var u=void 0;switch(t.prefix.trim()){case"[]":case"[ ]":u="unchecked";break;case"[x]":u="checked";break;case"-":case"*":u="bullet";break;default:u="ordered"}this.quill.insertText(e.index," ",b.default.sources.USER),this.quill.history.cutoff();var c=(new h.default).retain(e.index-s).delete(n+1).retain(a.length()-2-s).retain(1,{list:u});this.quill.updateContents(c,b.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(e.index-n,b.default.sources.SILENT)}},"code exit":{key:A.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(e){var t=this.quill.getLine(e.index),n=i(t,2),r=n[0],o=n[1],a=(new h.default).retain(e.index+r.length()-o-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(a,b.default.sources.USER)}},"embed left":N(A.keys.LEFT,!1),"embed left shift":N(A.keys.LEFT,!0),"embed right":N(A.keys.RIGHT,!1),"embed right shift":N(A.keys.RIGHT,!0)}},t.default=A,t.SHORTKEY=M},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function e(t,n,r){null===t&&(t=Function.prototype);var i=Object.getOwnPropertyDescriptor(t,n);if(void 0===i){var o=Object.getPrototypeOf(t);return null===o?void 0:e(o,n,r)}if("value"in i)return i.value;var a=i.get;return void 0!==a?a.call(r):void 0},o=function(){function e(e,t){for(var n=0;n-1}d.blotName="link",d.tagName="A",d.SANITIZED_URL="about:blank",d.PROTOCOL_WHITELIST=["http","https","mailto","tel"],t.default=d,t.sanitize=f},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i=function(){function e(e,t){for(var n=0;n1&&void 0!==arguments[1]&&arguments[1],n=this.container.querySelector(".ql-selected");if(e!==n&&(null!=n&&n.classList.remove("ql-selected"),null!=e&&(e.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(e.parentNode.children,e),e.hasAttribute("data-value")?this.label.setAttribute("data-value",e.getAttribute("data-value")):this.label.removeAttribute("data-value"),e.hasAttribute("data-label")?this.label.setAttribute("data-label",e.getAttribute("data-label")):this.label.removeAttribute("data-label"),t))){if("function"===typeof Event)this.select.dispatchEvent(new Event("change"));else if("object"===("undefined"===typeof Event?"undefined":r(Event))){var i=document.createEvent("Event");i.initEvent("change",!0,!0),this.select.dispatchEvent(i)}this.close()}}},{key:"update",value:function(){var e=void 0;if(this.select.selectedIndex>-1){var t=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];e=this.select.options[this.select.selectedIndex],this.selectItem(t)}else this.selectItem(null);var n=null!=e&&e!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",n)}}]),e}();t.default=h},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(0),i=D(r),o=n(5),a=D(o),s=n(4),u=D(s),c=n(16),l=D(c),d=n(25),f=D(d),h=n(24),p=D(h),m=n(35),v=D(m),g=n(6),y=D(g),b=n(22),w=D(b),_=n(7),C=D(_),x=n(55),k=D(x),S=n(42),O=D(S),T=n(23),E=D(T);function D(e){return e&&e.__esModule?e:{default:e}}a.default.register({"blots/block":u.default,"blots/block/embed":s.BlockEmbed,"blots/break":l.default,"blots/container":f.default,"blots/cursor":p.default,"blots/embed":v.default,"blots/inline":y.default,"blots/scroll":w.default,"blots/text":C.default,"modules/clipboard":k.default,"modules/history":O.default,"modules/keyboard":E.default}),i.default.register(u.default,l.default,p.default,y.default,w.default,C.default),t.default=a.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),i=function(){function e(e){this.domNode=e,this.domNode[r.DATA_KEY]={blot:this}}return Object.defineProperty(e.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),e.create=function(e){if(null==this.tagName)throw new r.ParchmentError("Blot definition missing tagName");var t;return Array.isArray(this.tagName)?("string"===typeof e&&(e=e.toUpperCase(),parseInt(e).toString()===e&&(e=parseInt(e))),t="number"===typeof e?document.createElement(this.tagName[e-1]):this.tagName.indexOf(e)>-1?document.createElement(e):document.createElement(this.tagName[0])):t=document.createElement(this.tagName),this.className&&t.classList.add(this.className),t},e.prototype.attach=function(){null!=this.parent&&(this.scroll=this.parent.scroll)},e.prototype.clone=function(){var e=this.domNode.cloneNode(!1);return r.create(e)},e.prototype.detach=function(){null!=this.parent&&this.parent.removeChild(this),delete this.domNode[r.DATA_KEY]},e.prototype.deleteAt=function(e,t){var n=this.isolate(e,t);n.remove()},e.prototype.formatAt=function(e,t,n,i){var o=this.isolate(e,t);if(null!=r.query(n,r.Scope.BLOT)&&i)o.wrap(n,i);else if(null!=r.query(n,r.Scope.ATTRIBUTE)){var a=r.create(this.statics.scope);o.wrap(a),a.format(n,i)}},e.prototype.insertAt=function(e,t,n){var i=null==n?r.create("text",t):r.create(t,n),o=this.split(e);this.parent.insertBefore(i,o)},e.prototype.insertInto=function(e,t){void 0===t&&(t=null),null!=this.parent&&this.parent.children.remove(this);var n=null;e.children.insertBefore(this,t),null!=t&&(n=t.domNode),this.domNode.parentNode==e.domNode&&this.domNode.nextSibling==n||e.domNode.insertBefore(this.domNode,n),this.parent=e,this.attach()},e.prototype.isolate=function(e,t){var n=this.split(e);return n.split(t),n},e.prototype.length=function(){return 1},e.prototype.offset=function(e){return void 0===e&&(e=this.parent),null==this.parent||this==e?0:this.parent.children.offset(this)+this.parent.offset(e)},e.prototype.optimize=function(e){null!=this.domNode[r.DATA_KEY]&&delete this.domNode[r.DATA_KEY].mutations},e.prototype.remove=function(){null!=this.domNode.parentNode&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},e.prototype.replace=function(e){null!=e.parent&&(e.parent.insertBefore(this,e.next),e.remove())},e.prototype.replaceWith=function(e,t){var n="string"===typeof e?r.create(e,t):e;return n.replace(this),n},e.prototype.split=function(e,t){return 0===e?this:this.next},e.prototype.update=function(e,t){},e.prototype.wrap=function(e,t){var n="string"===typeof e?r.create(e,t):e;return null!=this.parent&&this.parent.insertBefore(n,this.next),n.appendChild(this),n},e.blotName="abstract",e}();t.default=i},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(12),i=n(32),o=n(33),a=n(1),s=function(){function e(e){this.attributes={},this.domNode=e,this.build()}return e.prototype.attribute=function(e,t){t?e.add(this.domNode,t)&&(null!=e.value(this.domNode)?this.attributes[e.attrName]=e:delete this.attributes[e.attrName]):(e.remove(this.domNode),delete this.attributes[e.attrName])},e.prototype.build=function(){var e=this;this.attributes={};var t=r.default.keys(this.domNode),n=i.default.keys(this.domNode),s=o.default.keys(this.domNode);t.concat(n).concat(s).forEach((function(t){var n=a.query(t,a.Scope.ATTRIBUTE);n instanceof r.default&&(e.attributes[n.attrName]=n)}))},e.prototype.copy=function(e){var t=this;Object.keys(this.attributes).forEach((function(n){var r=t.attributes[n].value(t.domNode);e.format(n,r)}))},e.prototype.move=function(e){var t=this;this.copy(e),Object.keys(this.attributes).forEach((function(e){t.attributes[e].remove(t.domNode)})),this.attributes={}},e.prototype.values=function(){var e=this;return Object.keys(this.attributes).reduce((function(t,n){return t[n]=e.attributes[n].value(e.domNode),t}),{})},e}();t.default=s},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(12);function o(e,t){var n=e.getAttribute("class")||"";return n.split(/\s+/).filter((function(e){return 0===e.indexOf(t+"-")}))}var a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.keys=function(e){return(e.getAttribute("class")||"").split(/\s+/).map((function(e){return e.split("-").slice(0,-1).join("-")}))},t.prototype.add=function(e,t){return!!this.canAdd(e,t)&&(this.remove(e),e.classList.add(this.keyName+"-"+t),!0)},t.prototype.remove=function(e){var t=o(e,this.keyName);t.forEach((function(t){e.classList.remove(t)})),0===e.classList.length&&e.removeAttribute("class")},t.prototype.value=function(e){var t=o(e,this.keyName)[0]||"",n=t.slice(this.keyName.length+1);return this.canAdd(e,n)?n:""},t}(i.default);t.default=a},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(12);function o(e){var t=e.split("-"),n=t.slice(1).map((function(e){return e[0].toUpperCase()+e.slice(1)})).join("");return t[0]+n}var a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.keys=function(e){return(e.getAttribute("style")||"").split(";").map((function(e){var t=e.split(":");return t[0].trim()}))},t.prototype.add=function(e,t){return!!this.canAdd(e,t)&&(e.style[o(this.keyName)]=t,!0)},t.prototype.remove=function(e){e.style[o(this.keyName)]="",e.getAttribute("style")||e.removeAttribute("style")},t.prototype.value=function(e){var t=e.style[o(this.keyName)];return this.canAdd(e,t)?t:""},t}(i.default);t.default=a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;nr&&this.stack.undo.length>0){var i=this.stack.undo.pop();n=n.compose(i.undo),e=i.redo.compose(e)}else this.lastRecorded=r;this.stack.undo.push({redo:e,undo:n}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(e){this.stack.undo.forEach((function(t){t.undo=e.transform(t.undo,!0),t.redo=e.transform(t.redo,!0)})),this.stack.redo.forEach((function(t){t.undo=e.transform(t.undo,!0),t.redo=e.transform(t.redo,!0)}))}},{key:"undo",value:function(){this.change("undo","redo")}}]),t}(c.default);function m(e){var t=e.ops[e.ops.length-1];return null!=t&&(null!=t.insert?"string"===typeof t.insert&&t.insert.endsWith("\n"):null!=t.attributes&&Object.keys(t.attributes).some((function(e){return null!=o.default.query(e,o.default.Scope.BLOCK)})))}function v(e){var t=e.reduce((function(e,t){return e+=t.delete||0,e}),0),n=e.length()-t;return m(e)&&(n-=1),n}p.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1},t.default=p,t.getLastChangeIndex=v},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=t.BaseTooltip=void 0;var r=function(){function e(e,t){for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:"link",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),null!=t?this.textbox.value=t:e!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+e)||""),this.root.setAttribute("data-mode",e)}},{key:"restoreFocus",value:function(){var e=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=e}},{key:"save",value:function(){var e=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":var t=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",e,l.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",e,l.default.sources.USER)),this.quill.root.scrollTop=t;break;case"video":e=L(e);case"formula":if(!e)break;var n=this.quill.getSelection(!0);if(null!=n){var r=n.index+n.length;this.quill.insertEmbed(r,this.root.getAttribute("data-mode"),e,l.default.sources.USER),"formula"===this.root.getAttribute("data-mode")&&this.quill.insertText(r+1," ",l.default.sources.USER),this.quill.setSelection(r+2,l.default.sources.USER)}break;default:}this.textbox.value="",this.hide()}}]),t}(C.default);function L(e){var t=e.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||e.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return t?(t[1]||"https")+"://www.youtube.com/embed/"+t[2]+"?showinfo=0":(t=e.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(t[1]||"https")+"://player.vimeo.com/video/"+t[2]+"/":e}function I(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t.forEach((function(t){var r=document.createElement("option");t===n?r.setAttribute("selected","selected"):r.setAttribute("value",t),e.appendChild(r)}))}t.BaseTooltip=P,t.default=N},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(){this.head=this.tail=null,this.length=0}return e.prototype.append=function(){for(var e=[],t=0;t1&&this.append.apply(this,e.slice(1))},e.prototype.contains=function(e){var t,n=this.iterator();while(t=n())if(t===e)return!0;return!1},e.prototype.insertBefore=function(e,t){e&&(e.next=t,null!=t?(e.prev=t.prev,null!=t.prev&&(t.prev.next=e),t.prev=e,t===this.head&&(this.head=e)):null!=this.tail?(this.tail.next=e,e.prev=this.tail,this.tail=e):(e.prev=null,this.head=this.tail=e),this.length+=1)},e.prototype.offset=function(e){var t=0,n=this.head;while(null!=n){if(n===e)return t;t+=n.length(),n=n.next}return-1},e.prototype.remove=function(e){this.contains(e)&&(null!=e.prev&&(e.prev.next=e.next),null!=e.next&&(e.next.prev=e.prev),e===this.head&&(this.head=e.next),e===this.tail&&(this.tail=e.prev),this.length-=1)},e.prototype.iterator=function(e){return void 0===e&&(e=this.head),function(){var t=e;return null!=e&&(e=e.next),t}},e.prototype.find=function(e,t){void 0===t&&(t=!1);var n,r=this.iterator();while(n=r()){var i=n.length();if(es?n(r,e-s,Math.min(t,s+c-e)):n(r,0,Math.min(c,e+t-s)),s+=c}}},e.prototype.map=function(e){return this.reduce((function(t,n){return t.push(e(n)),t}),[])},e.prototype.reduce=function(e,t){var n,r=this.iterator();while(n=r())t=e(t,n);return t},e}();t.default=r},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(17),o=n(1),a={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},s=100,u=function(e){function t(t){var n=e.call(this,t)||this;return n.scroll=n,n.observer=new MutationObserver((function(e){n.update(e)})),n.observer.observe(n.domNode,a),n.attach(),n}return r(t,e),t.prototype.detach=function(){e.prototype.detach.call(this),this.observer.disconnect()},t.prototype.deleteAt=function(t,n){this.update(),0===t&&n===this.length()?this.children.forEach((function(e){e.remove()})):e.prototype.deleteAt.call(this,t,n)},t.prototype.formatAt=function(t,n,r,i){this.update(),e.prototype.formatAt.call(this,t,n,r,i)},t.prototype.insertAt=function(t,n,r){this.update(),e.prototype.insertAt.call(this,t,n,r)},t.prototype.optimize=function(t,n){var r=this;void 0===t&&(t=[]),void 0===n&&(n={}),e.prototype.optimize.call(this,n);var a=[].slice.call(this.observer.takeRecords());while(a.length>0)t.push(a.pop());for(var u=function(e,t){void 0===t&&(t=!0),null!=e&&e!==r&&null!=e.domNode.parentNode&&(null==e.domNode[o.DATA_KEY].mutations&&(e.domNode[o.DATA_KEY].mutations=[]),t&&u(e.parent))},c=function(e){null!=e.domNode[o.DATA_KEY]&&null!=e.domNode[o.DATA_KEY].mutations&&(e instanceof i.default&&e.children.forEach(c),e.optimize(n))},l=t,d=0;l.length>0;d+=1){if(d>=s)throw new Error("[Parchment] Maximum optimize iterations reached");l.forEach((function(e){var t=o.find(e.target,!0);null!=t&&(t.domNode===e.target&&("childList"===e.type?(u(o.find(e.previousSibling,!1)),[].forEach.call(e.addedNodes,(function(e){var t=o.find(e,!1);u(t,!1),t instanceof i.default&&t.children.forEach((function(e){u(e,!1)}))}))):"attributes"===e.type&&u(t.prev)),u(t))})),this.children.forEach(c),l=[].slice.call(this.observer.takeRecords()),a=l.slice();while(a.length>0)t.push(a.pop())}},t.prototype.update=function(t,n){var r=this;void 0===n&&(n={}),t=t||this.observer.takeRecords(),t.map((function(e){var t=o.find(e.target,!0);return null==t?null:null==t.domNode[o.DATA_KEY].mutations?(t.domNode[o.DATA_KEY].mutations=[e],t):(t.domNode[o.DATA_KEY].mutations.push(e),null)})).forEach((function(e){null!=e&&e!==r&&null!=e.domNode[o.DATA_KEY]&&e.update(e.domNode[o.DATA_KEY].mutations||[],n)})),null!=this.domNode[o.DATA_KEY].mutations&&e.prototype.update.call(this,this.domNode[o.DATA_KEY].mutations,n),this.optimize(t,n)},t.blotName="scroll",t.defaultChild="block",t.scope=o.Scope.BLOCK_BLOT,t.tagName="DIV",t}(i.default);t.default=u},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(18),o=n(1);function a(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(var n in e)if(e[n]!==t[n])return!1;return!0}var s=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.formats=function(n){if(n.tagName!==t.tagName)return e.formats.call(this,n)},t.prototype.format=function(n,r){var o=this;n!==this.statics.blotName||r?e.prototype.format.call(this,n,r):(this.children.forEach((function(e){e instanceof i.default||(e=e.wrap(t.blotName,!0)),o.attributes.copy(e)})),this.unwrap())},t.prototype.formatAt=function(t,n,r,i){if(null!=this.formats()[r]||o.query(r,o.Scope.ATTRIBUTE)){var a=this.isolate(t,n);a.format(r,i)}else e.prototype.formatAt.call(this,t,n,r,i)},t.prototype.optimize=function(n){e.prototype.optimize.call(this,n);var r=this.formats();if(0===Object.keys(r).length)return this.unwrap();var i=this.next;i instanceof t&&i.prev===this&&a(r,i.formats())&&(i.moveChildren(this),i.remove())},t.blotName="inline",t.scope=o.Scope.INLINE_BLOT,t.tagName="SPAN",t}(i.default);t.default=s},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(18),o=n(1),a=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.formats=function(n){var r=o.query(t.blotName).tagName;if(n.tagName!==r)return e.formats.call(this,n)},t.prototype.format=function(n,r){null!=o.query(n,o.Scope.BLOCK)&&(n!==this.statics.blotName||r?e.prototype.format.call(this,n,r):this.replaceWith(t.blotName))},t.prototype.formatAt=function(t,n,r,i){null!=o.query(r,o.Scope.BLOCK)?this.format(r,i):e.prototype.formatAt.call(this,t,n,r,i)},t.prototype.insertAt=function(t,n,r){if(null==r||null!=o.query(n,o.Scope.INLINE))e.prototype.insertAt.call(this,t,n,r);else{var i=this.split(t),a=o.create(n,r);i.parent.insertBefore(a,i)}},t.prototype.update=function(t,n){navigator.userAgent.match(/Trident/)?this.build():e.prototype.update.call(this,t,n)},t.blotName="block",t.scope=o.Scope.BLOCK_BLOT,t.tagName="P",t}(i.default);t.default=a},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(19),o=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),t.formats=function(e){},t.prototype.format=function(t,n){e.prototype.formatAt.call(this,0,this.length(),t,n)},t.prototype.formatAt=function(t,n,r,i){0===t&&n===this.length()?this.format(r,i):e.prototype.formatAt.call(this,t,n,r,i)},t.prototype.formats=function(){return this.statics.formats(this.domNode)},t}(i.default);t.default=o},function(e,t,n){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();Object.defineProperty(t,"__esModule",{value:!0});var i=n(19),o=n(1),a=function(e){function t(t){var n=e.call(this,t)||this;return n.text=n.statics.value(n.domNode),n}return r(t,e),t.create=function(e){return document.createTextNode(e)},t.value=function(e){var t=e.data;return t["normalize"]&&(t=t["normalize"]()),t},t.prototype.deleteAt=function(e,t){this.domNode.data=this.text=this.text.slice(0,e)+this.text.slice(e+t)},t.prototype.index=function(e,t){return this.domNode===e?t:-1},t.prototype.insertAt=function(t,n,r){null==r?(this.text=this.text.slice(0,t)+n+this.text.slice(t),this.domNode.data=this.text):e.prototype.insertAt.call(this,t,n,r)},t.prototype.length=function(){return this.text.length},t.prototype.optimize=function(n){e.prototype.optimize.call(this,n),this.text=this.statics.value(this.domNode),0===this.text.length?this.remove():this.next instanceof t&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},t.prototype.position=function(e,t){return void 0===t&&(t=!1),[this.domNode,e]},t.prototype.split=function(e,t){if(void 0===t&&(t=!1),!t){if(0===e)return this;if(e===this.length())return this.next}var n=o.create(this.domNode.splitText(e));return this.parent.insertBefore(n,this.next),this.text=this.statics.value(this.domNode),n},t.prototype.update=function(e,t){var n=this;e.some((function(e){return"characterData"===e.type&&e.target===n.domNode}))&&(this.text=this.statics.value(this.domNode))},t.prototype.value=function(){return this.text},t.blotName="text",t.scope=o.Scope.INLINE_BLOT,t}(i.default);t.default=a},function(e,t,n){"use strict";var r=document.createElement("div");if(r.classList.toggle("test-class",!1),r.classList.contains("test-class")){var i=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(e,t){return arguments.length>1&&!this.contains(e)===!t?t:i.call(this,e)}}String.prototype.startsWith||(String.prototype.startsWith=function(e,t){return t=t||0,this.substr(t,e.length)===e}),String.prototype.endsWith||(String.prototype.endsWith=function(e,t){var n=this.toString();("number"!==typeof t||!isFinite(t)||Math.floor(t)!==t||t>n.length)&&(t=n.length),t-=e.length;var r=n.indexOf(e,t);return-1!==r&&r===t}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null===this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!==typeof e)throw new TypeError("predicate must be a function");for(var t,n=Object(this),r=n.length>>>0,i=arguments[1],o=0;ot.length?e:t,c=e.length>t.length?t:e,l=u.indexOf(c);if(-1!=l)return a=[[r,u.substring(0,l)],[i,c],[r,u.substring(l+c.length)]],e.length>t.length&&(a[0][0]=a[2][0]=n),a;if(1==c.length)return[[n,e],[r,t]];var f=d(e,t);if(f){var h=f[0],p=f[1],m=f[2],v=f[3],g=f[4],y=o(h,m),b=o(p,v);return y.concat([[i,g]],b)}return s(e,t)}function s(e,t){for(var i=e.length,o=t.length,a=Math.ceil((i+o)/2),s=a,c=2*a,l=new Array(c),d=new Array(c),f=0;fi)v+=2;else if(C>o)m+=2;else if(p){var x=s+h-w;if(x>=0&&x=k)return u(e,t,T,C)}}}for(var S=-b+g;S<=b-y;S+=2){x=s+S;k=S==-b||S!=b&&d[x-1]i)y+=2;else if(O>o)g+=2;else if(!p){_=s+h-S;if(_>=0&&_=k)return u(e,t,T,C)}}}}return[[n,e],[r,t]]}function u(e,t,n,r){var i=e.substring(0,n),a=t.substring(0,r),s=e.substring(n),u=t.substring(r),c=o(i,a),l=o(s,u);return c.concat(l)}function c(e,t){if(!e||!t||e.charAt(0)!=t.charAt(0))return 0;var n=0,r=Math.min(e.length,t.length),i=r,o=0;while(nt.length?e:t,r=e.length>t.length?t:e;if(n.length<4||2*r.length=e.length?[r,i,o,a,d]:null}var o,a,s,u,d,f=i(n,r,Math.ceil(n.length/4)),h=i(n,r,Math.ceil(n.length/2));if(!f&&!h)return null;o=h?f&&f[4].length>h[4].length?f:h:f,e.length>t.length?(a=o[0],s=o[1],u=o[2],d=o[3]):(u=o[0],d=o[1],a=o[2],s=o[3]);var p=o[4];return[a,s,u,d,p]}function f(e){e.push([i,""]);var t,o=0,a=0,s=0,u="",d="";while(o1?(0!==a&&0!==s&&(t=c(d,u),0!==t&&(o-a-s>0&&e[o-a-s-1][0]==i?e[o-a-s-1][1]+=d.substring(0,t):(e.splice(0,0,[i,d.substring(0,t)]),o++),d=d.substring(t),u=u.substring(t)),t=l(d,u),0!==t&&(e[o][1]=d.substring(d.length-t)+e[o][1],d=d.substring(0,d.length-t),u=u.substring(0,u.length-t))),0===a?e.splice(o-s,a+s,[r,d]):0===s?e.splice(o-a,a+s,[n,u]):e.splice(o-a-s,a+s,[n,u],[r,d]),o=o-a-s+(a?1:0)+(s?1:0)+1):0!==o&&e[o-1][0]==i?(e[o-1][1]+=e[o][1],e.splice(o,1)):o++,s=0,a=0,u="",d="";break}""===e[e.length-1][1]&&e.pop();var h=!1;o=1;while(o0&&r.splice(o+2,0,[s[0],u]),g(r,o,3)}return e}function v(e){for(var t=!1,o=function(e){return e.charCodeAt(0)>=56320&&e.charCodeAt(0)<=57343},a=function(e){return e.charCodeAt(e.length-1)>=55296&&e.charCodeAt(e.length-1)<=56319},s=2;s0&&u.push(e[s]);return u}function g(e,t,n){for(var r=t+n-1;r>=0&&r>=t-1;r--)if(r+1\r?\n +\<"),this.convert();var t=this.quill.getFormat(this.quill.selection.savedRange.index);if(t[_.default.blotName]){var n=this.container.innerText;return this.container.innerHTML="",(new c.default).insert(n,T({},_.default.blotName,t[_.default.blotName]))}var r=this.prepareMatching(),o=i(r,2),a=o[0],s=o[1],u=$(this.container,a,s);return j(u,"\n")&&null==u.ops[u.ops.length-1].attributes&&(u=u.compose((new c.default).retain(u.length()-1).delete(1))),A.log("convert",this.container.innerHTML,u),this.container.innerHTML="",u}},{key:"dangerouslyPasteHTML",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:h.default.sources.API;if("string"===typeof e)this.quill.setContents(this.convert(e),t),this.quill.setSelection(0,h.default.sources.SILENT);else{var r=this.convert(t);this.quill.updateContents((new c.default).retain(e).concat(r),n),this.quill.setSelection(e+r.length(),h.default.sources.SILENT)}}},{key:"onPaste",value:function(e){var t=this;if(!e.defaultPrevented&&this.quill.isEnabled()){var n=this.quill.getSelection(),r=(new c.default).retain(n.index),i=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(h.default.sources.SILENT),setTimeout((function(){r=r.concat(t.convert()).delete(n.length),t.quill.updateContents(r,h.default.sources.USER),t.quill.setSelection(r.length()-n.length,h.default.sources.SILENT),t.quill.scrollingContainer.scrollTop=i,t.quill.focus()}),1)}}},{key:"prepareMatching",value:function(){var e=this,t=[],n=[];return this.matchers.forEach((function(r){var o=i(r,2),a=o[0],s=o[1];switch(a){case Node.TEXT_NODE:n.push(s);break;case Node.ELEMENT_NODE:t.push(s);break;default:[].forEach.call(e.container.querySelectorAll(a),(function(e){e[N]=e[N]||[],e[N].push(s)}));break}})),[t,n]}}]),t}(g.default);function F(e,t,n){return"object"===("undefined"===typeof t?"undefined":r(t))?Object.keys(t).reduce((function(e,n){return F(e,n,t[n])}),e):e.reduce((function(e,r){return r.attributes&&r.attributes[t]?e.push(r):e.insert(r.insert,(0,s.default)({},T({},t,n),r.attributes))}),new c.default)}function z(e){if(e.nodeType!==Node.ELEMENT_NODE)return{};var t="__ql-computed-style";return e[t]||(e[t]=window.getComputedStyle(e))}function j(e,t){for(var n="",r=e.ops.length-1;r>=0&&n.length-1}function $(e,t,n){return e.nodeType===e.TEXT_NODE?n.reduce((function(t,n){return n(e,t)}),new c.default):e.nodeType===e.ELEMENT_NODE?[].reduce.call(e.childNodes||[],(function(r,i){var o=$(i,t,n);return i.nodeType===e.ELEMENT_NODE&&(o=t.reduce((function(e,t){return t(i,e)}),o),o=(i[N]||[]).reduce((function(e,t){return t(i,e)}),o)),r.concat(o)}),new c.default):new c.default}function U(e,t,n){return F(n,e,!0)}function V(e,t){var n=d.default.Attributor.Attribute.keys(e),r=d.default.Attributor.Class.keys(e),i=d.default.Attributor.Style.keys(e),o={};return n.concat(r).concat(i).forEach((function(t){var n=d.default.query(t,d.default.Scope.ATTRIBUTE);null!=n&&(o[n.attrName]=n.value(e),o[n.attrName])||(n=L[t],null==n||n.attrName!==t&&n.keyName!==t||(o[n.attrName]=n.value(e)||void 0),n=I[t],null==n||n.attrName!==t&&n.keyName!==t||(n=I[t],o[n.attrName]=n.value(e)||void 0))})),Object.keys(o).length>0&&(t=F(t,o)),t}function H(e,t){var n=d.default.query(e);if(null==n)return t;if(n.prototype instanceof d.default.Embed){var r={},i=n.value(e);null!=i&&(r[n.blotName]=i,t=(new c.default).insert(r,n.formats(e)))}else"function"===typeof n.formats&&(t=F(t,n.blotName,n.formats(e)));return t}function q(e,t){return j(t,"\n")||t.insert("\n"),t}function W(){return new c.default}function Z(e,t){var n=d.default.query(e);if(null==n||"list-item"!==n.blotName||!j(t,"\n"))return t;var r=-1,i=e.parentNode;while(!i.classList.contains("ql-clipboard"))"list"===(d.default.query(i)||{}).blotName&&(r+=1),i=i.parentNode;return r<=0?t:t.compose((new c.default).retain(t.length()-1).retain(1,{indent:r}))}function Y(e,t){return j(t,"\n")||(B(e)||t.length()>0&&e.nextSibling&&B(e.nextSibling))&&t.insert("\n"),t}function K(e,t){if(B(e)&&null!=e.nextElementSibling&&!j(t,"\n\n")){var n=e.offsetHeight+parseFloat(z(e).marginTop)+parseFloat(z(e).marginBottom);e.nextElementSibling.offsetTop>e.offsetTop+1.5*n&&t.insert("\n")}return t}function G(e,t){var n={},r=e.style||{};return r.fontStyle&&"italic"===z(e).fontStyle&&(n.italic=!0),r.fontWeight&&(z(e).fontWeight.startsWith("bold")||parseInt(z(e).fontWeight)>=700)&&(n.bold=!0),Object.keys(n).length>0&&(t=F(t,n)),parseFloat(r.textIndent||0)>0&&(t=(new c.default).insert("\t").concat(t)),t}function J(e,t){var n=e.data;if("O:P"===e.parentNode.tagName)return t.insert(n.trim());if(0===n.trim().length&&e.parentNode.classList.contains("ql-clipboard"))return t;if(!z(e.parentNode).whiteSpace.startsWith("pre")){var r=function(e,t){return t=t.replace(/[^\u00a0]/g,""),t.length<1&&e?" ":t};n=n.replace(/\r\n/g," ").replace(/\n/g," "),n=n.replace(/\s\s+/g,r.bind(r,!0)),(null==e.previousSibling&&B(e.parentNode)||null!=e.previousSibling&&B(e.previousSibling))&&(n=n.replace(/^\s+/,r.bind(r,!1))),(null==e.nextSibling&&B(e.parentNode)||null!=e.nextSibling&&B(e.nextSibling))&&(n=n.replace(/\s+$/,r.bind(r,!1)))}return t.insert(n)}R.DEFAULTS={matchers:[],matchVisual:!0},t.default=R,t.matchAttributor=V,t.matchBlot=H,t.matchNewline=Y,t.matchSpacing=K,t.matchText=J},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;n '},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){for(var n=0;nr.right&&(o=r.right-i.right,this.root.style.left=t+o+"px"),i.leftr.bottom){var a=i.bottom-i.top,s=e.bottom-e.top+a;this.root.style.top=n-s+"px",this.root.classList.add("ql-flip")}return o}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),e}();t.default=o},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(u){i=!0,o=u}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=function e(t,n,r){null===t&&(t=Function.prototype);var i=Object.getOwnPropertyDescriptor(t,n);if(void 0===i){var o=Object.getPrototypeOf(t);return null===o?void 0:e(o,n,r)}if("value"in i)return i.value;var a=i.get;return void 0!==a?a.call(r):void 0},o=function(){function e(e,t){for(var n=0;n