cnhis-design-vue 2.1.18 → 2.1.21

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/es/age/index.js +2 -2
  3. package/es/big-table/index.js +112 -134
  4. package/es/big-table/style.css +1 -1
  5. package/es/button/index.js +35 -38
  6. package/es/captcha/index.js +3 -3
  7. package/es/checkbox/index.js +1 -1
  8. package/es/color-picker/index.js +1 -1
  9. package/es/drag-layout/index.js +36 -39
  10. package/es/editor/index.js +11 -31
  11. package/es/fabric-chart/index.js +491 -393
  12. package/es/fabric-chart/style.css +1 -1
  13. package/es/form-table/index.js +62 -85
  14. package/es/index/index.js +971 -807
  15. package/es/index/style.css +1 -1
  16. package/es/input/index.js +1 -1
  17. package/es/map/index.js +1 -1
  18. package/es/multi-chat/index.js +210 -196
  19. package/es/multi-chat/style.css +1 -1
  20. package/es/multi-chat-client/index.js +203 -189
  21. package/es/multi-chat-client/style.css +1 -1
  22. package/es/multi-chat-history/index.js +37 -40
  23. package/es/multi-chat-record/index.js +37 -40
  24. package/es/multi-chat-setting/index.js +54 -57
  25. package/es/multi-chat-sip/index.js +1 -1
  26. package/es/radio/index.js +1 -1
  27. package/es/scale-view/index.js +70 -93
  28. package/es/select/index.js +36 -39
  29. package/es/select-label/index.js +47 -70
  30. package/es/select-person/index.js +35 -38
  31. package/es/table-filter/index.js +191 -186
  32. package/es/table-filter/style.css +1 -1
  33. package/es/tag/index.js +34 -37
  34. package/es/verification-code/index.js +2 -2
  35. package/lib/cui.common.js +1107 -939
  36. package/lib/cui.umd.js +1107 -939
  37. package/lib/cui.umd.min.js +79 -79
  38. package/package.json +2 -2
  39. package/packages/big-table/src/BigTable.vue +20 -19
  40. package/packages/fabric-chart/src/components/TimeScaleValue.vue +1 -5
  41. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +185 -90
  42. package/packages/fabric-chart/src/mixins/draw.js +70 -62
  43. package/packages/fabric-chart/src/mixins/eventCommon.js +9 -10
  44. package/packages/multi-chat/chat/chatFooter.vue +1 -5
  45. package/packages/multi-chat/chat/chatMain.vue +29 -5
  46. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1825 -1824
  47. package/packages/table-filter/src/const/dataOptions.js +10 -10
  48. package/packages/table-filter/src/quick-search/QuickSearch.vue +26 -0
@@ -273,17 +273,6 @@ module.exports = !DESCRIPTORS && !fails(function () {
273
273
  });
274
274
 
275
275
 
276
- /***/ }),
277
-
278
- /***/ "0d21":
279
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
280
-
281
- "use strict";
282
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _arrayWithHoles; });
283
- function _arrayWithHoles(arr) {
284
- if (Array.isArray(arr)) return arr;
285
- }
286
-
287
276
  /***/ }),
288
277
 
289
278
  /***/ "0d58":
@@ -309,7 +298,7 @@ module.exports = require("core-js/modules/es.array.find.js");
309
298
 
310
299
  "use strict";
311
300
 
312
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
301
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
313
302
  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()])])}
314
303
  var staticRenderFns = []
315
304
 
@@ -965,7 +954,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
965
954
 
966
955
  "use strict";
967
956
 
968
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=d12da2a6&scoped=true&
957
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=d12da2a6&scoped=true&
969
958
  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:({
970
959
  height: _vm.size === 'big' ? '40px' : '30px',
971
960
  lineHeight: _vm.size === 'big' ? '40px' : '30px',
@@ -1680,9 +1669,38 @@ var arrayLikeToArray = __webpack_require__("6b75");
1680
1669
  function _arrayWithoutHoles(arr) {
1681
1670
  if (Array.isArray(arr)) return Object(arrayLikeToArray["a" /* default */])(arr);
1682
1671
  }
1683
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1684
- var iterableToArray = __webpack_require__("db90");
1672
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
1673
+ var es_symbol_js_ = __webpack_require__("9b22");
1674
+
1675
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.description.js"
1676
+ var es_symbol_description_js_ = __webpack_require__("4933");
1677
+
1678
+ // EXTERNAL MODULE: external "core-js/modules/es.object.to-string.js"
1679
+ var es_object_to_string_js_ = __webpack_require__("97d3");
1680
+
1681
+ // EXTERNAL MODULE: external "core-js/modules/es.symbol.iterator.js"
1682
+ var es_symbol_iterator_js_ = __webpack_require__("2ff9");
1683
+
1684
+ // EXTERNAL MODULE: external "core-js/modules/es.string.iterator.js"
1685
+ var es_string_iterator_js_ = __webpack_require__("9bb5");
1686
+
1687
+ // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.iterator.js"
1688
+ var web_dom_collections_iterator_js_ = __webpack_require__("1a25");
1689
+
1690
+ // EXTERNAL MODULE: external "core-js/modules/es.array.from.js"
1691
+ var es_array_from_js_ = __webpack_require__("4362");
1692
+
1693
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1694
+
1695
+
1685
1696
 
1697
+
1698
+
1699
+
1700
+
1701
+ function _iterableToArray(iter) {
1702
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1703
+ }
1686
1704
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1687
1705
  var unsupportedIterableToArray = __webpack_require__("06c5");
1688
1706
 
@@ -1696,7 +1714,7 @@ function _nonIterableSpread() {
1696
1714
 
1697
1715
 
1698
1716
  function _toConsumableArray(arr) {
1699
- return _arrayWithoutHoles(arr) || Object(iterableToArray["a" /* default */])(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
1717
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || Object(unsupportedIterableToArray["a" /* default */])(arr) || _nonIterableSpread();
1700
1718
  }
1701
1719
 
1702
1720
  /***/ }),
@@ -2117,6 +2135,17 @@ module.exports = function (it) {
2117
2135
  };
2118
2136
 
2119
2137
 
2138
+ /***/ }),
2139
+
2140
+ /***/ "377e":
2141
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
2142
+
2143
+ "use strict";
2144
+ /* 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_c3a886ac_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f36a");
2145
+ /* 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_c3a886ac_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_c3a886ac_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
2146
+ /* unused harmony reexport * */
2147
+
2148
+
2120
2149
  /***/ }),
2121
2150
 
2122
2151
  /***/ "37e8":
@@ -2151,9 +2180,10 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
2151
2180
  // EXPORTS
2152
2181
  __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ _slicedToArray; });
2153
2182
 
2154
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2155
- var arrayWithHoles = __webpack_require__("0d21");
2156
-
2183
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2184
+ function _arrayWithHoles(arr) {
2185
+ if (Array.isArray(arr)) return arr;
2186
+ }
2157
2187
  // EXTERNAL MODULE: external "core-js/modules/es.symbol.js"
2158
2188
  var es_symbol_js_ = __webpack_require__("9b22");
2159
2189
 
