cnhis-design-vue 2.0.10 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -5
- package/es/age/index.js +2 -2
- package/es/big-table/index.js +23 -23
- package/es/button/index.js +2 -2
- package/es/captcha/index.js +3 -3
- package/es/checkbox/index.js +1 -1
- package/es/color-picker/index.js +1 -1
- package/es/drag-layout/index.js +3 -3
- package/es/editor/index.js +1 -1
- package/es/fabric-chart/index.js +66 -35
- package/es/form-table/index.js +17 -17
- package/es/index/index.js +876 -660
- package/es/index/style.css +1 -1
- package/es/input/index.js +1 -1
- package/es/map/index.js +1 -1
- package/es/multi-chat/index.js +91 -76
- package/es/multi-chat/style.css +1 -1
- package/es/multi-chat-client/index.js +57 -43
- package/es/multi-chat-client/style.css +1 -1
- package/es/multi-chat-history/index.js +4 -4
- package/es/multi-chat-record/index.js +4 -4
- package/es/multi-chat-setting/index.js +166 -95
- package/es/multi-chat-setting/style.css +1 -1
- package/es/multi-chat-sip/index.js +1 -1
- package/es/radio/index.js +1 -1
- package/es/scale-view/index.js +406 -337
- package/es/scale-view/style.css +1 -1
- package/es/select/index.js +3 -3
- package/es/select-label/index.js +3 -3
- package/es/select-person/index.js +76 -39
- package/es/select-person/style.css +1 -1
- package/es/table-filter/index.js +21 -21
- package/es/tag/index.js +1 -1
- package/es/utils/index.js +24 -2
- package/es/verification-code/index.js +2 -2
- package/package.json +1 -1
- package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +2 -2
- package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +8 -7
- package/packages/fabric-chart/src/mixins/draw.js +18 -0
- package/packages/multi-chat/chat/chatFooter.vue +11 -2
- package/packages/multi-chat/chat/index.vue +3 -2
- package/packages/multi-chat/chat/scrollList.vue +3 -1
- package/packages/multi-chat/setting/baseInfo/index.vue +55 -1
- package/packages/multi-chat/store/getters.js +3 -0
- package/packages/multi-chat/store/mutation.js +3 -0
- package/packages/multi-chat/store/state.js +1 -0
- package/packages/scale-view/formitem/r-choice.vue +110 -95
- package/packages/scale-view/scaleView.vue +334 -369
- package/packages/select-person/select-person.vue +26 -12
- package/src/utils/index.js +15 -0
package/es/multi-chat/index.js
CHANGED
|
@@ -291,7 +291,7 @@ module.exports = require("core-js/modules/es.array.find.js");
|
|
|
291
291
|
|
|
292
292
|
"use strict";
|
|
293
293
|
|
|
294
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
294
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-describe.vue?vue&type=template&id=4b76a796&scoped=true&
|
|
295
295
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"msg-describe"},[_c('div',{staticClass:"msg-describe__header"},[_vm._v(_vm._s(_vm.content.title || ''))]),_c('div',{staticClass:"msg-describe__content"},[_c('div',{ref:"wrapper",class:_vm.isOpen ? '' : 'wrapper'},_vm._l((_vm.contentParams),function(item,i){return _c('div',{key:i,staticClass:"desc-item"},[_c('div',{staticClass:"desc-title"},[_vm._v(" "+_vm._s(item.p_name)+" ")]),_c('div',{staticClass:"desc-txt"},[_vm._v(" "+_vm._s(item.p_value)+" ")])])}),0),(_vm.foldVisible)?_c('div',{staticClass:"fold-btn",on:{"click":_vm.toggleOpen}},[_vm._v(" "+_vm._s(_vm.isOpen ? _vm.i18nText('1.4.9.33') : _vm.i18nText('1.10.233') + _vm.i18nText('1.10.149'))+" "),_c('a-icon',{attrs:{"type":_vm.isOpen ? 'up' : 'down'}})],1):_vm._e()])])}
|
|
296
296
|
var staticRenderFns = []
|
|
297
297
|
|
|
@@ -423,13 +423,6 @@ module.exports = require("core-js/modules/es.string.trim.js");
|
|
|
423
423
|
|
|
424
424
|
/***/ }),
|
|
425
425
|
|
|
426
|
-
/***/ "132a":
|
|
427
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
428
|
-
|
|
429
|
-
// extracted by mini-css-extract-plugin
|
|
430
|
-
|
|
431
|
-
/***/ }),
|
|
432
|
-
|
|
433
426
|
/***/ "13e3":
|
|
434
427
|
/***/ (function(module, exports) {
|
|
435
428
|
|
|
@@ -716,6 +709,13 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
716
709
|
|
|
717
710
|
/***/ }),
|
|
718
711
|
|
|
712
|
+
/***/ "1f02":
|
|
713
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
714
|
+
|
|
715
|
+
// extracted by mini-css-extract-plugin
|
|
716
|
+
|
|
717
|
+
/***/ }),
|
|
718
|
+
|
|
719
719
|
/***/ "1f1a":
|
|
720
720
|
/***/ (function(module, exports) {
|
|
721
721
|
|
|
@@ -957,7 +957,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
957
957
|
|
|
958
958
|
"use strict";
|
|
959
959
|
|
|
960
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
960
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/audio.vue?vue&type=template&id=d99c71a2&scoped=true&
|
|
961
961
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"single-audio",style:({ width: _vm.size === 'big' ? '414px' : '207px' }),on:{"mousedown":_vm.handleMove}},[_c('div',{staticClass:"header",style:({
|
|
962
962
|
height: _vm.size === 'big' ? '40px' : '30px',
|
|
963
963
|
lineHeight: _vm.size === 'big' ? '40px' : '30px',
|
|
@@ -2225,7 +2225,7 @@ function _slicedToArray(arr, i) {
|
|
|
2225
2225
|
|
|
2226
2226
|
"use strict";
|
|
2227
2227
|
|
|
2228
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2228
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/msg-prescription.vue?vue&type=template&id=a9aa04b2&scoped=true&
|
|
2229
2229
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:['msg-prescription', _vm.theme],on:{"click":_vm.handleTemplateDetail}},[_c('div',{staticClass:"prescription_header"},[_c('span',{staticClass:"prescription_header-title"},[_vm._v(_vm._s(_vm.content.title))]),(_vm.topRightButton)?_c('span',{staticClass:"prescription_header-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.topRightButton)}}},[_vm._v(" "+_vm._s(_vm.topRightButton.title)+" ")]):(_vm.showArrow)?_c('a-icon',{attrs:{"type":"right","color":"#969696"}}):_vm._e()],1),_c('div',{staticClass:"prescription_wrapper"},[(_vm.content.icon)?_c('svg-icon',{staticClass:"prescription_logo",attrs:{"icon-class":_vm.content.icon}}):(_vm.content.image)?_c('img',{staticClass:"prescription_logo",attrs:{"src":_vm.content.image}}):_vm._e(),_c('bodyComp',{staticClass:"prescription_body",attrs:{"body":_vm.body}})],1),(_vm.toolbarButton.length)?_c('div',{staticClass:"prescription_btn-group"},_vm._l((_vm.toolbarButton),function(btn,index){return _c('a-button',{key:index,attrs:{"type":"primary","shape":"round","ghost":""},on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, btn)}}},[_vm._v(" "+_vm._s(btn.title)+" ")])}),1):_vm._e(),(_vm.bottomButton)?_c('div',{staticClass:"prescription_footer"},[_c('span',{staticClass:"prescription_footer-btn",on:{"click":function($event){$event.stopPropagation();return _vm.handleTemplateButton($event, _vm.bottomButton)}}},[_vm._v(" "+_vm._s(_vm.bottomButton.title)+" ")])]):_vm._e()])}
|
|
2230
2230
|
var staticRenderFns = []
|
|
2231
2231
|
|
|
@@ -2488,7 +2488,7 @@ module.exports = function (it) {
|
|
|
2488
2488
|
|
|
2489
2489
|
"use strict";
|
|
2490
2490
|
|
|
2491
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2491
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=bfc2e530&scoped=true&
|
|
2492
2492
|
var render = function () {
|
|
2493
2493
|
var this$1 = this;
|
|
2494
2494
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-wrapper"},[(_vm.isServer && _vm.enable)?_c('chat-header',{attrs:{"hideHeader":_vm.hideHeader},on:{"openPortraitPanel":_vm.handleOpenPortraitPanel}}):_vm._e(),_c('a-layout-content',[_vm._t("default"),(_vm.showBroadcast)?_c('div',{staticClass:"broadcast-wrap"},[(_vm.broadcastCarousel)?_c('div',{staticClass:"carousel-item",class:{ 'has-link': _vm.assemblySetting.broadcast.PC.list[0].url },on:{"click":function($event){return _vm.goToBroadcastLink(_vm.assemblySetting.broadcast.PC.list[0])}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(" "+_vm._s(_vm.assemblySetting.broadcast.PC.list[0].content)+" ")])],1):[_c('a-carousel',{attrs:{"dotPosition":"right","autoplay":"","dots":false}},_vm._l((_vm.assemblySetting.broadcast.PC.list),function(item,i){return _c('div',{key:i,staticClass:"carousel-item",class:{ 'has-link': item.url },on:{"click":function($event){return _vm.goToBroadcastLink(item)}}},[_c('a-icon',{attrs:{"type":"sound"}}),_c('span',{staticClass:"ellips"},[_vm._v(_vm._s(item.content))])],1)}),0)]],2):_vm._e(),(_vm.sessionHistoryList.length > 1 && !(!_vm.onChating && _vm.currentTab === 'end') && !_vm.sessionEnd)?_c('div',{staticStyle:{"position":"absolute","top":"0","left":"20px","z-index":"1"}},[_c('a-radio-group',{attrs:{"value":_vm.selectedSession,"buttonStyle":"solid"},on:{"change":_vm.handleSessionIdChange}},_vm._l((_vm.sessionHistoryList),function(item){return _c('a-radio-button',{key:item.id + item.fromId,attrs:{"value":item.id + '-' + item.fromId}},[_vm._v(_vm._s(item.fromName))])}),1)],1):_vm._e(),_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],ref:"message-wrapper",staticClass:"online-message",on:{"scroll":_vm.scrollEvent}},[_vm._l((_vm.msgList),function(item,index){return [(item)?_c('div',{key:index},[(_vm.isNeedShowTime(item, index))?_c('p',{staticClass:"message-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]):_vm._e(),(item.recallFlag)?_c('div',{staticStyle:{"margin":"10px 0"}},[(_vm.handleRecallFlag(item))?[_vm._v(" "+_vm._s(_vm.getRecallText(item, _vm.isServer))+" "),([0, 4].includes(item.content && item.content.type) && _vm.onChating && _vm.isServer)?_c('a',{staticStyle:{"text-decoration":"underline"},on:{"click":function($event){return _vm.reEditMessage(item)}}},[_vm._v(","+_vm._s(_vm.i18nText('1.9.368')))]):_vm._e()]:[_vm._v(" "+_vm._s(_vm.getRecallText(item) || ((item.fromName) + " " + (_vm.i18nText('1.9.365'))))+" ")]],2):(_vm.isSystemMsg(item))?_c('div',{staticClass:"system-msg"},[_c('a-icon',{staticClass:"system-icon",attrs:{"theme":"filled","type":"exclamation-circle"}}),_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.getSystemMsgContent(item))}}),_vm._l((_vm.getTemplateButton(item)),function(btn,index){return _c('span',{key:index,staticClass:"system-btn",on:{"click":function($event){return _vm.handleTemplateButton(btn)}}},[_vm._v(_vm._s(btn.title))])})],2)],1):(!item.recallFlag)?_c('div',{staticClass:"message-item",class:[_vm.getMessageItemClass(item), { 'read-status': _vm.enableReadRecord && item.readStatus }],attrs:{"data-rid":item.readStatus === 'N' ? item.id : ''}},[(!_vm.isServer && item.fromPortrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.fromPortrait}}):(!_vm.isServer && item.fromName)?_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")]):(!_vm.isServer)?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.getAvatar(item),"width":"40","height":"40"}}):[(item.fromId === 'SYSTEM')?_c('img',{staticClass:"msg-avatar",attrs:{"src":_vm.customerStaffIcon,"width":"40","height":"40"}}):(item.content && item.content.source === 1)?_c('img',{staticClass:"msg-avatar",attrs:{"src":__webpack_require__("6753"),"width":"40","height":"40"}}):(item.portrait)?_c('img',{staticClass:"msg-avatar",attrs:{"src":item.portrait}}):_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName && item.fromName.slice(0, 2))+" ")])],_c('div',{staticStyle:{"display":"flex"},on:{"contextmenu":function($event){return _vm.handleContextmenu($event, item)}}},[(item.sending)?_c('a-spin',[_c('a-icon',{staticStyle:{"font-size":"24px"},attrs:{"slot":"indicator","type":"loading","spin":""},slot:"indicator"})],1):_vm._e(),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":function($event){return _vm.handleSendFail(item)}}},[_c('a-icon',{attrs:{"slot":"icon","type":"exclamation-circle"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v("确认重新发送该消息?")])]),(item.fail)?_c('a-icon',{staticStyle:{"font-size":"16px","display":"flex","align-items":"center","color":"red"},attrs:{"theme":"filled","type":"exclamation-circle"}}):_vm._e()],1),(item.content.type === 0)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{class:{
|
|
@@ -2583,7 +2583,7 @@ module.exports = {};
|
|
|
2583
2583
|
|
|
2584
2584
|
"use strict";
|
|
2585
2585
|
|
|
2586
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
2586
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatHeader.vue?vue&type=template&id=4be1a9a6&scoped=true&
|
|
2587
2587
|
var render = function () {
|
|
2588
2588
|
var this$1 = this;
|
|
2589
2589
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-header',[(!_vm.hideHeader)?_c('div',{staticClass:"chat-header-wrapper"},[_c('div',{staticClass:"chat-header-title",on:{"click":function($event){return _vm.$emit('openPortraitPanel', { fromId: _vm.clientId })}}},[(_vm.clientParams.name)?_c('Avatar',{attrs:{"src":_vm.curScrollItem && _vm.curScrollItem.portrait,"size":30,"name":_vm.clientParams.name,"len":2}}):_vm._e(),_c('span',{staticClass:"chat-header-username"},[_vm._v(_vm._s(_vm.clientParams.name))]),(_vm.curScrollItem)?[(_vm.curScrollItem.sendName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.curScrollItem.sendName + '转接给了你'))]),_c('span',{staticClass:"zhuanjie"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanchu"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.sendName)+" ")],1)],2):_vm._e(),(_vm.curScrollItem.receiveName)?_c('a-tooltip',{attrs:{"placement":"topLeft"}},[_c('template',{slot:"title"},[_vm._v(_vm._s('你转接给了' + _vm.curScrollItem.receiveName))]),_c('span',{staticClass:"zhuanchu"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"liaotian-zhuanru"}}),_vm._v(" "+_vm._s(_vm.curScrollItem.receiveName)+" ")],1)],2):_vm._e()]:_vm._e()],2),_c('div',{staticClass:"chat-header-opt"},[(_vm.isShow('TRANSFER') && _vm.sessionType == 1 && _vm.onChating)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating && !!_vm.convertButtonTitle},on:{"click":_vm.handleConvertShow}},[_vm._v(_vm._s(_vm.convertButtonTitle))]):_vm._e(),_c('UserStatus',{staticClass:"chat-header-opt-btn"}),(_vm.isSessionOwner && !_vm.isStaff)?_c('a-button',{staticClass:"chat-header-opt-btn",attrs:{"disabled":!_vm.onChating},on:{"click":_vm.handleConfirm}},[_vm._v(_vm._s(_vm.endSessionTitle))]):_vm._e()],1)]):_vm._e(),(_vm.sessionTimer)?_c('a-alert',{staticClass:"session-time",attrs:{"type":"success"},scopedSlots:_vm._u([{key:"message",fn:function(){return [_vm._v(" "+_vm._s(_vm.i18nText('1.9.324'))+": "+_vm._s(_vm.formatedSessionTime)+" ")]},proxy:true}],null,false,3826010762)}):_vm._e(),_c('a-modal',{attrs:{"title":_vm.convertButtonTitle,"visible":_vm.convertShow,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":function () {
|
|
@@ -3933,17 +3933,6 @@ module.exports = function (argument) {
|
|
|
3933
3933
|
};
|
|
3934
3934
|
|
|
3935
3935
|
|
|
3936
|
-
/***/ }),
|
|
3937
|
-
|
|
3938
|
-
/***/ "50cb":
|
|
3939
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
3940
|
-
|
|
3941
|
-
"use strict";
|
|
3942
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_86732388_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("132a");
|
|
3943
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_86732388_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_86732388_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
3944
|
-
/* unused harmony reexport * */
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
3936
|
/***/ }),
|
|
3948
3937
|
|
|
3949
3938
|
/***/ "5135":
|
|
@@ -3982,8 +3971,8 @@ var es_promise_finally = __webpack_require__("a79d");
|
|
|
3982
3971
|
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
3983
3972
|
var es_function_name_js_ = __webpack_require__("db0a");
|
|
3984
3973
|
|
|
3985
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3986
|
-
var
|
|
3974
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/index.vue?vue&type=template&id=f9d5b3d0&scoped=true&
|
|
3975
|
+
var chatvue_type_template_id_f9d5b3d0_scoped_true_render = function () {
|
|
3987
3976
|
var this$1 = this;
|
|
3988
3977
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"online-chat multiChat-chat-index",class:{ 'chat-style-fold': !_vm.isNormalStyle }},[(_vm.loading)?_c('a-spin',{staticClass:"loading"}):_c('a-layout',[_c('a-layout-sider',{staticClass:"message-list",class:{ 'message-list-close': !_vm.enable },attrs:{"width":_vm.isNormalStyle ? 300 : 94}},[(_vm.enable && !_vm.hideSearch && _vm.isNormalStyle)?_c('div',{staticClass:"message-search"},[_c('a-input',{attrs:{"placeholder":_vm.i18nText('1.9.321'),"value":_vm.keywords},on:{"change":_vm.handleKeywordsChange,"pressEnter":_vm.handleKeywordsSearch}},[_c('a-icon',{attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],1),_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"ghost":"","type":"primary"},on:{"click":function($event){_vm.advancedFilterVisible = true}}},[_vm._v(_vm._s(_vm.i18nText('1.9.271')))])],1):_vm._e(),_c('div',{class:{ 'chat-style-set': true, 'show-style': _vm.enableTableStyle }},[(_vm.enableTableStyle)?_c('div',{staticClass:"chat-style-btns"},_vm._l((_vm.styleBtns),function(item){return _c('span',{key:item.type,class:{ 'chat-style-btn': true, active: _vm.styleType === item.type },on:{"click":function($event){return _vm.toggleStyleType(item.type)}}},[_c('img',{attrs:{"src":_vm.styleType === item.type ? item.activeIcon : item.icon}})])}),0):_vm._e(),_c('div',[_c('a-range-picker',{directives:[{name:"show",rawName:"v-show",value:(_vm.isNormalStyle),expression:"isNormalStyle"}],attrs:{"value":_vm.searchDate,"open":_vm.dateOpenStatus},on:{"change":_vm.handleSearchDateChange,"openChange":_vm.handleDateOpenChange}},[_c('i',{class:{ 'set-btn-icon': true, active: _vm.searchDate.length > 1 }},[_c('svg-icon',{attrs:{"icon-class":"a-xitongtubiaoliaotianriqishaixuan"}})],1),_c('div',{staticClass:"data-picker-clear",attrs:{"slot":"renderExtraFooter"},on:{"click":_vm.clearSearchDate},slot:"renderExtraFooter"},[_vm._v("清空")])]),_c('a-tooltip',{attrs:{"placement":"right","title":"视图切换"}},[_c('a-icon',{staticClass:"set-btn-icon",attrs:{"type":"swap"},on:{"click":_vm.toggleStyleFold}})],1)],1)]),(!_vm.isNormalStyle)?_c('ChatTabsHeader',{attrs:{"activeKey":_vm.currentTab,"tabList":_vm.tabList,"queueStatistic":_vm.queueStatistic,"sessionStatistic":_vm.sessionStatistic,"offlineSessionStatistic":_vm.offlineSessionStatistic,"classify":_vm.classify,"handleOfflineClassifyCount":_vm.handleOfflineClassifyCount,"classifyList":_vm.classifyList},on:{"change":_vm.handleTabChange,"changeClassify":_vm.handleClassifyClick}},[(_vm.isConference && _vm.enable)?[_c('a-tooltip',{attrs:{"placement":"bottom"}},[_c('template',{slot:"title"},[_vm._v(" "+_vm._s(_vm.conferenceTitle)+" ")]),_c('a-icon',{staticClass:"add-icon",attrs:{"type":"plus-circle"},on:{"click":_vm.addConference}})],2)]:_vm._e()],2):_vm._e(),(_vm.enable)?_c('a-tabs',{staticClass:"message-tabs",class:{ 'message-conference-tab': _vm.isConference, 'message-staff-tab': _vm.isStaff },attrs:{"activeKey":_vm.currentTab},on:{"change":_vm.handleTabChange}},[_vm._l((_vm.tabList),function(ref){
|
|
3989
3978
|
var name = ref.name;
|
|
@@ -4009,7 +3998,7 @@ return [(item.icon)?_c('svg-icon',{attrs:{"icon-class":item.icon}}):_vm._e(),_c(
|
|
|
4009
3998
|
var staticRenderFns = []
|
|
4010
3999
|
|
|
4011
4000
|
|
|
4012
|
-
// CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=template&id=
|
|
4001
|
+
// CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=template&id=f9d5b3d0&scoped=true&
|
|
4013
4002
|
|
|
4014
4003
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
4015
4004
|
var defineProperty = __webpack_require__("ade3");
|
|
@@ -4505,7 +4494,7 @@ var _components;
|
|
|
4505
4494
|
type: String
|
|
4506
4495
|
}
|
|
4507
4496
|
},
|
|
4508
|
-
methods: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["c" /* mapMutations */])(['setSessionId', 'setIsScrollListChange', 'setListChangeItem', 'setCurrentTab', 'setClientId', 'setOnChating', 'setClientParams', 'setQueueItem', 'setScrollTo', 'setSessionHistoryList', 'setSessionEnd', 'setQueueStatistic', 'setSessionStatistic', 'offlineSessionStatistic', 'appendList', 'setSessionType', 'setOfflineClassifyCount', 'setScrollQueueId', 'setLastClassify', 'setLastCurrentTab', 'setFooterMessage', 'setCurScrollItem', 'setDisableOperate', 'setClassify', 'setOfflineSessionStatistic'])), Object(helper["c" /* mapMutations */])({
|
|
4497
|
+
methods: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["c" /* mapMutations */])(['setSessionId', 'setIsScrollListChange', 'setListChangeItem', 'setCurrentTab', 'setClientId', 'setOnChating', 'setClientParams', 'setQueueItem', 'setScrollTo', 'setSessionHistoryList', 'setSessionEnd', 'setQueueStatistic', 'setSessionStatistic', 'offlineSessionStatistic', 'appendList', 'setSessionType', 'setOfflineClassifyCount', 'setScrollQueueId', 'setLastClassify', 'setLastCurrentTab', 'setFooterMessage', 'setCurScrollItem', 'setDisableOperate', 'setClassify', 'setOfflineSessionStatistic', 'setClosedSession'])), Object(helper["c" /* mapMutations */])({
|
|
4509
4498
|
clearMsgList: 'setMsgList'
|
|
4510
4499
|
})), Object(helper["a" /* mapActions */])(['setMsgList', 'setChatTimer'])), {}, {
|
|
4511
4500
|
isActive: function isActive(item) {
|
|
@@ -4843,6 +4832,7 @@ var _components;
|
|
|
4843
4832
|
this.setLastClassify(this.classify);
|
|
4844
4833
|
this.setLastCurrentTab(this.currentTab);
|
|
4845
4834
|
this.setCurScrollItem(item);
|
|
4835
|
+
this.setClosedSession(this.type === 'end');
|
|
4846
4836
|
|
|
4847
4837
|
switch (this.type) {
|
|
4848
4838
|
case 'queue':
|
|
@@ -5656,7 +5646,7 @@ var video = __webpack_require__("56b2");
|
|
|
5656
5646
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/audio.vue + 4 modules
|
|
5657
5647
|
var audio = __webpack_require__("279d");
|
|
5658
5648
|
|
|
5659
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5649
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/calling.vue?vue&type=template&id=9cb7935a&scoped=true&
|
|
5660
5650
|
var callingvue_type_template_id_9cb7935a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"calling"},_vm._l((_vm.callings),function(item){return _c('div',{key:item.sessionId,ref:"calling",refInFor:true,staticClass:"main"},[_c('img',{attrs:{"src":__webpack_require__("0310"),"width":"40"}}),_c('span',{staticClass:"name"},[_vm._v(_vm._s(item.callerName))]),_c('div',{staticClass:"operate"},[_c('img',{attrs:{"src":__webpack_require__("1d16"),"width":"40"},on:{"click":function($event){return _vm.handleConfirm(item)}}}),_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":"40"},on:{"click":function($event){return _vm.handleReject(item)}}})])])}),0)}
|
|
5661
5651
|
var callingvue_type_template_id_9cb7935a_scoped_true_staticRenderFns = []
|
|
5662
5652
|
|
|
@@ -5954,7 +5944,7 @@ var calling_component = Object(componentNormalizer["a" /* default */])(
|
|
|
5954
5944
|
)
|
|
5955
5945
|
|
|
5956
5946
|
/* harmony default export */ var calling = (calling_component.exports);
|
|
5957
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
5947
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/delay.vue?vue&type=template&id=6507ce77&scoped=true&
|
|
5958
5948
|
var delayvue_type_template_id_6507ce77_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-delay"},[_c('div',{staticClass:"header"},[_vm._v(_vm._s(_vm.delay.toName)+" "+_vm._s(_vm.i18nText('1.9.378'))+" ")]),_c('div',{staticClass:"count-down"},[_c('span',{staticClass:"title"},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.376'))+" ("+_vm._s(_vm.i18nText('1.2.1.11.21'))+"/"+_vm._s(_vm.i18nText('1.2.1.11.22'))+") ")]),_c('div',{staticClass:"times"},_vm._l((_vm.timeArray),function(item,index){return _c('div',{key:index,staticClass:"times"},[(index)?_c('span',{staticClass:"division"},[_vm._v(" : ")]):_vm._e(),_vm._l((item),function(v,j){return _c('span',{key:j,staticClass:"time"},[_vm._v(_vm._s(v))])})],2)}),0)]),_c('div',{staticClass:"operate"},[_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.handleDelay}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.379'))+_vm._s(_vm.i18nText('1.9.319.11', { num: _vm.timeLength }))+" ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.4'))+" ")])],1)])}
|
|
5959
5949
|
var delayvue_type_template_id_6507ce77_scoped_true_staticRenderFns = []
|
|
5960
5950
|
|
|
@@ -6077,7 +6067,7 @@ var delay_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6077
6067
|
)
|
|
6078
6068
|
|
|
6079
6069
|
/* harmony default export */ var delay = (delay_component.exports);
|
|
6080
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6070
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/advancedFilter.vue?vue&type=template&id=6bed273e&scoped=true&
|
|
6081
6071
|
var advancedFiltervue_type_template_id_6bed273e_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"advanced-filter"},[_c('a-modal',{attrs:{"title":_vm.i18nText("1.9.271"),"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","destroyOnClose":true},on:{"cancel":_vm.handleCancel}},[_c('div',{staticClass:"search-wrapper"},[_c('a-input-search',{staticStyle:{"width":"250px"},attrs:{"placeholder":_vm.i18nText('2.12.7.5'),"enterButton":_vm.i18nText('2.2.2.14')},on:{"search":_vm.getTableList},model:{value:(_vm.searchCondition.keyword),callback:function ($$v) {_vm.$set(_vm.searchCondition, "keyword", $$v)},expression:"searchCondition.keyword"}}),(_vm.onlineTypeList && _vm.onlineTypeList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"showSearch":"","filterOption":_vm.filterOption,"placeholder":'会话状态'},on:{"change":_vm.handleOnlineTypeChange},model:{value:(_vm.searchCondition.onlineType),callback:function ($$v) {_vm.$set(_vm.searchCondition, "onlineType", $$v)},expression:"searchCondition.onlineType"}},_vm._l((_vm.onlineTypeList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e(),(_vm.classifyList && _vm.classifyList.length)?_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":_vm.i18nText('1.9.338')},on:{"change":_vm.handleClassifyChange}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1):_vm._e()],1),_c('a-table',{staticClass:"advance-table",attrs:{"data-source":_vm.tableData,"columns":_vm.columns,"row-key":"id","bordered":"","pagination":false,"scroll":{ x: 1260, y: 500 }},scopedSlots:_vm._u([{key:"toName",fn:function(scope, record){return [_c('a',{on:{"click":function($event){return _vm.viewMessageRecord(record)}}},[_vm._v(_vm._s(record.toName))])]}},{key:"status",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatStatus(scope)))])]}},{key:"createdTime",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatTime(scope)))])]}},{key:"classify",fn:function(scope){return [_c('div',[_vm._v(_vm._s(_vm.formatClassify(scope)))])]}}])}),_c('a-pagination',{attrs:{"current":_vm.pagination.currentPage,"pageSizeOptions":['5', '10', '15', '20'],"pageSize":_vm.pagination.pageSize,"showSizeChanger":"","showQuickJumper":"","total":_vm.pagination.total},on:{"showSizeChange":_vm.handleSizeChange,"change":_vm.handleCurrentChange}})],1),(_vm.sessionId)?_c('MessageRecord',{attrs:{"userInfo":_vm.userInfo,"clientName":_vm.clientName,"clientId":_vm.toId,"serviceName":_vm.serviceName,"sessionId":_vm.sessionId,"fromId":_vm.fromId,"assemblyId":_vm.assemblyId,"userId":_vm.fromUserId},on:{"clearSessionId":_vm.clearSessionId}}):_vm._e()],1)}
|
|
6082
6072
|
var advancedFiltervue_type_template_id_6bed273e_scoped_true_staticRenderFns = []
|
|
6083
6073
|
|
|
@@ -6105,7 +6095,7 @@ var pagination_style_ = __webpack_require__("0371");
|
|
|
6105
6095
|
var pagination_ = __webpack_require__("6059");
|
|
6106
6096
|
var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
6107
6097
|
|
|
6108
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6098
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/messageRecord.vue?vue&type=template&id=13bd6ab8&scoped=true&
|
|
6109
6099
|
var messageRecordvue_type_template_id_13bd6ab8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record"},[_c('a-modal',{attrs:{"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","bodyStyle":{
|
|
6110
6100
|
boxSizing: 'content-box',
|
|
6111
6101
|
padding: '10px 10px 10px 24px'
|
|
@@ -6814,7 +6804,7 @@ var advancedFilter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6814
6804
|
)
|
|
6815
6805
|
|
|
6816
6806
|
/* harmony default export */ var advancedFilter = (advancedFilter_component.exports);
|
|
6817
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
6807
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addMembers.vue?vue&type=template&id=c9459058&scoped=true&
|
|
6818
6808
|
var addMembersvue_type_template_id_c9459058_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"batch-select add-members"},[_c('a-row',{staticStyle:{"height":"100%"}},[_c('a-col',{staticClass:"left-tree",attrs:{"span":12}},[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-button',{attrs:{"slot":"enterButton","type":"primary","ghost":""},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.5.1'))+" ")],1)],1),_c('div',{staticClass:"check-all"},[_c('a-checkbox',{attrs:{"checked":_vm.checkAll},on:{"change":_vm.toggleCheckAll}},[_vm._v(_vm._s(_vm.i18nText('1.10.139')))])],1),_c('a-tree',{ref:"antTree",attrs:{"checkable":"","treeData":_vm.groupMembers,"searchPlaceholder":"Please select"},on:{"check":_vm.onCheck},scopedSlots:_vm._u([{key:"custom",fn:function(item){return [_c('span',{staticClass:"username"},[_c('span',{staticClass:"first-name"},[_vm._v(_vm._s(item.userName[0]))]),_c('span',{class:_vm.checkSearchName(item)},[_vm._v(_vm._s(item.userName))])])]}}]),model:{value:(_vm.checkedKeys),callback:function ($$v) {_vm.checkedKeys=$$v},expression:"checkedKeys"}})],1),_c('a-col',{staticClass:"right-page",attrs:{"span":12}},[_c('div',{staticClass:"right-top"},_vm._l((_vm.selectedMembers),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])}),1),_c('div',{staticClass:"right-bottom"},[_c('a-button',{staticStyle:{"margin-right":"18px"},attrs:{"type":"primary"},on:{"click":_vm.handleSave}},[_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.3'))+" ("+_vm._s(_vm.selectedMembers.length)+"/"+_vm._s(_vm.groupMembers.length)+") ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))])],1)])],1)],1)}
|
|
6819
6809
|
var addMembersvue_type_template_id_c9459058_scoped_true_staticRenderFns = []
|
|
6820
6810
|
|
|
@@ -7283,7 +7273,7 @@ var addMembers_component = Object(componentNormalizer["a" /* default */])(
|
|
|
7283
7273
|
)
|
|
7284
7274
|
|
|
7285
7275
|
/* harmony default export */ var addMembers = (addMembers_component.exports);
|
|
7286
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
7276
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/multiVideo.vue?vue&type=template&id=bd0091b4&scoped=true&
|
|
7287
7277
|
var multiVideovue_type_template_id_bd0091b4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:{ 'multi-video': true, small: _vm.fullFlag == 0, large: _vm.fullFlag == 2 },attrs:{"id":"multi-video"},on:{"mousedown":_vm.handleMove}},[(_vm.videoStatus !== 2)?_c('span',{staticClass:"close",on:{"click":function () {
|
|
7288
7278
|
_vm.setMultiVideoShow(false);
|
|
7289
7279
|
_vm.setRoomId('');
|
|
@@ -8777,7 +8767,7 @@ var multiVideo_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8777
8767
|
)
|
|
8778
8768
|
|
|
8779
8769
|
/* harmony default export */ var multiVideo = (multiVideo_component.exports);
|
|
8780
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
8770
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/videoVoiceList.vue?vue&type=template&id=1ccaa4fa&scoped=true&
|
|
8781
8771
|
var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"videoVoiceList-page"},[_c('div',{staticClass:"header",on:{"click":_vm.closeVideoList}},[_c('p',[_vm._v(_vm._s(_vm.listTitle))]),_c('a-icon',{attrs:{"type":"down"}})],1),(!_vm.noData)?_c('div',{staticClass:"videoVoiceList-container"},[(_vm.videoRecord.length)?_c('div',{staticClass:"top-wrap"},[_vm._l((_vm.videoRecord),function(item,index){return [_c('div',{key:index,staticClass:"video-record"},[_c('div',{staticClass:"title"},[_c('i'),_c('span',[_vm._v(" "+_vm._s(_vm.videoName(item, item.caller && item.caller.name))+" ")])]),_c('div',{staticClass:"content"},[_c('span',[_vm._v(_vm._s(_vm.handleGoing(item)))]),_c('span',{staticClass:"add-chat",on:{"click":function($event){return _vm.handleVideoEnter(item)}}},[_vm._v(" 加入通话 ")])])])]})],2):_vm._e(),(_vm.videoVoiceList.length)?_c('div',{staticClass:"list-wrap"},[_vm._l((_vm.videoVoiceList),function(item,index){return [_c('div',{key:index,staticClass:"list-item"},[_c('div',{staticClass:"left-icon"},[_c('img',{attrs:{"src":item.portrait ? item.portrait : __webpack_require__("683c"),"alt":""}})]),_c('div',{staticClass:"right-wrap",class:{ 'chat-cancel': item.kind == 2 && item.status == 3 }},[_c('div',{staticClass:"right-title"},[_vm._v(" "+_vm._s(_vm.videoName(item, item.callerName))+" ")]),_c('div',{staticClass:"right-content"},[_c('div',[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.formatCallImg(item)) + ".png"),"alt":""}}),_c('span',[_vm._v(_vm._s(item.mode == 1 ? '语音' : '视频'))]),(item.createdTime)?[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime))+" ")]:_vm._e()],2),(item.duration)?_c('span',[_vm._v(" "+_vm._s(_vm.formatSeconds(item.duration))+" ")]):_vm._e()])])])]})],2):_vm._e()]):_vm._e(),(_vm.noData)?_c('div',{staticClass:"no-data"},[_vm._v("无历史数据")]):_vm._e()])}
|
|
8782
8772
|
var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_staticRenderFns = []
|
|
8783
8773
|
|
|
@@ -9042,7 +9032,7 @@ var videoVoiceList_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9042
9032
|
)
|
|
9043
9033
|
|
|
9044
9034
|
/* harmony default export */ var videoVoiceList = (videoVoiceList_component.exports);
|
|
9045
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9035
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/addConference.vue?vue&type=template&id=5f5782fa&scoped=true&
|
|
9046
9036
|
var addConferencevue_type_template_id_5f5782fa_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"addConference-page"},[_c('a-form-model',{ref:"conferenceForm",attrs:{"model":_vm.conferenceForm,"rules":_vm.conferenceRules}},[_c('a-form-model-item',{attrs:{"prop":"memberList"}},[_c('a-checkbox-group',{directives:[{name:"show",rawName:"v-show",value:(false),expression:"false"}],model:{value:(_vm.conferenceForm.memberList),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "memberList", $$v)},expression:"conferenceForm.memberList"}}),_c('p',{staticClass:"add-p",on:{"click":_vm.addConferenceMember}},[_c('a-icon',{staticStyle:{"margin-right":"4px"},attrs:{"type":"plus-circle"}}),_vm._v("添加成员 ")],1),_vm._l((_vm.conferenceMemberList),function(item){return _c('a-tag',{key:item.userId,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.userName))])})],2),(_vm.conferenceMemberList && _vm.conferenceMemberList.length > 1)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "名称"),"prop":"title"}},[_c('a-input',{attrs:{"placeholder":"请输入","maxLength":20},model:{value:(_vm.conferenceForm.title),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "title", $$v)},expression:"conferenceForm.title"}})],1):_vm._e(),(_vm.isListClassify)?_c('a-form-model-item',{attrs:{"has-feedback":"","label":(_vm.conferenceTitle + "类型"),"prop":"classify"}},[_c('a-select',{attrs:{"placeholder":"请选择"},model:{value:(_vm.conferenceForm.classify),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "classify", $$v)},expression:"conferenceForm.classify"}},_vm._l((_vm.classifyList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.classify}},[_vm._v(" "+_vm._s(item.name)+" ")])}),1)],1):_vm._e(),_c('a-form-model-item',{attrs:{"prop":"allowAdd"}},[_c('a-checkbox',{model:{value:(_vm.conferenceForm.allowAdd),callback:function ($$v) {_vm.$set(_vm.conferenceForm, "allowAdd", $$v)},expression:"conferenceForm.allowAdd"}},[_vm._v(" 允许自由添加成员 ")])],1)],1)],1)}
|
|
9047
9037
|
var addConferencevue_type_template_id_5f5782fa_scoped_true_staticRenderFns = []
|
|
9048
9038
|
|
|
@@ -9270,7 +9260,7 @@ var addConference_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9270
9260
|
)
|
|
9271
9261
|
|
|
9272
9262
|
/* harmony default export */ var addConference = (addConference_component.exports);
|
|
9273
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
9263
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/classify-tabs.vue?vue&type=template&id=4fd445da&scoped=true&
|
|
9274
9264
|
var classify_tabsvue_type_template_id_4fd445da_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"classify-tabs"},[_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showPrev),expression:"showPrev"}],staticClass:"classify-icon left",attrs:{"type":"left"},on:{"click":_vm.handlePrev}}),_c('div',{ref:"wrapper",staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-scroll",style:({ transform: ("translateX(" + _vm.offset + "px)") })},_vm._l((_vm.list),function(item){return _c('div',{key:item.classify,staticClass:"classify-item",class:{ active: item.classify === _vm.classify },on:{"click":function($event){return _vm.handleClick($event, item)}}},[_vm._t("default",null,{"item":item})],2)}),0)]),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.showNext),expression:"showNext"}],staticClass:"classify-icon right",attrs:{"type":"right"},on:{"click":_vm.handleNext}})],1)}
|
|
9275
9265
|
var classify_tabsvue_type_template_id_4fd445da_scoped_true_staticRenderFns = []
|
|
9276
9266
|
|
|
@@ -9814,7 +9804,7 @@ var chatvue_type_script_lang_js_components;
|
|
|
9814
9804
|
}, _callee);
|
|
9815
9805
|
}))();
|
|
9816
9806
|
},
|
|
9817
|
-
computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['assemblyId', 'sessionId', 'classify', 'currentTab', 'clientId', 'serviceId', 'keywords', 'onChating', 'showVideo', 'enable', 'caller', 'callings', 'assemblySetting', 'statusList', 'tabList', 'chatMainTitle', 'endSessionTitle', 'convertButtonTitle', 'delays', 'panelParams', 'clientParams', 'sessionEnd', 'sessionStatistic', 'queueStatistic', 'offlineSessionStatistic', 'offlineClassifyCount', 'voiceAlert', 'multiVideoShow', 'recordId', 'isSessionOwner', 'showAudio', 'videoRecord', 'msgList', 'videoData', 'scrollQueueId', 'lastClassify', 'lastCurrentTab', 'curScrollItem', 'disableOperate', 'sdkInfo'])), {}, {
|
|
9807
|
+
computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['assemblyId', 'sessionId', 'classify', 'currentTab', 'clientId', 'serviceId', 'keywords', 'onChating', 'showVideo', 'enable', 'caller', 'callings', 'assemblySetting', 'statusList', 'tabList', 'chatMainTitle', 'endSessionTitle', 'convertButtonTitle', 'delays', 'panelParams', 'clientParams', 'sessionEnd', 'sessionStatistic', 'queueStatistic', 'offlineSessionStatistic', 'offlineClassifyCount', 'voiceAlert', 'multiVideoShow', 'recordId', 'isSessionOwner', 'showAudio', 'videoRecord', 'msgList', 'videoData', 'scrollQueueId', 'lastClassify', 'lastCurrentTab', 'curScrollItem', 'disableOperate', 'sdkInfo', 'closedSession'])), {}, {
|
|
9818
9808
|
isNormalStyle: function isNormalStyle() {
|
|
9819
9809
|
return this.styleFold !== 'Y';
|
|
9820
9810
|
},
|
|
@@ -10402,7 +10392,7 @@ var chatvue_type_script_lang_js_components;
|
|
|
10402
10392
|
_this13.appendList([_message]);
|
|
10403
10393
|
}
|
|
10404
10394
|
|
|
10405
|
-
if (_this13.sessionId !== sessionId || !_this13.onChating) {
|
|
10395
|
+
if (_this13.sessionId !== sessionId || !_this13.onChating && !_this13.closedSession) {
|
|
10406
10396
|
return;
|
|
10407
10397
|
}
|
|
10408
10398
|
|
|
@@ -11466,8 +11456,8 @@ var chatvue_type_script_lang_js_components;
|
|
|
11466
11456
|
});
|
|
11467
11457
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue?vue&type=script&lang=js&
|
|
11468
11458
|
/* harmony default export */ var multi_chat_chatvue_type_script_lang_js_ = (chatvue_type_script_lang_js_);
|
|
11469
|
-
// EXTERNAL MODULE: ./packages/multi-chat/chat/index.vue?vue&type=style&index=0&id=
|
|
11470
|
-
var
|
|
11459
|
+
// EXTERNAL MODULE: ./packages/multi-chat/chat/index.vue?vue&type=style&index=0&id=f9d5b3d0&lang=less&scoped=true&
|
|
11460
|
+
var chatvue_type_style_index_0_id_f9d5b3d0_lang_less_scoped_true_ = __webpack_require__("f3ab");
|
|
11471
11461
|
|
|
11472
11462
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/index.vue
|
|
11473
11463
|
|
|
@@ -11480,11 +11470,11 @@ var chatvue_type_style_index_0_id_49d3677a_lang_less_scoped_true_ = __webpack_re
|
|
|
11480
11470
|
|
|
11481
11471
|
var chat_component = Object(componentNormalizer["a" /* default */])(
|
|
11482
11472
|
multi_chat_chatvue_type_script_lang_js_,
|
|
11483
|
-
|
|
11473
|
+
chatvue_type_template_id_f9d5b3d0_scoped_true_render,
|
|
11484
11474
|
staticRenderFns,
|
|
11485
11475
|
false,
|
|
11486
11476
|
null,
|
|
11487
|
-
"
|
|
11477
|
+
"f9d5b3d0",
|
|
11488
11478
|
null
|
|
11489
11479
|
|
|
11490
11480
|
)
|
|
@@ -11663,7 +11653,7 @@ var store = __webpack_require__("c6cd");
|
|
|
11663
11653
|
|
|
11664
11654
|
"use strict";
|
|
11665
11655
|
|
|
11666
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
11656
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/video.vue?vue&type=template&id=5e1d7bf5&scoped=true&
|
|
11667
11657
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"video",staticClass:"video-popover"},[_c('div',{staticClass:"video-header"},[_c('span',{staticClass:"video-title"},[_c('span',[_vm._v("视频通话")]),(_vm.sipName)?_c('a-tooltip',{attrs:{"placement":"bottom","overlayStyle":{ maxWidth: 'auto', fontSize: '12px' }}},[_c('span',{attrs:{"slot":"title"},slot:"title"},[_vm._v(" 当前设备"+_vm._s(_vm.sipName)),_c('br'),_vm._v(" 若要更换音视频设备,请点击设置进行更改 ")]),_c('svg-icon',{attrs:{"icon-class":"xitongtubiaodaohangtubiaowenti"}})],1):_vm._e()],1),_c('a-icon',{staticClass:"icon-item",attrs:{"type":_vm.size === 'big' ? 'shrink' : 'arrows-alt'},on:{"click":_vm.handleSize}}),_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.1.1.1.3'),"cancelText":_vm.i18nText('2.7.1.14')},on:{"confirm":_vm.handleClose}},[_c('a-icon',{staticStyle:{"color":"red"},attrs:{"slot":"icon","type":"question-circle-o"},slot:"icon"}),_c('div',{attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.384')))]),_c('br'),_c('span',[_vm._v(_vm._s(_vm.i18nText('1.9.385'))+"?")])]),_c('a-icon',{staticClass:"icon-item",attrs:{"type":"close"}})],1)],1),_c('div',{style:(_vm.remoteVideoWrapStyle),attrs:{"id":"remote-video-wrap"}},[_c('div',{staticClass:"video-placeholder",style:(_vm.localStreamStyle),attrs:{"id":"local_stream"}})]),_c('div',{staticClass:"panel-wrapper",style:(_vm.panelWrapperStyle)},[_c('ul',{staticClass:"operation-panel"},[_c('li',{staticClass:"panel-item",on:{"click":_vm.handleAudio}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteAudio ? 'muted-audio' : 'audio') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("静音")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleReject}},[_c('img',{attrs:{"src":__webpack_require__("73ff"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("挂断")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleVideo}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.muteVideo ? 'muted-video' : 'normal-video') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("视频")])]),_c('li',{staticClass:"panel-item",on:{"click":_vm.handleScreenToggle}},[_c('img',{attrs:{"src":__webpack_require__("46bb")("./" + (_vm.screen ? 'normal-screen' : 'muted-screen') + ".png"),"width":_vm.size === 'big' ? 40 : 24}}),_c('span',{style:({ fontSize: _vm.size === 'big' ? '14px' : '12px' })},[_vm._v("屏幕共享")])])])])])}
|
|
11668
11658
|
var staticRenderFns = []
|
|
11669
11659
|
|
|
@@ -13188,7 +13178,7 @@ module.exports = !$assign || fails(function () {
|
|
|
13188
13178
|
|
|
13189
13179
|
"use strict";
|
|
13190
13180
|
|
|
13191
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13181
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=023aa863&scoped=true&
|
|
13192
13182
|
var render = function () {
|
|
13193
13183
|
var this$1 = this;
|
|
13194
13184
|
var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layout-footer',{directives:[{name:"show",rawName:"v-show",value:(!_vm.queueItem || !_vm.hideQueueBtns),expression:"!queueItem || !hideQueueBtns"}],staticStyle:{"position":"relative","cursor":"pointer"}},[_c('div',{staticClass:"message-operate"},[(_vm.isShow('PICTURE'))?_c('a-upload',{directives:[{name:"decorator",rawName:"v-decorator",value:([
|
|
@@ -13196,7 +13186,7 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
|
|
|
13196
13186
|
{
|
|
13197
13187
|
valuePropName: 'fileList'
|
|
13198
13188
|
}
|
|
13199
|
-
]),expression:"[\n 'upload',\n {\n valuePropName: 'fileList'\n }\n ]"}],staticClass:"operate-icon",attrs:{"beforeUpload":_vm.beforeUpload}},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.181')))]),_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotiantupian1"}})],2)],1):_vm._e(),_c('a-popover',{attrs:{"title":_vm.i18nText('1.9.354'),"trigger":"click"},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('a',{attrs:{"slot":"content"},slot:"content"},[_c('div',{staticClass:"emoji-wrapper"},_vm._l((_vm.emojiList),function(item,index){return _c('p',{key:index,class:['twa', 'emoji', item],on:{"click":function () { return _vm.handleEmojiClick(item); }}})}),0)]),_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.354')))]),(_vm.isShow('SMILINEFACE'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianbiaoqing1"},on:{"click":_vm.showEmoji}}):_vm._e()],2)],1),_vm._l((_vm.toolbar),function(item,index){return [_c('a-tooltip',{key:index,attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.name))]),_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":item.icon},on:{"click":function($event){return _vm.handleToolBarClick(item)}}})],2)]}),_c('a-tooltip',{attrs:{"placement":"top","title":'快捷回复'}},[_c('a-popover',{attrs:{"trigger":"click","overlayClassName":"quick-reply","placement":"topLeft"},model:{value:(_vm.quickShow),callback:function ($$v) {_vm.quickShow=$$v},expression:"quickShow"}},[_c('template',{slot:"content"},[_c('quick-reply',{attrs:{"quickShow":_vm.quickShow,"quickData":_vm.quickData},on:{"update:quickShow":function($event){_vm.quickShow=$event},"update:quick-show":function($event){_vm.quickShow=$event}}})],1),(_vm.isShow('FASTREPLY') && _vm.isServer)?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotiankuaijiehuifu1"},on:{"click":_vm.openQuickData}}):_vm._e()],2)],1),_c('a-tooltip',{attrs:{"title":'语音通话'}},[(_vm.isShow('VOICE_CALL'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianyuyindianhua"},on:{"click":function($event){return _vm.handleVideoClick('voice')}}}):_vm._e()],1),_c('a-tooltip',{attrs:{"title":'发送语音'}},[(_vm.isShow('VOICE'))?_c('svg-icon',{staticClass:"toolbar",class:{ 'click-voice': _vm.showVoice },attrs:{"icon-class":"liaotianyuyin1"},on:{"click":function($event){return _vm.handleVoice(true)}}}):_vm._e()],1),_c('a-tooltip',{attrs:{"title":'视频通话'}},[(_vm.isShow('VIDEO'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianshipin1"},on:{"click":function($event){return _vm.handleVideoClick('video')}}}):_vm._e()],1)],2),_c('div',{staticClass:"message",staticStyle:{"text-align":"left"}},[_c('div',{staticClass:"content-edit"},[_c('div',{ref:"contentEdit",attrs:{"contenteditable":"true"},on:{"click":_vm.saveRange,"keyup":function($event){if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey){ return null; }return _vm.saveRange.apply(null, arguments)},"change":_vm.changeData,"input":_vm.handleInput,"compositionstart":function () { return (this$1.ping = true); },"compositionend":function () { return (this$1.ping = false); },"keydown":_vm.handleKeyDown,"paste":_vm.handlePaste}})]),_c('span',{staticClass:"prompt"},[_vm._v("Enter "+_vm._s(_vm.i18nText('1.2.1.11.6'))+", Ctrl + Enter "+_vm._s(_vm.i18nText('1.9.356')))]),_c('a-button',{staticClass:"message-send",attrs:{"disabled":_vm.sendDisabled},on:{"click":_vm.handleMsgSend}},[_vm._v(_vm._s(_vm.i18nText('1.2.1.11.6')))])],1),_c('div',{staticStyle:{"display":"none"},attrs:{"id":"canvas-wrapper"}},[_c('canvas',{attrs:{"id":"canvas"}})]),(_vm.showOverlay)?[((!_vm.onChating || _vm.sessionEnd) && !_vm.queueItem)?_c('div',{staticClass:"overlay"}):_vm._e()]:_vm._e(),(_vm.queueItem)?_c('div',{staticClass:"queue-page"},[(_vm.accessDesc)?_c('div',{staticClass:"queue-tips"},[_vm._v(_vm._s(_vm.accessDesc))]):_vm._e(),_c('div',{staticClass:"queue-btns"},[(_vm.enableTransfer)?_c('div',{staticClass:"toSession",on:{"click":_vm.handleOpenTransfer}},[_vm._v(" "+_vm._s(_vm.i18nText('1.10.201'))+" ")]):_vm._e(),_c('div',{staticClass:"toSession primary",on:{"click":_vm.handleAccess}},[_vm._v(" "+_vm._s(_vm.accessText || _vm.i18nText('1.9.352'))+" ")]),(_vm.enableRefuse)?_c('div',{staticClass:"toSession danger",on:{"click":_vm.openRefuseReason}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.353'))+" ")]):_vm._e()])]):_vm._e(),_c('a-modal',{attrs:{"wrapClassName":_vm.isFullScreen ? 'chat-footer-modal-big' : 'chat-footer-modal-small',"title":_vm.modalData.name,"visible":_vm.modalShow,"maskClosable":false,"mask":true,"width":_vm.isFullScreen ? '100%' : '80%',"destroyOnClose":"","okText":_vm.i18nText('1.2.1.11.6'),"footer":null},on:{"cancel":function () {
|
|
13189
|
+
]),expression:"[\n 'upload',\n {\n valuePropName: 'fileList'\n }\n ]"}],staticClass:"operate-icon",attrs:{"beforeUpload":_vm.beforeUpload}},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.181')))]),_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotiantupian1"}})],2)],1):_vm._e(),_c('a-popover',{attrs:{"title":_vm.i18nText('1.9.354'),"trigger":"click"},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('a',{attrs:{"slot":"content"},slot:"content"},[_c('div',{staticClass:"emoji-wrapper"},_vm._l((_vm.emojiList),function(item,index){return _c('p',{key:index,class:['twa', 'emoji', item],on:{"click":function () { return _vm.handleEmojiClick(item); }}})}),0)]),_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.354')))]),(_vm.isShow('SMILINEFACE'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianbiaoqing1"},on:{"click":_vm.showEmoji}}):_vm._e()],2)],1),_vm._l((_vm.toolbar),function(item,index){return [_c('a-tooltip',{key:index,attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.name))]),_c('svg-icon',{staticClass:"toolbar",class:{ 'closed-toolbar': _vm.closedSession },attrs:{"icon-class":item.icon},on:{"click":function($event){return _vm.handleToolBarClick(item)}}})],2)]}),_c('a-tooltip',{attrs:{"placement":"top","title":'快捷回复'}},[_c('a-popover',{attrs:{"trigger":"click","overlayClassName":"quick-reply","placement":"topLeft"},model:{value:(_vm.quickShow),callback:function ($$v) {_vm.quickShow=$$v},expression:"quickShow"}},[_c('template',{slot:"content"},[_c('quick-reply',{attrs:{"quickShow":_vm.quickShow,"quickData":_vm.quickData},on:{"update:quickShow":function($event){_vm.quickShow=$event},"update:quick-show":function($event){_vm.quickShow=$event}}})],1),(_vm.isShow('FASTREPLY') && _vm.isServer)?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotiankuaijiehuifu1"},on:{"click":_vm.openQuickData}}):_vm._e()],2)],1),_c('a-tooltip',{attrs:{"title":'语音通话'}},[(_vm.isShow('VOICE_CALL'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianyuyindianhua"},on:{"click":function($event){return _vm.handleVideoClick('voice')}}}):_vm._e()],1),_c('a-tooltip',{attrs:{"title":'发送语音'}},[(_vm.isShow('VOICE'))?_c('svg-icon',{staticClass:"toolbar",class:{ 'click-voice': _vm.showVoice },attrs:{"icon-class":"liaotianyuyin1"},on:{"click":function($event){return _vm.handleVoice(true)}}}):_vm._e()],1),_c('a-tooltip',{attrs:{"title":'视频通话'}},[(_vm.isShow('VIDEO'))?_c('svg-icon',{staticClass:"toolbar",attrs:{"icon-class":"liaotianshipin1"},on:{"click":function($event){return _vm.handleVideoClick('video')}}}):_vm._e()],1)],2),_c('div',{staticClass:"message",staticStyle:{"text-align":"left"}},[_c('div',{staticClass:"content-edit"},[_c('div',{ref:"contentEdit",attrs:{"contenteditable":"true"},on:{"click":_vm.saveRange,"keyup":function($event){if($event.ctrlKey||$event.shiftKey||$event.altKey||$event.metaKey){ return null; }return _vm.saveRange.apply(null, arguments)},"change":_vm.changeData,"input":_vm.handleInput,"compositionstart":function () { return (this$1.ping = true); },"compositionend":function () { return (this$1.ping = false); },"keydown":_vm.handleKeyDown,"paste":_vm.handlePaste}})]),_c('span',{staticClass:"prompt"},[_vm._v("Enter "+_vm._s(_vm.i18nText('1.2.1.11.6'))+", Ctrl + Enter "+_vm._s(_vm.i18nText('1.9.356')))]),_c('a-button',{staticClass:"message-send",attrs:{"disabled":_vm.sendDisabled},on:{"click":_vm.handleMsgSend}},[_vm._v(_vm._s(_vm.i18nText('1.2.1.11.6')))])],1),_c('div',{staticStyle:{"display":"none"},attrs:{"id":"canvas-wrapper"}},[_c('canvas',{attrs:{"id":"canvas"}})]),(_vm.showOverlay)?[((!_vm.onChating || _vm.sessionEnd) && !_vm.queueItem)?_c('div',{staticClass:"overlay"}):_vm._e()]:_vm._e(),(_vm.queueItem)?_c('div',{staticClass:"queue-page"},[(_vm.accessDesc)?_c('div',{staticClass:"queue-tips"},[_vm._v(_vm._s(_vm.accessDesc))]):_vm._e(),_c('div',{staticClass:"queue-btns"},[(_vm.enableTransfer)?_c('div',{staticClass:"toSession",on:{"click":_vm.handleOpenTransfer}},[_vm._v(" "+_vm._s(_vm.i18nText('1.10.201'))+" ")]):_vm._e(),_c('div',{staticClass:"toSession primary",on:{"click":_vm.handleAccess}},[_vm._v(" "+_vm._s(_vm.accessText || _vm.i18nText('1.9.352'))+" ")]),(_vm.enableRefuse)?_c('div',{staticClass:"toSession danger",on:{"click":_vm.openRefuseReason}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.353'))+" ")]):_vm._e()])]):_vm._e(),_c('a-modal',{attrs:{"wrapClassName":_vm.isFullScreen ? 'chat-footer-modal-big' : 'chat-footer-modal-small',"title":_vm.modalData.name,"visible":_vm.modalShow,"maskClosable":false,"mask":true,"width":_vm.isFullScreen ? '100%' : '80%',"destroyOnClose":"","okText":_vm.i18nText('1.2.1.11.6'),"footer":null},on:{"cancel":function () {
|
|
13200
13190
|
this$1.modalShow = false;
|
|
13201
13191
|
},"ok":_vm.handleOk}},[(_vm.modalData.targetType === 'LINK_ADDRESS')?_c('iframe',{attrs:{"id":"toolbarIframe","width":"100%","height":"100%","frameborder":"0","src":_vm.modalData.address,"allow":"camera;midi"}}):_vm._e()]),_c('a-modal',{attrs:{"title":_vm.accessInterceptTitle,"visible":_vm.accessIntercept,"maskClosable":false,"mask":true,"footer":null,"destroyOnClose":"","width":600,"bodyStyle":{ height: '280px' }},on:{"cancel":function () {
|
|
13202
13192
|
this$1.accessIntercept = false;
|
|
@@ -13204,7 +13194,7 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
|
|
|
13204
13194
|
var staticRenderFns = []
|
|
13205
13195
|
|
|
13206
13196
|
|
|
13207
|
-
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=
|
|
13197
|
+
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=023aa863&scoped=true&
|
|
13208
13198
|
|
|
13209
13199
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
|
|
13210
13200
|
var slicedToArray = __webpack_require__("3835");
|
|
@@ -13654,7 +13644,7 @@ function getPanelSetting(params, setting, clientParams) {
|
|
|
13654
13644
|
// EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
|
|
13655
13645
|
var helper = __webpack_require__("e3c5");
|
|
13656
13646
|
|
|
13657
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13647
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/quickReply.vue?vue&type=template&id=428cfe0f&
|
|
13658
13648
|
var quickReplyvue_type_template_id_428cfe0f_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"quick-reply"},[_c('div',{staticClass:"quick-search"},[_c('a-input',{attrs:{"allowClear":""},on:{"change":_vm.handleSearch},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:"value"}})],1),_c('a-tabs',{model:{value:(_vm.quickReplyKey),callback:function ($$v) {_vm.quickReplyKey=$$v},expression:"quickReplyKey"}},_vm._l((_vm.validQuick),function(data){return _c('a-tab-pane',{key:data.category},[_c('template',{slot:"tab"},[_vm._v(_vm._s(data.category))]),(data.list.length > 0)?_c('ul',{ref:"quick-reply",refInFor:true,staticClass:"quick-reply-wrapper"},[_vm._l((data.list),function(item,index){return [(item.content !== undefined)?_c('li',{key:index,staticClass:"quick-reply-item",class:{ 'quick-input': item.edit }},[(!item.edit)?_c('div',{staticClass:"text",on:{"click":function($event){return _vm.setFooterMessage(item.content)}}},[_vm._v(" "+_vm._s(item.content)+" "),_c('span',{staticClass:"operate"},[_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":"fasong"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'send')}}}),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"edit"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'show')}}}):_vm._e(),(_vm.quickReplyKey === "个人")?_c('a-icon',{attrs:{"type":"delete"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickDelete(item)}}}):_vm._e()],1)]):_c('div',{staticClass:"input"},[_c('a-textarea',{attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"autosize":"","maxLength":200},on:{"change":_vm.handleChange},model:{value:(item.editValue),callback:function ($$v) {_vm.$set(item, "editValue", $$v)},expression:"item.editValue"}}),_c('div',{staticClass:"confirm"},[_c('span',{staticStyle:{"color":"#969696"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'cancel')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.4')))]),_vm._v(" | "),_c('span',{staticStyle:{"color":"#5585F5"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'ok')}}},[_vm._v(_vm._s(_vm.i18nText('1.1.1.1.3')))])])],1)]):_vm._e()]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('3.5.13'))+"~ ")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('img',{attrs:{"src":__webpack_require__("1caa")}}),_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(_vm._s(_vm.i18nText('1.1.6.11')))])])],2)}),1),(_vm.isOrgAdmin || _vm.quickReplyKey === "个人")?_c('div',{staticClass:"quick-add",on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickAdd.apply(null, arguments)}}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.355'))+" ")],1):_vm._e()],1)}
|
|
13659
13649
|
var quickReplyvue_type_template_id_428cfe0f_staticRenderFns = []
|
|
13660
13650
|
|
|
@@ -14004,7 +13994,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
14004
13994
|
)
|
|
14005
13995
|
|
|
14006
13996
|
/* harmony default export */ var quickReply = (component.exports);
|
|
14007
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
13997
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/chat/voice.vue?vue&type=template&id=7e851a0c&scoped=true&
|
|
14008
13998
|
var voicevue_type_template_id_7e851a0c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.canRecordering),expression:"canRecordering"}],staticClass:"voice-page"},[_c('div',{staticClass:"voice-containter"},[_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.closeVoice}}),_c('div',{staticClass:"img-wrap"},[(!_vm.isEndRecord)?_c('div',{staticClass:"end-wrap"},[_c('img',{attrs:{"src":__webpack_require__("fdf2"),"alt":""}}),_c('a-progress',{staticClass:"progress-ele",attrs:{"type":"circle","percent":_vm.percent,"showInfo":false,"width":122,"strokeWidth":2,"showText":false,"strokeColor":'#C80606'},nativeOn:{"click":function($event){return _vm.stopRecored.apply(null, arguments)}}})],1):_c('div',{staticClass:"play-wrap"},[(!_vm.isRecordPlay)?_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(true)}}}):_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""},on:{"click":function($event){return _vm.toggleVoice(false)}}})])]),_c('p',[_vm._v(_vm._s(_vm.voiceText))]),_c('div',{staticClass:"time-wrap"},[_vm._v(_vm._s(_vm.handleVoiceTime))]),_c('div',{staticClass:"btn-wrap"},[_c('span',{on:{"click":_vm.deleteVoice}},[_vm._v("删除")]),_c('span',{staticClass:"send-btn",on:{"click":_vm.uploadFile}},[_vm._v("发送")])])],1),_c('div',{staticStyle:{"display":"none"}},[_c('audio',{ref:"audio",attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}})])])}
|
|
14009
13999
|
var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
|
|
14010
14000
|
|
|
@@ -14446,7 +14436,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14446
14436
|
)
|
|
14447
14437
|
|
|
14448
14438
|
/* harmony default export */ var voice = (voice_component.exports);
|
|
14449
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14439
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-user-transfer.vue?vue&type=template&id=f50a4f90&
|
|
14450
14440
|
var modal_user_transfervue_type_template_id_f50a4f90_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":_vm.title,"visible":_vm.visible,"maskClosable":false,"mask":true,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('img',{attrs:{"src":__webpack_require__("a703"),"width":"20"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.392'))+": "),_c('br'),_c('a-select',{staticStyle:{"width":"100%","margin":"10px 0"},attrs:{"placeholder":_vm.i18nText('1.9.327'),"showSearch":"","filterOption":_vm.filterOption},model:{value:(_vm.converUserId),callback:function ($$v) {_vm.converUserId=$$v},expression:"converUserId"}},_vm._l((_vm.serviceList),function(item,index){return _c('a-select-option',{key:index,attrs:{"value":item.userId}},[_vm._v(_vm._s(item.userName))])}),1),_c('br'),_vm._v(" "+_vm._s(_vm.i18nText('1.9.328'))+": "),_c('a-textarea',{staticStyle:{"margin":"10px 0"},model:{value:(_vm.converMark),callback:function ($$v) {_vm.converMark=$$v},expression:"converMark"}})],1)}
|
|
14451
14441
|
var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
|
|
14452
14442
|
|
|
@@ -14581,7 +14571,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
|
|
|
14581
14571
|
)
|
|
14582
14572
|
|
|
14583
14573
|
/* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
|
|
14584
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
14574
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/modal-refuse-reason.vue?vue&type=template&id=375e05a7&scoped=true&
|
|
14585
14575
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":_vm.i18nText('1.9.678'),"visible":_vm.visible,"maskClosable":false,"width":400,"destroyOnClose":"","okText":_vm.i18nText('1.9.326')},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',{staticClass:"reason-tips"},[_vm._v(_vm._s(_vm.i18nText('1.1.6.7') + _vm.i18nText('1.9.678')))]),_c('a-radio-group',{staticClass:"reason-options",model:{value:(_vm.reason),callback:function ($$v) {_vm.reason=$$v},expression:"reason"}},[_vm._l((_vm.reasonList),function(item,i){return _c('a-radio',{key:i,attrs:{"value":i}},[_vm._v(" "+_vm._s(item.text)+" ")])}),_c('a-radio',{key:"-1",attrs:{"value":-1}},[_vm._v(_vm._s(_vm.i18nText('1.9.679')))])],2),_c('div',{staticClass:"reason-remark"},[_c('a-textarea',{attrs:{"disabled":_vm.reason != -1,"placeholder":_vm.i18nText('1.9.40') + _vm.i18nText('1.9.679'),"maxLength":100,"auto-size":{ minRows: 3, maxRows: 5 }},model:{value:(_vm.remark),callback:function ($$v) {_vm.remark=$$v},expression:"remark"}}),_c('div',{staticClass:"word-count"},[_vm._v(_vm._s(_vm.i18nText('1.9.272'))+_vm._s(_vm.remarkLen)+"/100")])],1)],1)}
|
|
14586
14576
|
var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
|
|
14587
14577
|
|
|
@@ -14794,7 +14784,7 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
14794
14784
|
|
|
14795
14785
|
};
|
|
14796
14786
|
},
|
|
14797
|
-
computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo', 'assemblyId', 'sessionId', 'serviceId', 'onChating', 'roomId', 'isServer', 'assemblySetting', 'chatType', 'sessionEnd', 'clientParams', 'footerMessage', 'queueItem', 'sessionType', 'groupMembers', 'curScrollItem'])), Object(helper["d" /* mapState */])({
|
|
14787
|
+
computed: Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])(Object(objectSpread2["a" /* default */])({}, Object(helper["b" /* mapGetters */])(['userInfo', 'assemblyId', 'sessionId', 'serviceId', 'onChating', 'roomId', 'isServer', 'assemblySetting', 'chatType', 'sessionEnd', 'closedSession', 'clientParams', 'footerMessage', 'queueItem', 'sessionType', 'groupMembers', 'curScrollItem'])), Object(helper["d" /* mapState */])({
|
|
14798
14788
|
classify: function classify(state) {
|
|
14799
14789
|
return state.lastClassify || state.classify;
|
|
14800
14790
|
}
|
|
@@ -14819,7 +14809,14 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
14819
14809
|
var _this = this;
|
|
14820
14810
|
|
|
14821
14811
|
if (!this.isServer) return [];
|
|
14822
|
-
var toolbar =
|
|
14812
|
+
var toolbar = null;
|
|
14813
|
+
|
|
14814
|
+
if (this.closedSession) {
|
|
14815
|
+
toolbar = this.assemblySetting.closedToolbar || [];
|
|
14816
|
+
} else {
|
|
14817
|
+
toolbar = this.assemblySetting.toolbar || [];
|
|
14818
|
+
}
|
|
14819
|
+
|
|
14823
14820
|
toolbar = toolbar.filter(function (item) {
|
|
14824
14821
|
var source = item.source,
|
|
14825
14822
|
isChecked = item.isChecked;
|
|
@@ -16291,8 +16288,8 @@ var chatFootervue_type_script_lang_js_components;
|
|
|
16291
16288
|
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=0&lang=less&
|
|
16292
16289
|
var chatFootervue_type_style_index_0_lang_less_ = __webpack_require__("99aa");
|
|
16293
16290
|
|
|
16294
|
-
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=
|
|
16295
|
-
var
|
|
16291
|
+
// EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=023aa863&lang=less&scoped=true&
|
|
16292
|
+
var chatFootervue_type_style_index_1_id_023aa863_lang_less_scoped_true_ = __webpack_require__("81ea");
|
|
16296
16293
|
|
|
16297
16294
|
// CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue
|
|
16298
16295
|
|
|
@@ -16310,7 +16307,7 @@ var chatFooter_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16310
16307
|
staticRenderFns,
|
|
16311
16308
|
false,
|
|
16312
16309
|
null,
|
|
16313
|
-
"
|
|
16310
|
+
"023aa863",
|
|
16314
16311
|
null
|
|
16315
16312
|
|
|
16316
16313
|
)
|
|
@@ -17239,6 +17236,17 @@ module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSour
|
|
|
17239
17236
|
/* unused harmony reexport * */
|
|
17240
17237
|
|
|
17241
17238
|
|
|
17239
|
+
/***/ }),
|
|
17240
|
+
|
|
17241
|
+
/***/ "81ea":
|
|
17242
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
17243
|
+
|
|
17244
|
+
"use strict";
|
|
17245
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1f02");
|
|
17246
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_chatFooter_vue_vue_type_style_index_1_id_023aa863_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
17247
|
+
/* unused harmony reexport * */
|
|
17248
|
+
|
|
17249
|
+
|
|
17242
17250
|
/***/ }),
|
|
17243
17251
|
|
|
17244
17252
|
/***/ "825a":
|
|
@@ -17306,7 +17314,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACN
|
|
|
17306
17314
|
|
|
17307
17315
|
"use strict";
|
|
17308
17316
|
|
|
17309
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
17317
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/user-status.vue?vue&type=template&id=492ed1ae&scoped=true&
|
|
17310
17318
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-dropdown',{attrs:{"placement":_vm.placement,"getPopupContainer":function (triggerNode) {
|
|
17311
17319
|
return triggerNode.parentNode || _vm.document.body;
|
|
17312
17320
|
}}},[(_vm.placement === 'bottomCenter')?_c('a-button',[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"down"}})],1):_c('div',{staticClass:"status-btn"},[(_vm.statusIcon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":_vm.statusIcon}}):_c('img',{attrs:{"src":_vm.getImg(_vm.status),"height":"16"}}),_vm._v(" "+_vm._s(_vm.statusDesc)+" "),_c('a-icon',{attrs:{"type":"up"}})],1),_c('a-menu',{attrs:{"slot":"overlay"},slot:"overlay"},_vm._l((_vm.statusList),function(ref){
|
|
@@ -17747,6 +17755,7 @@ var es_array_concat_js_ = __webpack_require__("ccb0");
|
|
|
17747
17755
|
statusTitle: '',
|
|
17748
17756
|
sessionEnd: false,
|
|
17749
17757
|
isServer: false,
|
|
17758
|
+
closedSession: false,
|
|
17750
17759
|
// 客户端参数
|
|
17751
17760
|
clientParams: {},
|
|
17752
17761
|
// 机器人智能客服
|
|
@@ -18081,6 +18090,9 @@ var es_array_slice_js_ = __webpack_require__("ea12");
|
|
|
18081
18090
|
isServer: function isServer(state) {
|
|
18082
18091
|
return state.isServer;
|
|
18083
18092
|
},
|
|
18093
|
+
closedSession: function closedSession(state) {
|
|
18094
|
+
return state.closedSession;
|
|
18095
|
+
},
|
|
18084
18096
|
clientParams: function clientParams(state, getters) {
|
|
18085
18097
|
return Object.assign({}, getters.accessParams, state.clientParams);
|
|
18086
18098
|
},
|
|
@@ -18387,6 +18399,9 @@ var es_array_slice_js_ = __webpack_require__("ea12");
|
|
|
18387
18399
|
setIsServer: function setIsServer(state, isServer) {
|
|
18388
18400
|
state.isServer = isServer;
|
|
18389
18401
|
},
|
|
18402
|
+
setClosedSession: function setClosedSession(state, closedSession) {
|
|
18403
|
+
state.closedSession = closedSession;
|
|
18404
|
+
},
|
|
18390
18405
|
setClientParams: function setClientParams(state, clientParams) {
|
|
18391
18406
|
state.clientParams = clientParams;
|
|
18392
18407
|
},
|
|
@@ -19600,7 +19615,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
|
|
|
19600
19615
|
|
|
19601
19616
|
"use strict";
|
|
19602
19617
|
|
|
19603
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
19618
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/multi-chat/components/read-record.vue?vue&type=template&id=7034bfab&
|
|
19604
19619
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"clickoutside",rawName:"v-clickoutside",value:(_vm.handleClickOutside),expression:"handleClickOutside"}],staticClass:"chat-read-record"},[_c('div',{staticClass:"chat-read-record__title"},[_c('span',[_vm._v("消息接收人列表")]),_c('a-icon',{attrs:{"type":"close"},on:{"click":_vm.handleClickOutside}})],1),_c('div',[_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.unread.length))]),_vm._v(" 人未读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.unread),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)]),_c('div',{staticClass:"chat-read-record__col"},[_c('div',{staticClass:"chat-read-record__total"},[_c('span',{staticClass:"chat-read-record__num"},[_vm._v(_vm._s(_vm.record.readed.length))]),_vm._v(" 人已读 ")]),_c('div',{staticClass:"chat-read-record__users"},_vm._l((_vm.record.readed),function(item){return _c('div',{key:item.userId,staticClass:"chat-read-record__user"},[_c('Avatar',{attrs:{"customStyle":"font-size:12px","src":item.portrait,"size":24,"name":item.name,"len":2}}),_c('div',{staticClass:"chat-read-record__username"},[_vm._v(_vm._s(item.name))])],1)}),0)])])])}
|
|
19605
19620
|
var staticRenderFns = []
|
|
19606
19621
|
|
|
@@ -20538,13 +20553,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
20538
20553
|
|
|
20539
20554
|
/***/ }),
|
|
20540
20555
|
|
|
20541
|
-
/***/ "a1e5":
|
|
20542
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
20543
|
-
|
|
20544
|
-
// extracted by mini-css-extract-plugin
|
|
20545
|
-
|
|
20546
|
-
/***/ }),
|
|
20547
|
-
|
|
20548
20556
|
/***/ "a3c7":
|
|
20549
20557
|
/***/ (function(module, exports) {
|
|
20550
20558
|
|
|
@@ -21435,17 +21443,6 @@ module.exports = store;
|
|
|
21435
21443
|
|
|
21436
21444
|
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADvElEQVRYR8WXXYgbVRTHz39Gs0H60MSu+PFSUezqkz5URBFXUPxERWSZO8kusYvQpl2hWkXFjwEVX1pEbLdVWHaJmXsXFUVB68eDYIsfqA8iyFpWbV8EDQqibBNnMkfumgzJbDYzk6b2PuXmnvM/v3vvuefeAZ3hhjMcn1IBOI5jLC8vX9dsNq8koguI6HwAfxHRLwCOZ7PZj+fm5v5IM6lEAMVi8VLf9x8DcDczb+oTwCeio6ZpHqpWq68D4DiYvgClUmljo9F4nogeYOaz48Q6xwF8TUS7lVJH+/mtC1AsFrf4vv8uEV2WJnDE1jcMY7eUcv96Gj0BbNu+mpk/ZOaNpxA8dDUM40Up5UO9tNYATE1NXeR53lfMrJNs3QagzsxvAbiFmc+NAwWwUyk1G7XrAmBmCCE+I6Jr4gQNwzgkpdxh2/auIAhejrMnIt80zetd1/2iK1c6O0KIIjO/lkCMDMN4Tkr5lG3bVhAEKokPgM+VUtf2BHAcJ7O0tPQDEW1OIjYIQEv33sXFxbfbMcItEELcysyHkwTXNoMCAHhPKXXnGgDbtg8GQbD9dAMQUSOfz2+anZ39W8cKV8CyrJ+I6OL/AUCv3h1SyvdDAJ39tm030lS7QbegtX1lKeXBEGBycvI8z/N+TTr7zhwQQtzAzHo25yT1b8OHAKVSaXO9Xv85qcCqI/CKUmo1Z6anp/MrKys7mHmXviHjdADsU0rt6QTI1uv1k3GOkfEmgP0AdJk9ocdmZmZGarVaAcDDzHzFenqGYTwipdwbTcLfiSifEkKb+wDeBLBXSvmN/kPnVKFQuI2Z9zDzjVFN0zQLruvKLgAhxEfMfPMAAKELgE80iOu6h9tvAcuyHiSilzp1M5nMlkqlciwKUGbmA6cCEBYX4Htm3jc6OurWarX7iWg141u5s6SUujzst39YlnUhEem9PGsYEC0N/ULq0us8AV0roDtCiAPMXB4iQFTqz0wmc0mlUtH59t+KdFq06sGPRLThdEAAeEIp9UKn9poHiRBCMPNqhg65HRkbG7vJcZx/+gLoQdu2nw2C4MlhAQA4kc1mt87Pz9eimj3fhK1z/EwQBE9HtyktFIDvRkZG7lpYWDjey7fvs9yyrPsAvMrMubSBW0fujVwut6199aYGaG1Hjpkf15WWmbNJQAB8CeBRKeWncfaJvoy0iP5I8Tzv9iAI7mHmq4hI1w19A+o74Tci0kv8gWma71Sr1W/jAvc8hkmd2nblcnnD+Pj4yYmJiWZa36EADBq00+9fz1uPMCj4eOkAAAAASUVORK5CYII="
|
|
21437
21445
|
|
|
21438
|
-
/***/ }),
|
|
21439
|
-
|
|
21440
|
-
/***/ "c745":
|
|
21441
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
21442
|
-
|
|
21443
|
-
"use strict";
|
|
21444
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_49d3677a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("a1e5");
|
|
21445
|
-
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_49d3677a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_49d3677a_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
21446
|
-
/* unused harmony reexport * */
|
|
21447
|
-
|
|
21448
|
-
|
|
21449
21446
|
/***/ }),
|
|
21450
21447
|
|
|
21451
21448
|
/***/ "c74c":
|
|
@@ -21807,6 +21804,13 @@ module.exports = require("ant-design-vue/es/spin/style");
|
|
|
21807
21804
|
|
|
21808
21805
|
/***/ }),
|
|
21809
21806
|
|
|
21807
|
+
/***/ "d0b5":
|
|
21808
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
21809
|
+
|
|
21810
|
+
// extracted by mini-css-extract-plugin
|
|
21811
|
+
|
|
21812
|
+
/***/ }),
|
|
21813
|
+
|
|
21810
21814
|
/***/ "d16b":
|
|
21811
21815
|
/***/ (function(module, exports) {
|
|
21812
21816
|
|
|
@@ -21944,7 +21948,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
|
|
|
21944
21948
|
|
|
21945
21949
|
"use strict";
|
|
21946
21950
|
|
|
21947
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
21951
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"463dbce7-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/component/svg/index.vue?vue&type=template&id=116546f7&scoped=true&
|
|
21948
21952
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',_vm._g({class:_vm.svgClass,attrs:{"aria-hidden":"true"}},_vm.$listeners),[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e(),_c('use',{attrs:{"xlink:href":_vm.iconName}})])}
|
|
21949
21953
|
var staticRenderFns = []
|
|
21950
21954
|
|
|
@@ -24211,6 +24215,17 @@ module.exports = require("ant-design-vue/es/progress");
|
|
|
24211
24215
|
|
|
24212
24216
|
module.exports = require("ant-design-vue/es/message/style");
|
|
24213
24217
|
|
|
24218
|
+
/***/ }),
|
|
24219
|
+
|
|
24220
|
+
/***/ "f3ab":
|
|
24221
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
24222
|
+
|
|
24223
|
+
"use strict";
|
|
24224
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_f9d5b3d0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("d0b5");
|
|
24225
|
+
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_f9d5b3d0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_2_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_index_vue_vue_type_style_index_0_id_f9d5b3d0_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
24226
|
+
/* unused harmony reexport * */
|
|
24227
|
+
|
|
24228
|
+
|
|
24214
24229
|
/***/ }),
|
|
24215
24230
|
|
|
24216
24231
|
/***/ "f3b0":
|