1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-30d4e831"],{"417d":function(t,e,i){"use strict";var n=i("6c85"),r=i.n(n);function s(t){if(r()(t)){for(var e=0,i=new Array(t.length);e<t.length;e++)i[e]=t[e];return i}}var o=i("ab6b"),a=i.n(o),c=i("ad81"),u=i.n(c);function h(t){if(u()(Object(t))||"[object Arguments]"===Object.prototype.toString.call(t))return a()(t)}function l(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function d(t){return s(t)||h(t)||l()}i.d(e,"a",function(){return d})},"43ad":function(t,e,i){"use strict";e.__esModule=!0,e.default=function(t){return{methods:{focus:function(){this.$refs[t].focus()}}}}},"44db":function(t,e,i){"use strict";var n=i("e424"),r=i.n(n);r.a},"50cd":function(t,e,i){"use strict";var n=i("4cf4"),r=i("0763");t.exports=function(t,e,i){e in t?n.f(t,e,r(0,i)):t[e]=i}},"68ca":function(t,e,i){t.exports=function(t){var e={};function i(n){if(e[n])return e[n].exports;var r=e[n]={i:n,l:!1,exports:{}};return t[n].call(r.exports,r,r.exports,i),r.l=!0,r.exports}return i.m=t,i.c=e,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(t,e){if(1&e&&(t=i(t)),8&e)return t;if(4&e&&"object"===typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)i.d(n,r,function(e){return t[e]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="/dist/",i(i.s=99)}({0:function(t,e,i){"use strict";function n(t,e,i,n,r,s,o,a){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=i,u._compiled=!0),n&&(u.functional=!0),s&&(u._scopeId="data-v-"+s),o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},u._ssrRegister=c):r&&(c=a?function(){r.call(this,this.$root.$options.shadowRoot)}:r),c)if(u.functional){u._injectStyles=c;var h=u.render;u.render=function(t,e){return c.call(e),h(t,e)}}else{var l=u.beforeCreate;u.beforeCreate=l?[].concat(l,c):[c]}return{exports:t,options:u}}i.d(e,"a",function(){return n})},10:function(t,e){t.exports=i("9fb5")},19:function(t,e){t.exports=i("43ad")},3:function(t,e){t.exports=i("49b0")},99:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"el-switch",class:{"is-disabled":t.switchDisabled,"is-checked":t.checked},attrs:{role:"switch","aria-checked":t.checked,"aria-disabled":t.switchDisabled},on:{click:t.switchValue}},[i("input",{ref:"input",staticClass:"el-switch__input",attrs:{type:"checkbox",id:t.id,name:t.name,"true-value":t.activeValue,"false-value":t.inactiveValue,disabled:t.switchDisabled},on:{change:t.handleChange,keydown:function(e){return"button"in e||!t._k(e.keyCode,"enter",13,e.key,"Enter")?t.switchValue(e):null}}}),t.inactiveIconClass||t.inactiveText?i("span",{class:["el-switch__label","el-switch__label--left",t.checked?"":"is-active"]},[t.inactiveIconClass?i("i",{class:[t.inactiveIconClass]}):t._e(),!t.inactiveIconClass&&t.inactiveText?i("span",{attrs:{"aria-hidden":t.checked}},[t._v(t._s(t.inactiveText))]):t._e()]):t._e(),i("span",{ref:"core",staticClass:"el-switch__core",style:{width:t.coreWidth+"px"}}),t.activeIconClass||t.activeText?i("span",{class:["el-switch__label","el-switch__label--right",t.checked?"is-active":""]},[t.activeIconClass?i("i",{class:[t.activeIconClass]}):t._e(),!t.activeIconClass&&t.activeText?i("span",{attrs:{"aria-hidden":!t.checked}},[t._v(t._s(t.activeText))]):t._e()]):t._e()])},r=[];n._withStripped=!0;var s=i(3),o=i.n(s),a=i(19),c=i.n(a),u=i(10),h=i.n(u),l={name:"ElSwitch",mixins:[c()("input"),h.a,o.a],inject:{elForm:{default:""}},props:{value:{type:[Boolean,String,Number],default:!1},disabled:{type:Boolean,default:!1},width:{type:Number,default:40},activeIconClass:{type:String,default:""},inactiveIconClass:{type:String,default:""},activeText:String,inactiveText:String,activeColor:{type:String,default:""},inactiveColor:{type:String,default:""},activeValue:{type:[Boolean,String,Number],default:!0},inactiveValue:{type:[Boolean,String,Number],default:!1},name:{type:String,default:""},validateEvent:{type:Boolean,default:!0},id:String},data:function(){return{coreWidth:this.width}},created:function(){~[this.activeValue,this.inactiveValue].indexOf(this.value)||this.$emit("input",this.inactiveValue)},computed:{checked:function(){return this.value===this.activeValue},switchDisabled:function(){return this.disabled||(this.elForm||{}).disabled}},watch:{checked:function(){this.$refs.input.checked=this.checked,(this.activeColor||this.inactiveColor)&&this.setBackgroundColor(),this.validateEvent&&this.dispatch("ElFormItem","el.form.change",[this.value])}},methods:{handleChange:function(t){var e=this,i=this.checked?this.inactiveValue:this.activeValue;this.$emit("input",i),this.$emit("change",i),this.$nextTick(function(){e.$refs.input.checked=e.checked})},setBackgroundColor:function(){var t=this.checked?this.activeColor:this.inactiveColor;this.$refs.core.style.borderColor=t,this.$refs.core.style.backgroundColor=t},switchValue:function(){!this.switchDisabled&&this.handleChange()},getMigratingConfig:function(){return{props:{"on-color":"on-color is renamed to active-color.","off-color":"off-color is renamed to inactive-color.","on-text":"on-text is renamed to active-text.","off-text":"off-text is renamed to inactive-text.","on-value":"on-value is renamed to active-value.","off-value":"off-value is renamed to inactive-value.","on-icon-class":"on-icon-class is renamed to active-icon-class.","off-icon-class":"off-icon-class is renamed to inactive-icon-class."}}}},mounted:function(){this.coreWidth=this.width||40,(this.activeColor||this.inactiveColor)&&this.setBackgroundColor(),this.$refs.input.checked=this.checked}},d=l,p=i(0),f=Object(p["a"])(d,n,r,!1,null,null,null);f.options.__file="packages/switch/src/component.vue";var m=f.exports;m.install=function(t){t.component(m.name,m)};e["default"]=m}})},8869:function(t,e,i){"use strict";i.d(e,"f",function(){return d}),i.d(e,"e",function(){return p}),i.d(e,"c",function(){return f}),i.d(e,"d",function(){return m}),i.d(e,"a",function(){return g}),i.d(e,"b",function(){return v});var n=i("396f"),r=(i("5f33"),i("3f47")),s=(i("f10e"),i("417d")),o=(i("612f"),i("4453"),i("ee95")),a=(i("3a23"),i("5975")),c=i("33f8"),u=i("52c1"),h=i("c1f9"),l=i.n(h),d={data:function(){return{isSearch:!1,searchList:null}},methods:{searchUser:function(t,e){var i=t.target.value.toLocaleLowerCase();i?(this.searchList=e.filter(function(t){var e,n,r=(t.name||t.user_name||"").toLocaleLowerCase(),s=(t.nick_name||"").toLocaleLowerCase();return e=!!r&&r.indexOf(i)>-1,n=!!s&&s.indexOf(i)>-1,e||n}),this.isSearch=!0):this.isSearch=!1}}},p={data:function(){return{showNum:0,isSearchGroup:!1,searchUserTimer:null,searchGroupList:[]}},methods:{searchUser:function(){var t=Object(o["a"])(regeneratorRuntime.mark(function t(e,i){var n=this;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:if(e){t.next=2;break}return t.abrupt("return");case 2:clearTimeout(this.searchUserTimer),this.searchUserTimer=setTimeout(Object(o["a"])(regeneratorRuntime.mark(function t(){var r,o;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:if(r=e.target.value.toLocaleLowerCase(),o=n.inviteType,n.isSearchGroup=!0,r.trim()){t.next=7;break}return i.forEach(function(t){n.$set(t,"isShow",!0)}),n.$nextTick(function(){n.isSearchGroup=!1,n.showNum=i.length,i=n.originListCache}),t.abrupt("return");case 7:if(i.forEach(function(t){var e,i,s=(t.user_name||"").toLocaleLowerCase(),o=(t.nick_name||"").toLocaleLowerCase();e=!!s&&s.indexOf(r)>-1,i=!!o&&o.indexOf(r)>-1,n.$set(t,"isShow",e||i)}),i.length+1>=n.membersNum||1==o||2==o){t.next=11;break}return t.next=11,a["a"].group.searchMember({group_id:n.group.groupId,keyword:r}).then(function(t){var e=t.data,n=e.data;n.forEach(function(t){t.isChecked=!1,t.isChoosed=!1,t.isShow=!0}),i=l.a.unionBy([].concat(Object(s["a"])(i),Object(s["a"])(n)),"user_id")});case 11:n.searchGroupList=i,n.$nextTick(function(){n.showNum=i.filter(function(t){return t.isShow}).length});case 13:case"end":return t.stop()}},t)})),200);case 4:case"end":return t.stop()}},t,this)}));function e(e,i){return t.apply(this,arguments)}return e}()}},f={data:function(){return{atInd:0}},methods:{atPerson:function(t){arguments.length>1&&void 0!==arguments[1]&&arguments[1];var e=this.$refs.chatInput,i=e.selectionStart,n=i-this.keyAfterAt.length;this.inputMsg=this.inputMsg.slice(0,n)+"".concat(t," ")+this.inputMsg.slice(i),this.atInd=0,e.focus(),this.$nextTick(function(){e.setSelectionRange(n+t.length+1,n+t.length+1)}),this.$store.commit("updateIsNewAt",{isNewAt:this.group.isNewAt,isNewAtFound:!0}),this.$store.commit("updateGroupSearchList",[])},handleUp:function(t){return this.atInd>0&&this.atInd--,this.atShow&&t.preventDefault(),!0},handleDown:function(t){var e=this.filterMembers.length;return this.atInd<e-1?this.atInd++:this.atInd=0,this.atShow&&t.preventDefault(),!0}}},m={data:function(){return{selectionAfterAt:!1,keyAfterAt:"",keyAfterAtTimer:"",lastKeyAfterAt:"",isIOS:!!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),isShowContextmenu:!1,menuTop:0,menuLeft:0}},mounted:function(){},computed:Object(r["a"])({},Object(u["e"])(["copyText"]),{filterMembers:function(){if(!this.group.groupId)return[];var t=this.group.membersArray,e=[];if(""!==this.keyAfterAt)e=this.group.searchList;else for(var i=0;i<t.length;i++)t[i].user_id!=this.userId&&e.push(t[i]);return e.slice(0,100)},atShow:function(){return this.atInd=0,this.selectionAfterAt&&this.filterMembers.length}}),watch:{keyAfterAt:function(t){var e=this;clearTimeout(this.keyAfterAtTimer),this.keyAfterAtTimer=setTimeout(function(){e.handleKeyAfterAt(t)},200)},inputMsg:function(t,e){this.handleSelectionChange()}},methods:{handleKeyAfterAt:function(t){var e=this;if(this.group.groupId&&""!=t.trim()&&!this.group.isNewAtFound)if(this.group.membersArray.length<this.group.membersNum)a["a"].group.searchMember({group_id:this.group.groupId,keyword:t}).then(function(t){var i=t.data;e.$store.commit("updateGroupSearchList",i.data)});else{var i=this.group.membersArray.filter(function(e){var i,n;return i=!!e.user_name&&e.user_name.indexOf(t)>-1,n=!!e.nick_name&&e.nick_name.indexOf(t)>-1,i||n});this.$store.commit("updateGroupSearchList",i)}},getStrBeforeSelection:function(){var t=this.$refs.chatInput;if(!t)return"";var e=t.selectionStart,i=this.inputMsg.slice(0,e);return i},getStrAfterSelection:function(){var t=this.$refs.chatInput;if(!t)return"";var e=t.selectionStart,i=this.inputMsg.slice(e);return i},handleClick:function(){this.isShowContextmenu=!1},handleLeft:function(t){var e=this.$refs.chatInput,i=e.selectionStart;if(0===i)return!0;var n=this.getStrBeforeSelection(),r=this.group.members;for(var s in r){var o=r[s].user_name,a=new RegExp("@".concat(o," $"));if(a.test(n))return t.preventDefault(),e.setSelectionRange(i-o.length-2,i-o.length-2),!0}},handleRight:function(t){var e=this.$refs.chatInput,i=e.selectionStart,n=this.getStrAfterSelection(),r=this.group.members;for(var s in r){var o=r[s].user_name,a=new RegExp("^@".concat(o," "));if(a.test(n))return t.preventDefault(),e.setSelectionRange(i+o.length+2,i+o.length+2),!0}return!0},handleDel:function(t){var e=this,i=this.$refs.chatInput,r=i.selectionStart;if(0!==r){var s=this.getStrBeforeSelection(),o=this.group.members,a=function(n){var a=o[n].user_name,c=new RegExp("@".concat(a," $"));if(c.test(s))return t.preventDefault(),e.inputMsg=e.inputMsg.slice(0,r-a.length-2)+e.inputMsg.slice(r),e.$nextTick(function(){i.setSelectionRange(r-a.length-2,r-a.length-2)}),{v:void 0}};for(var c in o){var u=a(c);if("object"===Object(n["a"])(u))return u.v}}},handleKeyDown:function(t){var e=this;if(!this.atShow){if(t.altKey||t.ctrlKey){var i=this.getStrBeforeSelection(),n=this.getStrAfterSelection();this.inputMsg=i+"\n"+n,this.$nextTick(function(){e.$refs.chatInput.setSelectionRange(i.length+1,i.length+1)})}else this.handleSend(t),t.preventDefault();return!0}t.preventDefault();var r=this.filterMembers[this.atInd];this.atPerson(r.user_name,r.nick_name)},handleFocus:function(){var t=this;this.$emit("handleFocus"),this.updateChatInputFocus(!0),document.addEventListener("selectionchange",this.handleSelectionChange),this.isIOS&&setTimeout(function(){t.$root.$el.addEventListener("click",t.fixIOS)},0)},handleBlur:function(){var t=this;if(document.removeEventListener("selectionchange",this.handleSelectionChange),this.updateChatInputFocus(!1),(this.selectionAfterAt||this.isShowContextmenu)&&setTimeout(function(){t.selectionAfterAt=!1,t.isShowContextmenu=!1},200),this.isIOS){var e=document.body.scrollTop;document.body.scrollTop=e,this.$root.$el.removeEventListener("click",this.fixIOS)}Object(c["v"])()},handleEsc:function(){this.selectionAfterAt=!1},handleSelectionChange:function(){var t=this.$refs.chatInput;if(t){var e=t.selectionStart,i=this.$refs.chatInput.selectionEnd;if(e===i){var n=this.getStrBeforeSelection();if(this.selectionAfterAt=/@/.test(n),this.selectionAfterAt){this.keyAfterAt=n.slice(n.lastIndexOf("@")+1);var r=this.keyAfterAt.indexOf(this.lastKeyAfterAt)<0;this.$store.commit("updateIsNewAt",{isNewAt:r,isNewAtFound:!r&&this.group.isNewAtFound}),r&&this.$store.commit("updateGroupSearchList",[]),this.lastKeyAfterAt=this.keyAfterAt}}}},handleContextmenu:function(t){this.copyText&&(this.isShowContextmenu=!this.isShowContextmenu,this.isShowContextmenu&&(this.menuTop=t.offsetY,this.menuLeft=t.offsetX>100?t.offsetX-30:t.offsetX))},handlePaste:function(){this.isShowContextmenu=!1,this.inputMsg+=this.copyText},closeEmojiList:function(){this.emojiShow=!1},fixIOS:function(t){var e=this;setTimeout(function(){e.$refs.chatInput===document.activeElement&&document.activeElement.blur()},0)}}},g={methods:{addPanelSession:function(t,e){var i=this,n=this.sessionList.some(function(t){return t.session_id==e});n||a["a"].user.getOtherInfo({target_id:t}).then(function(t){var n=t.data,r=n.data,s={cover_photo:r.cover_photo,is_group:"0",name:r.nick_name,session_id:e,unread:0};i.$store.commit("addSessionItem",s)})}}},v={data:function(){return{curLang:Object(c["r"])("lang")||Object(c["m"])()}},methods:{changeLang:function(){var t="en"==this.curLang?"zh":"en";this.$i18n.locale=t,this.curLang=t,Object(c["z"])("lang",t)}}}},"8af1":function(t,e,i){"use strict";var n=i("8232"),r=i("471d"),s=i("7182"),o=i("44a7"),a=i("33ef"),c=i("3202"),u=i("50cd"),h=i("0811");r(r.S+r.F*!i("1969")(function(t){Array.from(t)}),"Array",{from:function(t){var e,i,r,l,d=s(t),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,g=void 0!==m,v=0,b=h(d);if(g&&(m=n(m,f>2?arguments[2]:void 0,2)),void 0==b||p==Array&&a(b))for(e=c(d.length),i=new p(e);e>v;v++)u(i,v,g?m(d[v],v):d[v]);else for(l=b.call(d),i=new p;!(r=l.next()).done;v++)u(i,v,g?o(l,m,[r.value,v],!0):r.value);return i.length=v,i}})},"92dd":function(t,e,i){i("4d6c"),i("8af1"),t.exports=i("836e").Array.from},"948e":function(t,e,i){},ab6b:function(t,e,i){t.exports=i("92dd")},ad81:function(t,e,i){t.exports=i("a945")},bced:function(t,e,i){"use strict";i.d(e,"c",function(){return m}),i.d(e,"b",function(){return g}),i.d(e,"a",function(){return v});i("7e48"),i("3050");var n=i("a619"),r=i.n(n),s=(i("f91a"),i("0da4"),i("03a8")),o=i.n(s),a=(i("612f"),i("f10e"),i("4453"),i("ee95")),c=i("3f47"),u=i("5975"),h=i("52c1"),l=i("33f8"),d=i("8869"),p=i("c1f9"),f=i.n(p),m={mixins:[d["e"]],computed:Object(c["a"])({},Object(h["e"])({myId:function(t){return t.userId},group:function(t){return t.group},curGroupId:function(t){return t.curSession},members:function(t){return t.group.members},sessionInfo:function(t){return t.group.sessionInfo},shareName:function(t){return t.group.shareName},adminList:function(t){return t.group.adminList},membersArray:function(t){return t.group.membersArray}}),{isAdmin:function(){return this.members&&this.members[this.myId]&&1==this.members[this.myId].is_admin},isCreator:function(){return this.group.creator==this.myId},isPrivate:function(){return this.$store.getters.isPrivate}}),mounted:function(){var t=this;document.addEventListener("click",function(){if(t.$refs.chatSet){var e=t.$refs.chatSet.getAttribute("class");e.indexOf("move-left")>-1&&t.$emit("showCharSet",0)}})},data:function(){return{msgPush:!1,msgTop:!1,limitHeight:!0,isEdit:!1,newGroupName:"",newLink:"",newNotice:"",isEditLink:!1,editNotice:!1,editShareName:"",sharePath:"".concat(location.origin,"/s/"),isSearch:!1,searchList:[],searchTxt:"",meechatType:Object(l["n"])()}},methods:Object(c["a"])({},Object(h["d"])(["initGroup","changeSessionId","changeHotGroupStatus","removeSessionListById"]),Object(h["b"])(["updateSessionItem","getGroupInfo"]),{handleTitleBlur:function(){var t=this;this.isEdit=!1,this.newGroupName.length&&u["a"].group.changeTitle({group_id:this.curGroupId,title:this.newGroupName}).then(function(e){e.data;t.updateSessionItem({sessionId:t.curGroupId,data:{name:t.newGroupName}}),t.$store.commit("updateGroup",{key:"groupName",data:t.newGroupName})})},handleTitleFocus:function(){this.isEdit=!0,this.newGroupName=this.group.groupName},handleShowAll:function(){this.limitHeight||(this.$refs.scrollWrap.scrollTop=0),this.limitHeight=!this.limitHeight},handleLinkBlur:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(){var e=this;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:if(this.isEditLink=!1,!this.editShareName.match(/^\d{1,}$/)){t.next=4;break}return this.$showTips("分享链接不能是纯数字"),t.abrupt("return");case 4:if(this.editShareName.match(/^(\w|.){1,}$/)){t.next=7;break}return this.$showTips("分享链接只能是英文字母,数字和 . 的组合"),t.abrupt("return");case 7:return t.next=9,Object(l["e"])("分享链接只能被修改一次,确认修改为:".concat(this.sharePath+this.editShareName),"提示").catch(function(t){});case 9:u["a"].group.changeName({group_id:this.curGroupId,name:this.editShareName}).then(function(){e.$store.commit("updateGroup",{key:"shareName",data:e.editShareName})});case 10:case"end":return t.stop()}},t,this)}));function e(){return t.apply(this,arguments)}return e}(),handleLinkFocus:function(){this.isEditLink=!0,this.editShareName=this.shareName},handleNotice:function(){var t=this;u["a"].group.changeNotice({group_id:this.curGroupId,notice:this.newNotice}).then(function(){t.$showTips("修改成功"),t.editNotice=!1,t.$store.commit("updateGroup",{key:"groupNotice",data:t.newNotice})})},handleGroudMgr:function(){this.$emit("handleShowGroudMgr",1)},handleOpenNotice:function(){this.editNotice=!0,this.newNotice=this.group.groupNotice},copyLink:function(t){var e=this,i=document.location.protocol+t;this.$copyText(i).then(function(t){e.$showTips("复制成功")})},changePin:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(e){var i,n,r,s;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:return i=1==e?"setPin":"cancelPin",n=1==e?"updateSessionListByPin":"cancelSessionListByPin",t.next=4,u["a"].session[i]({session_id:this.curGroupId});case 4:r=t.sent,s=r.data.data,this.$store.commit("updatePin",e),this.$store.commit(n,{session_id:this.curGroupId,is_pin:s.is_pin,pin_time_int:s.pin_time_int});case 8:case"end":return t.stop()}},t,this)}));function e(e){return t.apply(this,arguments)}return e}(),changeMute:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(e){var i,n;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:return i=1==e?"setMute":"cancelMute",n=1==e?"updateSessionListByMute":"cancelSessionListByMute",t.next=4,u["a"].session[i]({session_id:this.curGroupId});case 4:this.$store.commit("updateMute",e),this.$store.commit(n,this.curGroupId);case 6:case"end":return t.stop()}},t,this)}));function e(e){return t.apply(this,arguments)}return e}(),leaveGroup:function(){var t=this;Object(l["e"])(this.$t("group.leaveComfirm")).then(function(){t.$emit("showLoadingRoom",!0),u["a"].group.leaveGroup({group_id:t.curGroupId}).then(function(){t.changeHotGroupStatus({groupId:t.curGroupId,isJoin:0}),t.removeSessionListById(t.curGroupId),t.$showTips(t.$t("group.leaveTip")),t.$emit("showLoadingRoom",!1),t.$store.commit("updateJoin",!1),"h5"==t.meechatType&&t.$router.go(-2)}).catch(function(){t.$emit("showLoadingRoom",!1)})})}})},g={mixins:[d["e"]],data:function(){return{curItemIndex:0,checkList:[],groupName:"",isLoading:!1,meechatType:Object(l["n"])()}},computed:Object(c["a"])({checkedNum:function(){return this.checkList.filter(function(t){return t.isChecked}).length}},Object(h["e"])({userId:function(t){return t.userId},friendList:function(t){return t.chat.friendList},groupId:function(t){return t.group.groupId},group:function(t){return t.group},members:function(t){return t.group.members},membersArray:function(t){return t.group.membersArray},membersNum:function(t){return t.group.membersNum},adminList:function(t){return t.group.adminList}}),{inviteList:function(){return this.checkList.filter(function(t){return t.isChecked}).map(function(t){return t.user_id}).join(",")},resultList:function(){return this.checkList&&this.checkList.filter(function(t){return t.isChecked})||[]}}),methods:Object(c["a"])({},Object(h["b"])(["getGroupInfo"]),Object(h["d"])(["initGroup","changeSessionId"]),{getItemByUid:function(t){var e=this;return this.checkList.filter(function(i,n){return i.user_id==t&&(e.curItemIndex=n),i.user_id==t})[0]},changeState:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],i=this.getItemByUid(t);i.isChoosed||(4==this.inviteType&&e&&this.adminList.length+this.checkedNum>5?this.$showTips(this.$t("group.groupMgrMostTips")):(5==this.inviteType&&this.checkList.forEach(function(t){t.isChecked=!1}),i["isChecked"]=e,this.$set(this.checkList,this.curItemIndex,i)))},changeStateForH5:function(t){var e=this.getItemByUid(t),i=!e.isChecked;4==this.inviteType&&i&&this.adminList.length+this.checkedNum>5?this.$showTips(this.$t("group.groupMgrMostTips")):(5==this.inviteType&&this.checkList.forEach(function(t){t.isChecked=!1}),e["isChecked"]=i,this.$set(this.checkList,this.curItemIndex,e))},initList:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(){var e=this;return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:t.t0=this.inviteType,t.next=1===t.t0?3:2===t.t0?3:3===t.t0?7:4===t.t0?7:5===t.t0?7:9;break;case 3:return t.next=5,this.$store.dispatch("getFriendList");case 5:return this.checkList=this.friendList,t.abrupt("break",9);case 7:return this.checkList=this.membersArray,t.abrupt("break",9);case 9:this.checkList=f.a.filter(this.checkList,function(t){if(t.isChecked=!1,t.isChoosed=!1,t.isShow=!0,2==e.inviteType){var i=e.membersArray.some(function(e){return e.user_id==t.user_id});return!i}return 4==e.inviteType&&1==t.is_admin&&(t.isChoosed=!0),t.user_id!=e.userId}),this.showNum=this.checkList.length;case 11:case"end":return t.stop()}},t,this)}));function e(){return t.apply(this,arguments)}return e}(),optSubmit:function(){switch(this.inviteType){case 1:this.createGroup();break;case 2:this.invitesMember();break;case 3:this.removesMember();break;case 4:this.addAdmin();break;case 5:this.changeCreator();break;case 6:this.createGroup();break}},createGroup:function(){var t=this;this.groupName.length>16?this.$showTips(this.$t("group.groupNameLengthTips")):this.groupName?(this.isLoading=!0,u["a"].group.createGroup({group_title:this.groupName,user_id_list:this.inviteList}).then(function(e){var i=e.data,n=i.data.session_id;t.$showTips(t.$t("group.createSuccess")),t.ext&&t.ext.tgGroupId?t.doSyncTelegram(n):t.$router.push("/group/".concat(n)),"h5"!=t.meechatType&&t.hidePopup()})):o()({message:this.$t("group.groupNameTips"),type:"warning"})},doSyncTelegram:function(t){var e=this;u["a"].tg.doSync({group_id:t,tg_group_id:this.ext.tgGroupId}).then(function(){e.$router.replace("/group/".concat(t))}).catch(function(t){console.log(t),"h5"==e.meechatType&&e.$router.replace("/")})},invitesMember:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(){return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:return this.isLoading=!0,t.next=3,u["a"].group.invites({user_ids:this.inviteList,group_id:this.groupId});case 3:return t.next=5,this.getGroupInfo();case 5:"h5"==this.meechatType?this.$router.go(-1):this.hidePopup();case 6:case"end":return t.stop()}},t,this)}));function e(){return t.apply(this,arguments)}return e}(),removesMember:function(){var t=Object(a["a"])(regeneratorRuntime.mark(function t(){return regeneratorRuntime.wrap(function(t){while(1)switch(t.prev=t.next){case 0:return this.isLoading=!0,t.next=3,u["a"].group.removes({user_ids:this.inviteList,group_id:this.groupId});case 3:return t.next=5,this.getGroupInfo();case 5:"h5"==this.meechatType?this.$router.go(-1):this.hidePopup();case 6:case"end":return t.stop()}},t,this)}));function e(){return t.apply(this,arguments)}return e}(),addAdmin:function(){var t=this;this.isLoading=!0,u["a"].group.addAdmin({user_ids:this.inviteList,group_id:this.groupId}).then(function(e){e.data;t.getGroupInfo(),"h5"==t.meechatType?t.$router.go(-1):t.hidePopup()})},changeCreator:function(){var t=this;if(!(this.checkedNum<=0)){var e=this.checkList[this.curItemIndex],i=e.nick_name||e.user_name;r.a.confirm("".concat(this.$t("group.groupMgrComfime")," ").concat(i)).then(function(){t.isLoading=!0,u["a"].group.changeCreator({new_creator:t.inviteList,group_id:t.groupId}).then(function(e){e.data;"h5"==t.meechatType?t.$router.go(-1):t.hidePopup(),t.$store.dispatch("getGroupInfo"),o()({message:"".concat(t.$t("group.groupMgrResult")," ").concat(i),type:"warning"})})}).catch(function(t){console.log(t)})}}}),mounted:function(){this.initList()}},v={props:{searchTxt:String},data:function(){return{}},components:{},computed:Object(c["a"])({},Object(h["e"])(["hotList"]),{showHotList:function(){var t=this.searchTxt&&this.searchTxt.trim();if(!t)return this.hotList;var e=this.hotList.filter(function(e){var i=e.group_title&&e.group_title.toLocaleLowerCase()||"";return i.match(t)});return e}}),methods:Object(c["a"])({},Object(h["d"])(["changeHotGroupStatus"]),{bgColorNum:function(t){return Object(l["k"])(t,this.userId)},joinGroup:function(t,e){var i=this;1==e?this.$router.push("/group/".concat(t)):u["a"].group.joinGroup({group_id:t}).then(function(){i.changeHotGroupStatus({groupId:t,isJoin:1}),i.$router.push("/group/".concat(t))})}}),mounted:function(){this.$store.commit("changeSessionId","0"),this.$store.dispatch("getHotList")}}},e424:function(t,e,i){},ffb4:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"chat-set"},[i("back-bar",{attrs:{title:t.$t("h5.chatInfo")}}),i("div",{staticClass:"setting-top"},[i("ul",{ref:"scrollWrap",staticClass:"user-list pub-scroll-box",class:{"height-limit":t.limitHeight}},[t.isAdmin||t.isCreator?i("li",{staticClass:"list-item",on:{click:function(e){return t.showInvite(2)}}},[t._m(0),i("span",{staticClass:"name"},[t._v(t._s(t.$t("group.add")))])]):t._e(),t.isAdmin||t.isCreator?i("li",{staticClass:"list-item",on:{click:function(e){return t.showInvite(3)}}},[t._m(1),i("span",{staticClass:"name"},[t._v(t._s(t.$t("group.delete")))])]):t._e(),t._l(t.membersArray,function(e,n){return[i("li",{key:n,staticClass:"list-item",on:{click:function(i){return t.toAboutOther(e.user_id)}}},[i("div",{staticClass:"avatar-box"},[e.cover_photo?i("img",{staticClass:"avatar",attrs:{src:e.cover_photo,alt:""}}):i("div",{staticClass:"user-avatar avatar",class:"avatar_bg"+e.user_id%9,attrs:{title:e.nick_name,"data-name":e&&e.nick_name&&e.nick_name.slice(0,2).toUpperCase()}}),t.group.creator==e.user_id?i("i",{staticClass:"creator-icon"}):t.adminList.includes(Number(e.user_id))?i("i",{staticClass:"admin-icon el-icon-star-on"}):t._e()]),i("span",{staticClass:"name"},[t._v(t._s(e.nick_name))])])]})],2),t.showMore?i("div",{staticClass:"show-all-btn",on:{click:t.handleShowAll}},[t._v("\n "+t._s(t.limitHeight?t.$t("group.showAll"):t.$t("group.hideAll"))+" "),i("i",{class:"el-icon-arrow-"+(t.limitHeight?"down":"up")})]):t._e()]),t.isAdmin||t.isCreator?i("div",{staticClass:"pub-setting"},[i("div",{staticClass:"setting-item"},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("h5.groupAvatar")))]),i("p",{staticClass:"text"},[t.isCreator?i("input",{attrs:{type:"file",accept:"image/jpeg,image/png,image/jpg"},on:{change:function(e){return t.uploadImg(e)}}}):t._e(),t.group.coverPhoto?i("img",{staticClass:"team-avatar",attrs:{src:t.group.coverPhoto},on:{click:function(e){return e.stopPropagation(),t.$showImgPreview(t.group.coverPhoto)}}}):i("span",{staticClass:"no-avatar"},[i("i",{staticClass:"el-icon-plus"})]),i("i",{staticClass:"el-icon-arrow-right team-arrow-icon"})])]),t.isAdmin||t.isCreator?i("div",{staticClass:"setting-item",on:{click:t.editGroupName}},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("h5.groupName")))]),i("p",{staticClass:"text"},[t._v("\n "+t._s(t.group.groupName)+"\n "),i("i",{staticClass:"el-icon-arrow-right team-arrow-icon"})])]):t._e()]):t._e(),i("div",{staticClass:"pub-setting"},[i("div",{staticClass:"setting-item"},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("group.groupInviteLink")))]),i("p",{staticClass:"text"},[t.isEditLink?[i("em",{staticClass:"edit-name-path"},[t._v(t._s(t.sharePath))]),i("input",{directives:[{name:"model",rawName:"v-model",value:t.editShareName,expression:"editShareName"},{name:"focus",rawName:"v-focus"}],staticClass:"edit-name-input",attrs:{type:"text",autofocus:""},domProps:{value:t.editShareName},on:{blur:t.handleLinkBlur,input:function(e){e.target.composing||(t.editShareName=e.target.value)}}})]:[i("span",{staticClass:"invite-link",attrs:{href:"javascript:"},on:{click:function(e){return t.copyLink(t.group.inviteUrl)}}},[t._v(t._s(t.sharePath+t.shareName))]),t.isAdmin||t.isCreator?i("span",{staticClass:"invite-editBtn",on:{click:t.handleLinkFocus}},[i("i",{staticClass:"el-icon-arrow-right team-arrow-icon"})]):t._e()]],2)]),i("div",{staticClass:"setting-item"},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("group.groupPin")))]),t.isAdmin||t.isCreator?i("p",{staticClass:"text cursor",on:{click:t.editGroupNotice}},[t._v("\n "+t._s(t.group.groupNotice)+"\n "),i("i",{staticClass:"el-icon-arrow-right team-arrow-icon"})]):[t.group.groupNotice?i("p",{staticClass:"text notice"},[t._v(t._s(t.group.groupNotice))]):i("p",{staticClass:"text notice"},[t._v(t._s(t.$t("group.noPin")))])]],2)]),i("div",{staticClass:"pub-setting"},[i("div",{staticClass:"setting-item"},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("group.doNotDisturb")))]),i("p",{staticClass:"text"},[i("el-switch",{attrs:{"active-value":1,"inactive-value":0,"active-color":"#4dd865","inactive-color":"#cbcbcb"},on:{change:t.changeMute},model:{value:t.sessionInfo.is_mute,callback:function(e){t.$set(t.sessionInfo,"is_mute",e)},expression:"sessionInfo.is_mute"}})],1)]),i("div",{staticClass:"setting-item"},[i("div",{staticClass:"title"},[t._v(t._s(t.$t("group.topChat")))]),i("p",{staticClass:"text"},[i("el-switch",{attrs:{"active-value":1,"inactive-value":0,"active-color":"#4dd865","inactive-color":"#cbcbcb"},on:{change:t.changePin},model:{value:t.sessionInfo.is_pin,callback:function(e){t.$set(t.sessionInfo,"is_pin",e)},expression:"sessionInfo.is_pin"}})],1)])]),i("div",{staticClass:"pub-bottom-btn",on:{click:t.leaveGroup}},[t._v(t._s(t.$t("group.quitGroup")))]),i("cropper",t._b({on:{close:t.cropperClose,cropper:t.cropperSubmit}},"cropper",t.cropperOption,!1))],1)},r=[function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"avatar btn"},[i("i",{staticClass:"el-icon-plus"})])},function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"avatar btn"},[i("i",{staticClass:"el-icon-minus"})])}],s=i("3f47"),o=(i("3a23"),i("948e"),i("3050"),i("68ca")),a=i.n(o),c=i("6e6d"),u=i("1848"),h=i("bced"),l=i("1440"),d=i("fa92"),p=i("52c1");c["default"].component(a.a.name,a.a);var f={name:"h5ChatSet",mixins:[h["c"],d["a"]],computed:{showMore:function(){return this.isAdmin||this.isCreator?this.group.userCounts>3:this.group.userCounts>6}},components:{backBar:u["a"],cropper:l["a"]},methods:Object(s["a"])({},Object(p["b"])(["getGroupInfo"]),{showInvite:function(t){this.$router.push("/invite/".concat(t,"/").concat(this.curGroupId))},toAboutOther:function(t){this.$router.push("/other/".concat(t))},editGroupName:function(){this.$router.push("/editInfo/groupName/".concat(this.curGroupId))},editGroupNotice:function(){this.$router.push("/editInfo/groupNotice/".concat(this.curGroupId))}}),mounted:function(){var t=this.$route.params.id;this.isPrivate||this.group.groupId||(this.initGroup({userId:this.myId,groupId:t,useCache:!1}),this.getGroupInfo())}},m=f,g=(i("44db"),i("17cc")),v=Object(g["a"])(m,n,r,!1,null,"b726cbf8",null);e["default"]=v.exports}}]);
|