@@ -2211,16 +2241,17 @@ function _iterableToArrayLimit(arr, i) {
2211
2241
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
2212
2242
  var unsupportedIterableToArray = __webpack_require__("06c5");
2213
2243
 
2214
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
2215
- var nonIterableRest = __webpack_require__("3d8c");
2216
-
2244
+ // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
2245
+ function _nonIterableRest() {
2246
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2247
+ }
2217
2248
  // CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
2218
2249
 
2219
2250
 
2220
2251
 
2221
2252
 
2222
2253
  function _slicedToArray(arr, i) {
2223
- return Object(arrayWithHoles["a" /* default */])(arr) || _iterableToArrayLimit(arr, i) || Object(unsupportedIterableToArray["a" /* default */])(arr, i) || Object(nonIterableRest["a" /* default */])();
2254
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || Object(unsupportedIterableToArray["a" /* default */])(arr, i) || _nonIterableRest();
2224
2255
  }
2225
2256
 
2226
2257
  /***/ }),
@@ -2230,7 +2261,7 @@ function _slicedToArray(arr, i) {
2230
2261
 
2231
2262
  "use strict";
2232
2263
 
2233
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
2264
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
2234
2265
  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()])}
2235
2266
  var staticRenderFns = []
2236
2267
 
@@ -2493,28 +2524,24 @@ module.exports = function (it) {
2493
2524
 
2494
2525
  "use strict";
2495
2526
 
2496
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=d96c1ba2&scoped=true&
2497
- var render = function () {
2498
- var this$1 = this;
2499
- 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:{
2527
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=f2490ce6&scoped=true&
2528
+ var render = function () {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:{
2500
2529
  content: true,
2501
2530
  'has-dictionary': item.dictionaryValues && item.dictionaryValues.length,
2502
2531
  'has-intention': item.intentionList && item.intentionList.length
2503
- }},[_c('p',{domProps:{"innerHTML":_vm._s(_vm.getContentHtml(item))}}),(item.content.attachments && item.content.attachments.length > 0)?_vm._l((item.content.attachments),function(v,index){return _c('div',{key:index,staticClass:"robot-item"},[(v.type == 1)?_c('a',{attrs:{"href":v.url,"target":"_blank"}},[_vm._v(" "+_vm._s(v.desc)+"(超链) ")]):_vm._e(),(v.type == 2 || v.type == 3)?_c('a',{attrs:{"href":"javascript:void(0);"},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendQuestion', v, item)}}},[_vm._v(" "+_vm._s(v.desc)+" ")]):_vm._e()])}):_vm._e(),(item.intentionList && item.intentionList.length)?_c('div',{staticClass:"intention-wrap"},_vm._l((item.intentionList),function(v,index){return _c('div',{key:index,on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendIntention', v)}}},[_c('svg-icon',{staticStyle:{"font-size":"26px"},attrs:{"icon-class":v.icon || 'moren'}}),_c('span',[_vm._v(_vm._s(v.name))])],1)}),0):_vm._e()],2),(item.dictionaryValues && item.dictionaryValues.length)?_c('ul',{staticClass:"dictionary-ul"},_vm._l((item.dictionaryValues),function(v,i){return _c('li',{key:i,on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendDictionary', v, item)}}},[_vm._v(" "+_vm._s(v)+" ")])}),0):_vm._e(),(item.autoAccess && item.autoAccess === 'false')?_c('div',{staticClass:"client-btn"},[_c('svg-icon',{attrs:{"icon-class":"kefu"}}),_c('span',{on:{"click":function($event){return _vm.$emit('goCustomServe')}}},[_vm._v("转人工客服")])],1):_vm._e()]):(item.content.type === 1)?_c('div',{staticClass:"upload-image"},[_c('MsgPicture',{staticStyle:{"max-width":"345px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item)}}})],1):(item.content.type === 2)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px","margin-right":"8px"},attrs:{"src":__webpack_require__("c7ba")}}),_vm._v(" "+_vm._s(item.content.content)+"  "),(item.content.isRefuse == 1)?_c('span',{staticClass:"re-call",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.reCall(item, 'video')}}},[_vm._v(" "+_vm._s(_vm.handleReCall(item))+" ")]):_vm._e()])]):(item.content.type === 5)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px","margin-right":"8px"},attrs:{"src":__webpack_require__("38c5")}}),_vm._v(" "+_vm._s(item.content.content)+"  "),(item.content.isRefuse == 1)?_c('span',{staticClass:"re-call",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.reCall(item, 'voice')}}},[_vm._v(" "+_vm._s(_vm.handleReCall(item))+" ")]):_vm._e()])]):(item.content.type === 6)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"voice-bg content",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.playAudio(item)}}},[(item.content.isPlay)?_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""}}),_c('span',{staticClass:"voice-text",style:(_vm.AudioStyle(item))},[_vm._v(" "+_vm._s(item.content.duration || 1)+"\" ")])])]):(item.content.type === 4)?[(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('MsgPrescription',{attrs:{"data":item,"isServer":_vm.isServer,"theme":_vm.isServer ? '' : 'customer'},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})],1)]:_vm._e()],2),(_vm.enableReadRecord)?_c('ReadStatus',{attrs:{"status":item.readStatus},on:{"click":function($event){return _vm.openReadRecord($event, item)}}}):_vm._e()],2):_vm._e()]):_vm._e()]}),(_vm.contextMenuShow)?_c('ul',{ref:"contextMenu",staticClass:"menu-main",style:(_vm.contextMenuStyle)},[_vm._l((_vm.rightClickSetting),function(item,index){return [_c('li',{key:index,staticClass:"menu-item",on:{"click":function () { return _vm.handleRightClick(_vm.contextMenuItem, item); }}},[_vm._v(" "+_vm._s(item.rightClickName)+" ")])]})],2):_vm._e(),(_vm.sessionEnd && !_vm.isServer)?_c('div',{staticClass:"session-end"},[_c('span',{staticClass:"end"},[_vm._v(_vm._s(_vm.i18nText('1.9.370')))])]):_vm._e(),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],2),_c('viewer',{ref:"viewer",staticClass:"viewer",staticStyle:{"display":"none"},attrs:{"images":_vm.images,"options":_vm.options},on:{"inited":_vm.inited},scopedSlots:_vm._u([{key:"default",fn:function(scope){return _vm._l((scope.images),function(src){return _c('img',{key:src,attrs:{"src":src}})})}}])}),_c('a-modal',{attrs:{"wrapClassName":"chat-footer-modal-small","title":_vm.modalData.title || _vm.i18nText('1.1.1.10'),"visible":_vm.modalShow,"maskClosable":false,"mask":true,"width":"80%","destroyOnClose":"","okText":_vm.i18nText('1.2.1.11.6'),"footer":null},on:{"cancel":function () {
2504
- this$1.modalShow = false;
2505
- }}},[(_vm.modalData.targetType === 'LINK_ADDRESS')?_c('iframe',{attrs:{"id":"chat-footer-modal","width":"100%","height":"100%","frameborder":"0","src":_vm.modalData.address,"allow":"camera;midi"}}):_vm._e()])],2),_c('audio',{ref:"audio",staticStyle:{"display":"none"},attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}}),(_vm.readRecordVisible)?_c('ReadRecord',{style:(_vm.readRecordStyle),attrs:{"list":_vm.readRecordList},on:{"close":_vm.closeReadRecord}}):_vm._e()],1)}
2532
+ }},[_c('p',{domProps:{"innerHTML":_vm._s(_vm.getContentHtml(item))}}),(item.content.attachments && item.content.attachments.length > 0)?_vm._l((item.content.attachments),function(v,index){return _c('div',{key:index,staticClass:"robot-item"},[(v.type == 1)?_c('a',{attrs:{"href":v.url,"target":"_blank"}},[_vm._v(" "+_vm._s(v.desc)+"(超链) ")]):_vm._e(),(v.type == 2 || v.type == 3)?_c('a',{attrs:{"href":"javascript:void(0);"},on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendQuestion', v, item)}}},[_vm._v(" "+_vm._s(v.desc)+" ")]):_vm._e()])}):_vm._e(),(item.intentionList && item.intentionList.length)?_c('div',{staticClass:"intention-wrap"},_vm._l((item.intentionList),function(v,index){return _c('div',{key:index,on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendIntention', v)}}},[_c('svg-icon',{staticStyle:{"font-size":"26px"},attrs:{"icon-class":v.icon || 'moren'}}),_c('span',[_vm._v(_vm._s(v.name))])],1)}),0):_vm._e()],2),(item.dictionaryValues && item.dictionaryValues.length)?_c('ul',{staticClass:"dictionary-ul"},_vm._l((item.dictionaryValues),function(v,i){return _c('li',{key:i,on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.$emit('sendDictionary', v, item)}}},[_vm._v(" "+_vm._s(v)+" ")])}),0):_vm._e(),(item.autoAccess && item.autoAccess === 'false')?_c('div',{staticClass:"client-btn"},[_c('svg-icon',{attrs:{"icon-class":"kefu"}}),_c('span',{on:{"click":function($event){return _vm.$emit('goCustomServe')}}},[_vm._v("转人工客服")])],1):_vm._e()]):(item.content.type === 1)?_c('div',{staticClass:"upload-image"},[_c('MsgPicture',{staticStyle:{"max-width":"345px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item)}}})],1):(item.content.type === 2)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px","margin-right":"8px"},attrs:{"src":__webpack_require__("c7ba")}}),_vm._v(" "+_vm._s(item.content.content)+"  "),(item.content.isRefuse == 1)?_c('span',{staticClass:"re-call",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.reCall(item, 'video')}}},[_vm._v(" "+_vm._s(_vm.handleReCall(item))+" ")]):_vm._e()])]):(item.content.type === 5)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px","margin-right":"8px"},attrs:{"src":__webpack_require__("38c5")}}),_vm._v(" "+_vm._s(item.content.content)+"  "),(item.content.isRefuse == 1)?_c('span',{staticClass:"re-call",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.reCall(item, 'voice')}}},[_vm._v(" "+_vm._s(_vm.handleReCall(item))+" ")]):_vm._e()])]):(item.content.type === 6)?_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('div',{staticClass:"voice-bg content",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.playAudio(item)}}},[(item.content.isPlay)?_c('img',{attrs:{"src":__webpack_require__("320f"),"alt":""}}):_c('img',{attrs:{"src":__webpack_require__("c2ae"),"alt":""}}),_c('span',{staticClass:"voice-text",style:(_vm.AudioStyle(item))},[_vm._v(" "+_vm._s(item.content.duration || 1)+"\" ")])])]):(item.content.type === 4)?[(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('div',{staticClass:"content-wrap"},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('MsgPrescription',{attrs:{"data":item,"isServer":_vm.isServer,"theme":_vm.isServer ? '' : 'customer'},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})],1)]:_vm._e()],2),(_vm.enableReadRecord)?_c('ReadStatus',{attrs:{"status":item.readStatus},on:{"click":function($event){return _vm.openReadRecord($event, item)}}}):_vm._e()],2):_vm._e()]):_vm._e()]}),(_vm.contextMenuShow)?_c('ul',{ref:"contextMenu",staticClass:"menu-main",style:(_vm.contextMenuStyle)},[_vm._l((_vm.rightClickSetting),function(item,index){return [_c('li',{key:index,staticClass:"menu-item",on:{"click":function () { return _vm.handleRightClick(_vm.contextMenuItem, item); }}},[_vm._v(" "+_vm._s(item.rightClickName)+" ")])]})],2):_vm._e(),(_vm.sessionEnd && !_vm.isServer)?_c('div',{staticClass:"session-end"},[_c('span',{staticClass:"end"},[_vm._v(_vm._s(_vm.i18nText('1.9.370')))])]):_vm._e(),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],2),_c('viewer',{ref:"viewer",staticClass:"viewer",staticStyle:{"display":"none"},attrs:{"images":_vm.images,"options":_vm.options},on:{"inited":_vm.inited},scopedSlots:_vm._u([{key:"default",fn:function(scope){return _vm._l((scope.images),function(src){return _c('img',{key:src,attrs:{"src":src}})})}}])}),_c('a-modal',{attrs:{"wrapClassName":"chat-footer-modal-small","title":_vm.modalData.title || _vm.i18nText('1.1.1.10'),"visible":_vm.modalShow,"maskClosable":false,"mask":true,"width":"80%","destroyOnClose":"","okText":_vm.i18nText('1.2.1.11.6'),"footer":null},on:{"cancel":_vm.handleClose}},[(_vm.modalData.targetType === 'LINK_ADDRESS')?_c('iframe',{attrs:{"id":"chat-footer-modal","width":"100%","height":"100%","frameborder":"0","src":_vm.modalData.address,"allow":"camera;midi"}}):_vm._e()])],2),_c('audio',{ref:"audio",staticStyle:{"display":"none"},attrs:{"controls":"","autoplay":"","preload":"auto","crossOrigin":"anonymous","media-player":"audioPlayer","src":_vm.curAudioUrl},on:{"ended":_vm.audioEnd}}),(_vm.readRecordVisible)?_c('ReadRecord',{style:(_vm.readRecordStyle),attrs:{"list":_vm.readRecordList},on:{"close":_vm.closeReadRecord}}):_vm._e()],1)}
2506
2533
  var staticRenderFns = []
2507
2534
 
2508
2535
 
2509
- // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=d96c1ba2&scoped=true&
2536
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=template&id=f2490ce6&scoped=true&
2510
2537
 
2511
2538
  // EXTERNAL MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./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=script&lang=js&
2512
2539
  var chatMainvue_type_script_lang_js_ = __webpack_require__("dba2");
2513
2540
 
2514
2541
  // CONCATENATED MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=script&lang=js&
2515
2542
  /* harmony default export */ var chat_chatMainvue_type_script_lang_js_ = (chatMainvue_type_script_lang_js_["a" /* default */]);
2516
- // EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=style&index=0&id=d96c1ba2&lang=less&scoped=true&
2517
- var chatMainvue_type_style_index_0_id_d96c1ba2_lang_less_scoped_true_ = __webpack_require__("b012");
2543
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/chatMain.vue?vue&type=style&index=0&id=f2490ce6&lang=less&scoped=true&
2544
+ var chatMainvue_type_style_index_0_id_f2490ce6_lang_less_scoped_true_ = __webpack_require__("6a44");
2518
2545
 
2519
2546
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
2520
2547
  var componentNormalizer = __webpack_require__("2877");
@@ -2534,7 +2561,7 @@ var component = Object(componentNormalizer["a" /* default */])(
2534
2561
  staticRenderFns,
2535
2562
  false,
2536
2563
  null,
2537
- "d96c1ba2",
2564
+ "f2490ce6",
2538
2565
  null
2539
2566
 
2540
2567
  )
@@ -2543,17 +2570,6 @@ var component = Object(componentNormalizer["a" /* default */])(
2543
2570
 
2544
2571
  /***/ }),
2545
2572
 
2546
- /***/ "3d8c":
2547
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
2548
-
2549
- "use strict";
2550
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _nonIterableRest; });
2551
- function _nonIterableRest() {
2552
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
2553
- }
2554
-
2555
- /***/ }),
2556
-
2557
2573
  /***/ "3dbc":
2558
2574
  /***/ (function(module, exports) {
2559
2575
 
@@ -2588,7 +2604,7 @@ module.exports = {};
2588
2604
 
2589
2605
  "use strict";
2590
2606
 
2591
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=079f6956&scoped=true&
2607
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=079f6956&scoped=true&
2592
2608
  var render = function () {
2593
2609
  var this$1 = this;
2594
2610
  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 () {
@@ -3786,13 +3802,6 @@ module.exports = function (input, pref) {
3786
3802
  };
3787
3803
 
3788
3804
 
3789
- /***/ }),
3790
-
3791
- /***/ "48cb":
3792
- /***/ (function(module, exports, __webpack_require__) {
3793
-
3794
- // extracted by mini-css-extract-plugin
3795
-
3796
3805
  /***/ }),
3797
3806
 
3798
3807
  /***/ "4930":
@@ -3983,7 +3992,7 @@ var es_promise_finally = __webpack_require__("a79d");
3983
3992
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
3984
3993
  var es_function_name_js_ = __webpack_require__("db0a");
3985
3994
 
3986
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=551b859a&scoped=true&
3995
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=551b859a&scoped=true&
3987
3996
  var chatvue_type_template_id_551b859a_scoped_true_render = function () {
3988
3997
  var this$1 = this;
3989
3998
  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){
@@ -4106,7 +4115,7 @@ var modal_style_ = __webpack_require__("1ceb");
4106
4115
  var modal_ = __webpack_require__("929f");
4107
4116
  var modal_default = /*#__PURE__*/__webpack_require__.n(modal_);
4108
4117
 
4109
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
4118
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 3 modules
4110
4119
  var toConsumableArray = __webpack_require__("2909");
4111
4120
 
4112
4121
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
@@ -4177,7 +4186,7 @@ var chatMain = __webpack_require__("3cee");
4177
4186
  var babel_helper_vue_jsx_merge_props_ = __webpack_require__("5a5e");
4178
4187
  var babel_helper_vue_jsx_merge_props_default = /*#__PURE__*/__webpack_require__.n(babel_helper_vue_jsx_merge_props_);
4179
4188
 
4180
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
4189
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
4181
4190
  var slicedToArray = __webpack_require__("3835");
4182
4191
 
4183
4192
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js
@@ -5661,7 +5670,7 @@ var video = __webpack_require__("56b2");
5661
5670
  // EXTERNAL MODULE: ./packages/multi-chat/chat/audio.vue + 4 modules
5662
5671
  var audio = __webpack_require__("279d");
5663
5672
 
5664
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
5673
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
5665
5674
  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)}
5666
5675
  var callingvue_type_template_id_9cb7935a_scoped_true_staticRenderFns = []
5667
5676
 
@@ -5959,7 +5968,7 @@ var calling_component = Object(componentNormalizer["a" /* default */])(
5959
5968
  )
5960
5969
 
5961
5970
  /* harmony default export */ var calling = (calling_component.exports);
5962
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
5971
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
5963
5972
  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)])}
5964
5973
  var delayvue_type_template_id_6507ce77_scoped_true_staticRenderFns = []
5965
5974
 
@@ -6082,7 +6091,7 @@ var delay_component = Object(componentNormalizer["a" /* default */])(
6082
6091
  )
6083
6092
 
6084
6093
  /* harmony default export */ var delay = (delay_component.exports);
6085
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
6094
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
6086
6095
  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)}
6087
6096
  var advancedFiltervue_type_template_id_6bed273e_scoped_true_staticRenderFns = []
6088
6097
 
@@ -6110,7 +6119,7 @@ var pagination_style_ = __webpack_require__("0371");
6110
6119
  var pagination_ = __webpack_require__("6059");
6111
6120
  var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
6112
6121
 
6113
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
6122
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
6114
6123
  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":{
6115
6124
  boxSizing: 'content-box',
6116
6125
  padding: '10px 10px 10px 24px'
@@ -6819,7 +6828,7 @@ var advancedFilter_component = Object(componentNormalizer["a" /* default */])(
6819
6828
  )
6820
6829
 
6821
6830
  /* harmony default export */ var advancedFilter = (advancedFilter_component.exports);
6822
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
6831
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
6823
6832
  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)}
6824
6833
  var addMembersvue_type_template_id_c9459058_scoped_true_staticRenderFns = []
6825
6834
 
@@ -7288,7 +7297,7 @@ var addMembers_component = Object(componentNormalizer["a" /* default */])(
7288
7297
  )
7289
7298
 
7290
7299
  /* harmony default export */ var addMembers = (addMembers_component.exports);
7291
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=3ae72c58&scoped=true&
7300
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=3ae72c58&scoped=true&
7292
7301
  var multiVideovue_type_template_id_3ae72c58_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 () {
7293
7302
  _vm.setMultiVideoShow(false);
7294
7303
  _vm.setRoomId('');
@@ -8787,7 +8796,7 @@ var multiVideo_component = Object(componentNormalizer["a" /* default */])(
8787
8796
  )
8788
8797
 
8789
8798
  /* harmony default export */ var multiVideo = (multiVideo_component.exports);
8790
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
8799
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
8791
8800
  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()])}
8792
8801
  var videoVoiceListvue_type_template_id_1ccaa4fa_scoped_true_staticRenderFns = []
8793
8802
 
@@ -9052,7 +9061,7 @@ var videoVoiceList_component = Object(componentNormalizer["a" /* default */])(
9052
9061
  )
9053
9062
 
9054
9063
  /* harmony default export */ var videoVoiceList = (videoVoiceList_component.exports);
9055
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
9064
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
9056
9065
  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)}
9057
9066
  var addConferencevue_type_template_id_5f5782fa_scoped_true_staticRenderFns = []
9058
9067
 
@@ -9280,7 +9289,7 @@ var addConference_component = Object(componentNormalizer["a" /* default */])(
9280
9289
  )
9281
9290
 
9282
9291
  /* harmony default export */ var addConference = (addConference_component.exports);
9283
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
9292
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
9284
9293
  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)}
9285
9294
  var classify_tabsvue_type_template_id_4fd445da_scoped_true_staticRenderFns = []
9286
9295
 
@@ -11689,7 +11698,7 @@ var store = __webpack_require__("c6cd");
11689
11698
 
11690
11699
  "use strict";
11691
11700
 
11692
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=772db65b&scoped=true&
11701
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=772db65b&scoped=true&
11693
11702
  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("屏幕共享")])])])])])}
11694
11703
  var staticRenderFns = []
11695
11704
 
@@ -13258,7 +13267,7 @@ module.exports = !$assign || fails(function () {
13258
13267
 
13259
13268
  "use strict";
13260
13269
 
13261
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=54252e2e&scoped=true&
13270
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=c3a886ac&scoped=true&
13262
13271
  var render = function () {
13263
13272
  var this$1 = this;
13264
13273
  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:([
@@ -13266,17 +13275,15 @@ var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-layo
13266
13275
  {
13267
13276
  valuePropName: 'fileList'
13268
13277
  }
13269
- ]),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 () {
13270
- this$1.modalShow = false;
13271
- },"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 () {
13278
+ ]),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":_vm.handleClose,"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 () {
13272
13279
  this$1.accessIntercept = false;
13273
13280
  }}},[_c('iframe',{attrs:{"width":"100%","height":"100%","frameborder":"0","src":_vm.accessInterceptUrl}})]),(_vm.showVoice)?_c('voice',{attrs:{"showVoice":_vm.showVoice},on:{"closeVoice":_vm.handleVoice}}):_vm._e(),(_vm.enableTransfer)?_c('ModalUserTransfer',{attrs:{"title":_vm.i18nText('1.10.201'),"visible":_vm.transferVisible,"assemblyId":_vm.assemblyId},on:{"update:visible":function($event){_vm.transferVisible=$event},"ok":_vm.handleTransfer}}):_vm._e(),(_vm.refuseVisible)?_c('ModalRefuseReason',{attrs:{"visible":_vm.refuseVisible,"reasonList":_vm.refuseReasonList},on:{"update:visible":function($event){_vm.refuseVisible=$event},"ok":_vm.handleRefuse}}):_vm._e()],2)}
13274
13281
  var staticRenderFns = []
13275
13282
 
13276
13283
 
13277
- // CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=54252e2e&scoped=true&
13284
+ // CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=template&id=c3a886ac&scoped=true&
13278
13285
 
13279
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
13286
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 3 modules
13280
13287
  var slicedToArray = __webpack_require__("3835");
13281
13288
 
13282
13289
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
@@ -13724,7 +13731,7 @@ function getPanelSetting(params, setting, clientParams) {
13724
13731
  // EXTERNAL MODULE: ./packages/multi-chat/store/helper.js
13725
13732
  var helper = __webpack_require__("e3c5");
13726
13733
 
13727
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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=6df19346&
13734
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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=6df19346&
13728
13735
  var quickReplyvue_type_template_id_6df19346_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"},[(_vm.quickReplyKey === "个人")?_c('svg-icon',{staticClass:"quick-replay-to-top",staticStyle:{"font-size":"16px"},attrs:{"icon-class":"a-xitongtubiaoliaotianzhiding"},on:{"click":function($event){$event.stopPropagation();return _vm.handleQuickEdit(item, 'top', data.list, index, _vm.k)}}}):_vm._e(),_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)}
13729
13736
  var quickReplyvue_type_template_id_6df19346_staticRenderFns = []
13730
13737
 
@@ -14170,7 +14177,7 @@ var component = Object(componentNormalizer["a" /* default */])(
14170
14177
  )
14171
14178
 
14172
14179
  /* harmony default export */ var quickReply = (component.exports);
14173
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
14180
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
14174
14181
  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}})])])}
14175
14182
  var voicevue_type_template_id_7e851a0c_scoped_true_staticRenderFns = []
14176
14183
 
@@ -14612,7 +14619,7 @@ var voice_component = Object(componentNormalizer["a" /* default */])(
14612
14619
  )
14613
14620
 
14614
14621
  /* harmony default export */ var voice = (voice_component.exports);
14615
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
14622
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
14616
14623
  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)}
14617
14624
  var modal_user_transfervue_type_template_id_f50a4f90_staticRenderFns = []
14618
14625
 
@@ -14747,7 +14754,7 @@ var modal_user_transfer_component = Object(componentNormalizer["a" /* default */
14747
14754
  )
14748
14755
 
14749
14756
  /* harmony default export */ var modal_user_transfer = (modal_user_transfer_component.exports);
14750
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
14757
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
14751
14758
  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)}
14752
14759
  var modal_refuse_reasonvue_type_template_id_375e05a7_scoped_true_staticRenderFns = []
14753
14760
 
@@ -16459,8 +16466,8 @@ var chatFootervue_type_script_lang_js_components;
16459
16466
  // EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=0&lang=less&
16460
16467
  var chatFootervue_type_style_index_0_lang_less_ = __webpack_require__("99aa");
16461
16468
 
16462
- // EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=54252e2e&lang=less&scoped=true&
16463
- var chatFootervue_type_style_index_1_id_54252e2e_lang_less_scoped_true_ = __webpack_require__("a8d5");
16469
+ // EXTERNAL MODULE: ./packages/multi-chat/chat/chatFooter.vue?vue&type=style&index=1&id=c3a886ac&lang=less&scoped=true&
16470
+ var chatFootervue_type_style_index_1_id_c3a886ac_lang_less_scoped_true_ = __webpack_require__("377e");
16464
16471
 
16465
16472
  // CONCATENATED MODULE: ./packages/multi-chat/chat/chatFooter.vue
16466
16473
 
@@ -16478,7 +16485,7 @@ var chatFooter_component = Object(componentNormalizer["a" /* default */])(
16478
16485
  staticRenderFns,
16479
16486
  false,
16480
16487
  null,
16481
- "54252e2e",
16488
+ "c3a886ac",
16482
16489
  null
16483
16490
 
16484
16491
  )
@@ -16640,6 +16647,17 @@ module.exports = {
16640
16647
  };
16641
16648
 
16642
16649
 
16650
+ /***/ }),
16651
+
16652
+ /***/ "6a44":
16653
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
16654
+
16655
+ "use strict";
16656
+ /* 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_chatMain_vue_vue_type_style_index_0_id_f2490ce6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f70b");
16657
+ /* 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_chatMain_vue_vue_type_style_index_0_id_f2490ce6_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_chatMain_vue_vue_type_style_index_0_id_f2490ce6_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
16658
+ /* unused harmony reexport * */
16659
+
16660
+
16643
16661
  /***/ }),
16644
16662
 
16645
16663
  /***/ "6b75":
@@ -16680,13 +16698,6 @@ module.exports = require("core-js/modules/es.object.get-own-property-descriptor.
16680
16698
 
16681
16699
  /***/ }),
16682
16700
 
16683
- /***/ "6ea0":
16684
- /***/ (function(module, exports, __webpack_require__) {
16685
-
16686
- // extracted by mini-css-extract-plugin
16687
-
16688
- /***/ }),
16689
-
16690
16701
  /***/ "6eeb":
16691
16702
  /***/ (function(module, exports, __webpack_require__) {
16692
16703
 
@@ -17463,7 +17474,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACN
17463
17474
 
17464
17475
  "use strict";
17465
17476
 
17466
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
17477
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
17467
17478
  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) {
17468
17479
  return triggerNode.parentNode || _vm.document.body;
17469
17480
  }}},[(_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){
@@ -18667,7 +18678,7 @@ var es_array_slice_js_ = __webpack_require__("ea12");
18667
18678
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
18668
18679
  var asyncToGenerator = __webpack_require__("1da1");
18669
18680
 
18670
- // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
18681
+ // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 3 modules
18671
18682
  var toConsumableArray = __webpack_require__("2909");
18672
18683
 
18673
18684
  // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/typeof.js
@@ -19782,7 +19793,7 @@ module.exports = require("core-js/modules/es.string.iterator.js");
19782
19793
 
19783
19794
  "use strict";
19784
19795
 
19785
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
19796
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
19786
19797
  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)])])])}
19787
19798
  var staticRenderFns = []
19788
19799
 
@@ -20861,17 +20872,6 @@ if (!IS_PURE && typeof NativePromise == 'function') {
20861
20872
  }
20862
20873
 
20863
20874
 
20864
- /***/ }),
20865
-
20866
- /***/ "a8d5":
20867
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
20868
-
20869
- "use strict";
20870
- /* 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_54252e2e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("6ea0");
20871
- /* 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_54252e2e_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_54252e2e_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
20872
- /* unused harmony reexport * */
20873
-
20874
-
20875
20875
  /***/ }),
20876
20876
 
20877
20877
  /***/ "a8e9":
@@ -21012,17 +21012,6 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAAS
21012
21012
  /* unused harmony reexport * */
21013
21013
 
21014
21014
 
21015
- /***/ }),
21016
-
21017
- /***/ "b012":
21018
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
21019
-
21020
- "use strict";
21021
- /* 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_chatMain_vue_vue_type_style_index_0_id_d96c1ba2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("48cb");
21022
- /* 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_chatMain_vue_vue_type_style_index_0_id_d96c1ba2_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_chatMain_vue_vue_type_style_index_0_id_d96c1ba2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
21023
- /* unused harmony reexport * */
21024
-
21025
-
21026
21015
  /***/ }),
21027
21016
 
21028
21017
  /***/ "b102":
@@ -22152,7 +22141,7 @@ module.exports = require("core-js/modules/es.typed-array.uint8-array.js");
22152
22141
 
22153
22142
  "use strict";
22154
22143
 
22155
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5d550778-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&
22144
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"ecccdc7e-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&
22156
22145
  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}})])}
22157
22146
  var staticRenderFns = []
22158
22147
 
@@ -22309,38 +22298,6 @@ module.exports = require("core-js/modules/es.function.name.js");
22309
22298
 
22310
22299
  /***/ }),
22311
22300
 
22312
- /***/ "db90":
22313
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
22314
-
22315
- "use strict";
22316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return _iterableToArray; });
22317
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("9b22");
22318
- /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__);
22319
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("4933");
22320
- /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__);
22321
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("97d3");
22322
- /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
22323
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("2ff9");
22324
- /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__);
22325
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("9bb5");
22326
- /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__);
22327
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("1a25");
22328
- /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__);
22329
- /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("4362");
22330
- /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6__);
22331
-
22332
-
22333
-
22334
-
22335
-
22336
-
22337
-
22338
- function _iterableToArray(iter) {
22339
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
22340
- }
22341
-
22342
- /***/ }),
22343
-
22344
22301
  /***/ "dba2":
22345
22302
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
22346
22303
 
@@ -22926,6 +22883,8 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22926
22883
  },
22927
22884
  // 处理模板按钮,详情等跳转
22928
22885
  handleTemplate: function handleTemplate(data) {
22886
+ var _this4 = this;
22887
+
22929
22888
  var dispatch = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
22930
22889
  var targetType = data.targetType,
22931
22890
  address = data.address,
@@ -22959,10 +22918,51 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22959
22918
  this.modalData = Object.assign({}, data, {
22960
22919
  address: address
22961
22920
  });
22921
+ this.$nextTick().then(function () {
22922
+ window.addEventListener('message', _this4.iframeEvent);
22923
+ });
22962
22924
  return;
22963
22925
  }
22964
22926
  }
22965
22927
  },
22928
+ iframeEvent: function iframeEvent(event) {
22929
+ var _event$data, _this$method;
22930
+
22931
+ var method = event === null || event === void 0 ? void 0 : (_event$data = event.data) === null || _event$data === void 0 ? void 0 : _event$data.method;
22932
+ (_this$method = this[method]) === null || _this$method === void 0 ? void 0 : _this$method.call(this, event);
22933
+ },
22934
+ // 发送
22935
+ handleParentMessageSend: function handleParentMessageSend(_ref3) {
22936
+ var data = _ref3.data,
22937
+ source = _ref3.source,
22938
+ origin = _ref3.origin;
22939
+ var params = {
22940
+ assemblyId: this.assemblyId,
22941
+ sessionId: this.sessionId,
22942
+ orgId: this.orgId
22943
+ };
22944
+ params = Object.assign(params, data.data);
22945
+ return _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post('/chat/access/sendToolBarData', _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(params)).then(function (_ref4) {
22946
+ var data = _ref4.data;
22947
+
22948
+ if (data.result === 'SUCCESS') {
22949
+ source.postMessage({
22950
+ status: 0,
22951
+ resultMsg: data.resultMsg
22952
+ }, origin);
22953
+ } else {
22954
+ source.postMessage({
22955
+ status: 1,
22956
+ resultMsg: data.resultMsg
22957
+ }, origin);
22958
+ }
22959
+ });
22960
+ },
22961
+ // 关闭
22962
+ handleClose: function handleClose() {
22963
+ this.modalShow = false;
22964
+ window.removeEventListener('message', this.iframeEvent);
22965
+ },
22966
22966
  handleTemplateDetail: function handleTemplateDetail(item) {
22967
22967
  var content = this.getContent(item) || {};
22968
22968
  var setting = content.customerSetting || {};
@@ -22982,7 +22982,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22982
22982
  var _item$content6,
22983
22983
  _this$userInfo3,
22984
22984
  _this$userInfo3$sysPa,
22985
- _this4 = this;
22985
+ _this5 = this;
22986
22986
 
22987
22987
  var params = {
22988
22988
  assemblyId: this.assemblyId,
@@ -22991,39 +22991,39 @@ var _customerStaffIcon = __webpack_require__("5b6c");
22991
22991
  messageType: (_item$content6 = item.content) === null || _item$content6 === void 0 ? void 0 : _item$content6.type,
22992
22992
  userId: ((_this$userInfo3 = this.userInfo) === null || _this$userInfo3 === void 0 ? void 0 : (_this$userInfo3$sysPa = _this$userInfo3.sysParams) === null || _this$userInfo3$sysPa === void 0 ? void 0 : _this$userInfo3$sysPa.userId) || ''
22993
22993
  };
22994
- _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post('/chat/service/recallMessage', _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(params)).then(function (_ref3) {
22995
- var data = _ref3.data;
22994
+ _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42___default.a.post('/chat/service/recallMessage', _utils_chatFetch__WEBPACK_IMPORTED_MODULE_42__["qs"].stringify(params)).then(function (_ref5) {
22995
+ var data = _ref5.data;
22996
22996
 
22997
22997
  if (data.result === 'SUCCESS') {
22998
- var _this4$getContent;
22998
+ var _this5$getContent;
22999
22999
 
23000
- _this4.dispatchEvent('msg_recallSuccess', Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23000
+ _this5.dispatchEvent('msg_recallSuccess', Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({
23001
23001
  message: Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_18__[/* default */ "a"])({}, item)
23002
23002
  }, params));
23003
23003
 
23004
- _this4.$set(item, 'recallFlag', 1); // 撤回成功提示
23004
+ _this5.$set(item, 'recallFlag', 1); // 撤回成功提示
23005
23005
 
23006
23006
 
23007
- var title = (_this4$getContent = _this4.getContent(item)) === null || _this4$getContent === void 0 ? void 0 : _this4$getContent.title;
23007
+ var title = (_this5$getContent = _this5.getContent(item)) === null || _this5$getContent === void 0 ? void 0 : _this5$getContent.title;
23008
23008
  var text = title ? "\u5DF2\u64A4\u56DE[".concat(title, "]") : '已撤回';
23009
23009
 
23010
- _this4.$message.success(text);
23010
+ _this5.$message.success(text);
23011
23011
 
23012
- if (!_this4.isLastMessage(item.id)) return;
23012
+ if (!_this5.isLastMessage(item.id)) return;
23013
23013
 
23014
- _this4.setIsScrollListChange(true);
23014
+ _this5.setIsScrollListChange(true);
23015
23015
 
23016
- _this4.setListChangeItem({
23016
+ _this5.setListChangeItem({
23017
23017
  opt: 1,
23018
- from: _this4.clientId,
23019
- sessionId: _this4.sessionId,
23018
+ from: _this5.clientId,
23019
+ sessionId: _this5.sessionId,
23020
23020
  msgCount: 0,
23021
23021
  lastContentRecallFlag: 1,
23022
23022
  lastContent: _utils_vexutils__WEBPACK_IMPORTED_MODULE_51___default.a.clone(item.content, true),
23023
23023
  lastTime: new Date().getTime()
23024
23024
  });
23025
23025
  } else {
23026
- _this4.$message.error(data.resultMsg);
23026
+ _this5.$message.error(data.resultMsg);
23027
23027
  }
23028
23028
  });
23029
23029
  },
@@ -23071,15 +23071,15 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23071
23071
  this.setFooterMessage(this.footerMessage + item.content.content.slice(5, -6));
23072
23072
  },
23073
23073
  observeMsg: function observeMsg() {
23074
- var _this5 = this;
23074
+ var _this6 = this;
23075
23075
 
23076
23076
  if (this.enableReadRecord) {
23077
23077
  if (!this._observer) {
23078
23078
  this._observer = new _utils_observer_scroll__WEBPACK_IMPORTED_MODULE_52__[/* default */ "a"](this.$refs['message-wrapper'], this.readMsg);
23079
23079
  this.$on('hook:beforeDestroy', function () {
23080
- _this5._observer.remove();
23080
+ _this6._observer.remove();
23081
23081
 
23082
- _this5._observer = null;
23082
+ _this6._observer = null;
23083
23083
  });
23084
23084
  }
23085
23085
 
@@ -23087,9 +23087,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23087
23087
 
23088
23088
  if (this.msgList.length) {
23089
23089
  this.$nextTick(function () {
23090
- var el = _this5.$refs['message-wrapper'];
23090
+ var el = _this6.$refs['message-wrapper'];
23091
23091
  var els = el === null || el === void 0 ? void 0 : el.querySelectorAll('.message-item.left');
23092
- els && _this5._observer.observe(Array.from(els).filter(function (item) {
23092
+ els && _this6._observer.observe(Array.from(els).filter(function (item) {
23093
23093
  return item.getAttribute('data-rid');
23094
23094
  }));
23095
23095
  });
@@ -23097,7 +23097,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23097
23097
  }
23098
23098
  },
23099
23099
  readMsg: function readMsg(ids) {
23100
- var _this6 = this;
23100
+ var _this7 = this;
23101
23101
 
23102
23102
  var enableVaid = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
23103
23103
  var notify = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
@@ -23119,9 +23119,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23119
23119
  var jumpType = ",6,1,";
23120
23120
  if (jumpType.includes(type)) return false;
23121
23121
 
23122
- if (type == 4 && !_this6.isDescribeMsg(item)) {
23123
- var content = _this6.getContent(item) || {};
23124
- var setting = (_this6.isServer ? content.serverSetting : content.customerSetting) || {};
23122
+ if (type == 4 && !_this7.isDescribeMsg(item)) {
23123
+ var content = _this7.getContent(item) || {};
23124
+ var setting = (_this7.isServer ? content.serverSetting : content.customerSetting) || {};
23125
23125
  return !(setting !== null && setting !== void 0 && setting.address);
23126
23126
  }
23127
23127
 
@@ -23177,7 +23177,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23177
23177
  this.readRecordList = [];
23178
23178
  },
23179
23179
  openReadRecord: function openReadRecord(event, item) {
23180
- var _this7 = this;
23180
+ var _this8 = this;
23181
23181
 
23182
23182
  var readStatus = item.readStatus;
23183
23183
 
@@ -23201,9 +23201,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23201
23201
  var _res$data;
23202
23202
 
23203
23203
  var list = ((_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.list) || [];
23204
- _this7.readRecordStyle = "top:".concat(top, "px;left:").concat(left, "px;position:fixed;z-index:10");
23205
- _this7.readRecordVisible = list.length > 0;
23206
- _this7.readRecordList = Object.freeze(list);
23204
+ _this8.readRecordStyle = "top:".concat(top, "px;left:").concat(left, "px;position:fixed;z-index:10");
23205
+ _this8.readRecordVisible = list.length > 0;
23206
+ _this8.readRecordList = Object.freeze(list);
23207
23207
 
23208
23208
  if (item.readStatus && list.length) {
23209
23209
  var unread = list.filter(function (item) {
@@ -23231,17 +23231,17 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23231
23231
  return this.getContent(item).styleId == '3';
23232
23232
  },
23233
23233
  handleOpenPortraitPanel: function handleOpenPortraitPanel(item) {
23234
- var _this8 = this;
23234
+ var _this9 = this;
23235
23235
 
23236
23236
  return Object(E_project_cnhis_design_vue_chat_cnhis_design_vue_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_17__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee() {
23237
- var _this8$assemblySettin;
23237
+ var _this9$assemblySettin;
23238
23238
 
23239
23239
  var portraitPanelParams, clientParams, panelSetting;
23240
23240
  return regeneratorRuntime.wrap(function _callee$(_context) {
23241
23241
  while (1) {
23242
23242
  switch (_context.prev = _context.next) {
23243
23243
  case 0:
23244
- if (!(!_this8.showPanel || item.fromId === _this8.serviceId || !_this8.isServer || !_this8.isShowPortraitPanel)) {
23244
+ if (!(!_this9.showPanel || item.fromId === _this9.serviceId || !_this9.isServer || !_this9.isShowPortraitPanel)) {
23245
23245
  _context.next = 2;
23246
23246
  break;
23247
23247
  }
@@ -23249,10 +23249,10 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23249
23249
  return _context.abrupt("return");
23250
23250
 
23251
23251
  case 2:
23252
- portraitPanelParams = _this8.portraitPanelParams, clientParams = _this8.clientParams;
23253
- panelSetting = (_this8$assemblySettin = _this8.assemblySetting) === null || _this8$assemblySettin === void 0 ? void 0 : _this8$assemblySettin.portraitPanelSetting;
23252
+ portraitPanelParams = _this9.portraitPanelParams, clientParams = _this9.clientParams;
23253
+ panelSetting = (_this9$assemblySettin = _this9.assemblySetting) === null || _this9$assemblySettin === void 0 ? void 0 : _this9$assemblySettin.portraitPanelSetting;
23254
23254
 
23255
- _this8.dispatchEvent('open_portraitPanel', {
23255
+ _this9.dispatchEvent('open_portraitPanel', {
23256
23256
  panelSetting: panelSetting,
23257
23257
  clientParams: clientParams,
23258
23258
  panelParams: portraitPanelParams,
@@ -23292,19 +23292,19 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23292
23292
 
23293
23293
  /* 事件绑定 */
23294
23294
  attachEvent: function attachEvent() {
23295
- var _this9 = this;
23295
+ var _this10 = this;
23296
23296
 
23297
23297
  this.scrollEvent = _utils_vexutils__WEBPACK_IMPORTED_MODULE_51___default.a.debounce(this.scrollEvent, 800);
23298
23298
 
23299
23299
  var handleClick = function handleClick() {
23300
- _this9.contextMenuShow = false;
23300
+ _this10.contextMenuShow = false;
23301
23301
  };
23302
23302
 
23303
23303
  var handleRasize = function handleRasize() {
23304
- if (_this9.readRecordVisible) {
23304
+ if (_this10.readRecordVisible) {
23305
23305
  var _style$match, _style$match2;
23306
23306
 
23307
- var style = _this9.readRecordStyle;
23307
+ var style = _this10.readRecordStyle;
23308
23308
  var top = (_style$match = style.match(topReg)) === null || _style$match === void 0 ? void 0 : _style$match[1];
23309
23309
  var topReg = /top:([\d.]+)/;
23310
23310
  var maxH = document.body.clientHeight - 360;
@@ -23321,7 +23321,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23321
23321
  style = style.replace(leftReg, "left:".concat(maxW));
23322
23322
  }
23323
23323
 
23324
- _this9.readRecordStyle = style;
23324
+ _this10.readRecordStyle = style;
23325
23325
  }
23326
23326
  };
23327
23327
 
@@ -23330,9 +23330,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23330
23330
  this.registerEvent('openPortraitPanel', this.handleOpenPortraitPanel);
23331
23331
 
23332
23332
  var readMessage = function readMessage(data) {
23333
- _this9.readMsg(data.ids.split(','), false, false, false);
23333
+ _this10.readMsg(data.ids.split(','), false, false, false);
23334
23334
 
23335
- _this9.postReadMessage(data);
23335
+ _this10.postReadMessage(data);
23336
23336
  };
23337
23337
 
23338
23338
  this.registerEvent('readMessage', readMessage);
@@ -23340,9 +23340,9 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23340
23340
  window.removeEventListener('resize', handleRasize);
23341
23341
  document.removeEventListener('click', handleClick);
23342
23342
 
23343
- _this9.unregisterEvent('openPortraitPanel', _this9.handleOpenPortraitPanel);
23343
+ _this10.unregisterEvent('openPortraitPanel', _this10.handleOpenPortraitPanel);
23344
23344
 
23345
- _this9.unregisterEvent('readMessage', readMessage);
23345
+ _this10.unregisterEvent('readMessage', readMessage);
23346
23346
  });
23347
23347
  },
23348
23348
  goToBroadcastLink: function goToBroadcastLink(item) {
@@ -23374,20 +23374,20 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23374
23374
  }));
23375
23375
  },
23376
23376
  reCall: function reCall(type) {
23377
- var _this10 = this;
23377
+ var _this11 = this;
23378
23378
 
23379
23379
  this.setShowAudio(true);
23380
23380
  this.setVideoMode(type === 'voice' ? 1 : 2);
23381
23381
  this.$nextTick(function () {
23382
- _this10.setVideoMembers([]);
23382
+ _this11.setVideoMembers([]);
23383
23383
  });
23384
23384
  },
23385
23385
  playAudio: function playAudio(item) {
23386
- var _this11 = this;
23386
+ var _this12 = this;
23387
23387
 
23388
- var _ref4 = (item === null || item === void 0 ? void 0 : item.content) || {},
23389
- _ref4$content = _ref4.content,
23390
- content = _ref4$content === void 0 ? '' : _ref4$content;
23388
+ var _ref6 = (item === null || item === void 0 ? void 0 : item.content) || {},
23389
+ _ref6$content = _ref6.content,
23390
+ content = _ref6$content === void 0 ? '' : _ref6$content;
23391
23391
 
23392
23392
  if (!content) return;
23393
23393
 
@@ -23399,8 +23399,8 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23399
23399
  this.lastAudioItem = item;
23400
23400
  this.$set(item.content, 'isPlay', !item.content.isPlay);
23401
23401
  this.$nextTick(function () {
23402
- _this11.curAudioUrl = content;
23403
- var audioRef = _this11.$refs['audio'];
23402
+ _this12.curAudioUrl = content;
23403
+ var audioRef = _this12.$refs['audio'];
23404
23404
  if (!audioRef) return;
23405
23405
  audioRef.load();
23406
23406
  setTimeout(function () {
@@ -23414,7 +23414,7 @@ var _customerStaffIcon = __webpack_require__("5b6c");
23414
23414
  }
23415
23415
  } else {
23416
23416
  audioRef.pause();
23417
- _this11.curAudioUrl = '';
23417
+ _this12.curAudioUrl = '';
23418
23418
  }
23419
23419
  });
23420
23420
  });
@@ -24417,6 +24417,13 @@ module.exports = require("ant-design-vue/es/message/style");
24417
24417
 
24418
24418
  /***/ }),
24419
24419
 
24420
+ /***/ "f36a":
24421
+ /***/ (function(module, exports, __webpack_require__) {
24422
+
24423
+ // extracted by mini-css-extract-plugin
24424
+
24425
+ /***/ }),
24426
+
24420
24427
  /***/ "f3b0":
24421
24428
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
24422
24429
 
@@ -24532,6 +24539,13 @@ module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) {
24532
24539
  /* unused harmony reexport * */
24533
24540
 
24534
24541
 
24542
+ /***/ }),
24543
+
24544
+ /***/ "f70b":
24545
+ /***/ (function(module, exports, __webpack_require__) {
24546
+
24547
+ // extracted by mini-css-extract-plugin
24548
+
24535
24549
  /***/ }),
24536
24550
 
24537
24551
  /***/ "f772":