cnhis-design-vue 2.2.3 → 2.2.5

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 (750) hide show
  1. package/CHANGELOG.md +32 -10
  2. package/es/affix/index.js +8 -8
  3. package/es/age/index.js +10 -10
  4. package/es/alert/index.js +8 -8
  5. package/es/anchor/index.js +8 -8
  6. package/es/auto-complete/index.js +8 -8
  7. package/es/avatar/index.js +8 -8
  8. package/es/back-top/index.js +8 -8
  9. package/es/badge/index.js +8 -8
  10. package/es/base/index.js +8 -8
  11. package/es/big-table/index.js +102 -102
  12. package/es/big-table/style.css +1 -1
  13. package/es/breadcrumb/index.js +8 -8
  14. package/es/button/index.js +33 -33
  15. package/es/calendar/index.js +8 -8
  16. package/es/captcha/index.js +3 -3
  17. package/es/card/index.js +8 -8
  18. package/es/card-reader-sdk/index.js +1 -1
  19. package/es/carousel/index.js +8 -8
  20. package/es/cascader/index.js +8 -8
  21. package/es/checkbox/index.js +9 -9
  22. package/es/col/index.js +8 -8
  23. package/es/collapse/index.js +8 -8
  24. package/es/color-picker/index.js +1 -1
  25. package/es/comment/index.js +8 -8
  26. package/es/config-provider/index.js +8 -8
  27. package/es/date-picker/index.js +8 -8
  28. package/es/descriptions/index.js +8 -8
  29. package/es/direct/index.js +16 -16
  30. package/es/divider/index.js +8 -8
  31. package/es/drag-layout/index.js +3 -3
  32. package/es/drawer/index.js +8 -8
  33. package/es/dropdown/index.js +8 -8
  34. package/es/editor/index.js +1 -1
  35. package/es/ellipsis/index.js +1 -1
  36. package/es/empty/index.js +8 -8
  37. package/es/fabric-chart/index.js +262 -183
  38. package/es/form/index.js +8 -8
  39. package/es/form-model/index.js +8 -8
  40. package/es/form-table/index.js +74 -74
  41. package/es/full-calendar/index.js +4 -4
  42. package/es/index/index.js +778 -689
  43. package/es/index/style.css +1 -1
  44. package/es/input/index.js +9 -9
  45. package/es/input-number/index.js +8 -8
  46. package/es/layout/index.js +8 -8
  47. package/es/list/index.js +8 -8
  48. package/es/locale-provider/index.js +8 -8
  49. package/es/map/index.js +9 -9
  50. package/es/mentions/index.js +8 -8
  51. package/es/menu/index.js +8 -8
  52. package/es/message/index.js +8 -8
  53. package/es/multi-chat/index.js +76 -76
  54. package/es/multi-chat-client/index.js +70 -70
  55. package/es/multi-chat-history/index.js +4 -4
  56. package/es/multi-chat-record/index.js +14 -14
  57. package/es/multi-chat-setting/index.js +22 -22
  58. package/es/multi-chat-sip/index.js +1 -1
  59. package/es/notification/index.js +8 -8
  60. package/es/page-header/index.js +8 -8
  61. package/es/pagination/index.js +8 -8
  62. package/es/popconfirm/index.js +8 -8
  63. package/es/popover/index.js +8 -8
  64. package/es/progress/index.js +8 -8
  65. package/es/radio/index.js +9 -9
  66. package/es/rate/index.js +8 -8
  67. package/es/result/index.js +8 -8
  68. package/es/row/index.js +8 -8
  69. package/es/scale-container/index.js +9 -9
  70. package/es/scale-view/index.js +27 -27
  71. package/es/select/index.js +36 -21
  72. package/es/select-label/index.js +11 -11
  73. package/es/select-person/index.js +2 -2
  74. package/es/select-tag/index.js +4 -4
  75. package/es/shortcut-setter/index.js +10 -10
  76. package/es/skeleton/index.js +8 -8
  77. package/es/slider/index.js +8 -8
  78. package/es/slider-tree/index.js +9 -9
  79. package/es/space/index.js +8 -8
  80. package/es/spin/index.js +8 -8
  81. package/es/statistic/index.js +8 -8
  82. package/es/steps/index.js +8 -8
  83. package/es/switch/index.js +8 -8
  84. package/es/table-filter/index.js +112 -117
  85. package/es/table-filter/style.css +1 -1
  86. package/es/tabs/index.js +8 -8
  87. package/es/tag/index.js +9 -9
  88. package/es/time-picker/index.js +8 -8
  89. package/es/timeline/index.js +8 -8
  90. package/es/tooltip/index.js +8 -8
  91. package/es/transfer/index.js +8 -8
  92. package/es/tree/index.js +8 -8
  93. package/es/tree-select/index.js +8 -8
  94. package/es/upload/index.js +8 -8
  95. package/es/verification-code/index.js +2 -2
  96. package/lib/cui.common.js +719 -632
  97. package/lib/cui.umd.js +719 -632
  98. package/lib/cui.umd.min.js +18 -18
  99. package/package.json +1 -1
  100. package/.prettierrc.js +0 -27
  101. package/packages/affix/index.js +0 -12
  102. package/packages/affix/src/Affix.jsx +0 -12
  103. package/packages/age/index.js +0 -27
  104. package/packages/age/src/age/index.vue +0 -140
  105. package/packages/age/src/age-com/index.vue +0 -210
  106. package/packages/alert/index.js +0 -12
  107. package/packages/alert/src/Alert.jsx +0 -11
  108. package/packages/anchor/index.js +0 -18
  109. package/packages/anchor/src/Anchor.jsx +0 -11
  110. package/packages/anchor/src/Link.jsx +0 -11
  111. package/packages/auto-complete/index.js +0 -12
  112. package/packages/auto-complete/src/AutoComplete.jsx +0 -12
  113. package/packages/avatar/index.js +0 -12
  114. package/packages/avatar/src/Avatar.jsx +0 -11
  115. package/packages/back-top/index.js +0 -12
  116. package/packages/back-top/src/BackTop.jsx +0 -11
  117. package/packages/badge/index.js +0 -12
  118. package/packages/badge/src/Badge.jsx +0 -11
  119. package/packages/base/index.js +0 -3
  120. package/packages/big-table/index.js +0 -20
  121. package/packages/big-table/src/BigTable.vue +0 -2977
  122. package/packages/big-table/src/Fieldset.vue +0 -2067
  123. package/packages/big-table/src/assets/iconfont/iconfont.css +0 -25
  124. package/packages/big-table/src/assets/iconfont/iconfont.ttf +0 -0
  125. package/packages/big-table/src/assets/img/failure.png +0 -0
  126. package/packages/big-table/src/assets/img/icon-asc.png +0 -0
  127. package/packages/big-table/src/assets/img/icon-desc.png +0 -0
  128. package/packages/big-table/src/assets/img/no-permission.png +0 -0
  129. package/packages/big-table/src/assets/img/nodata.png +0 -0
  130. package/packages/big-table/src/assets/img/notfound.png +0 -0
  131. package/packages/big-table/src/assets/img/qr.png +0 -0
  132. package/packages/big-table/src/assets/img/video_default_cover.png +0 -0
  133. package/packages/big-table/src/assets/img/xb_big.png +0 -0
  134. package/packages/big-table/src/assets/img/xb_small.png +0 -0
  135. package/packages/big-table/src/assets/style/table-base.less +0 -425
  136. package/packages/big-table/src/assets/style/table-global.less +0 -20
  137. package/packages/big-table/src/components/AutoLayoutButton.vue +0 -285
  138. package/packages/big-table/src/components/HeaderFilter.vue +0 -371
  139. package/packages/big-table/src/components/NoData.vue +0 -81
  140. package/packages/big-table/src/components/TextOverTooltip.vue +0 -120
  141. package/packages/big-table/src/components/edit-form/EditForm.vue +0 -518
  142. package/packages/big-table/src/components/edit-form/edit-component/config-data/index.js +0 -68
  143. package/packages/big-table/src/components/edit-form/edit-component/edit-date-picker/edit-date-picker.vue +0 -60
  144. package/packages/big-table/src/components/edit-form/edit-component/edit-digital/edit-digital.vue +0 -54
  145. package/packages/big-table/src/components/edit-form/edit-component/edit-input/edit-input.vue +0 -39
  146. package/packages/big-table/src/components/edit-form/edit-component/edit-input-password/edit-input-password.vue +0 -79
  147. package/packages/big-table/src/components/edit-form/edit-component/edit-month-picker/edit-month-picker.vue +0 -37
  148. package/packages/big-table/src/components/edit-form/edit-component/edit-search/edit-search.vue +0 -156
  149. package/packages/big-table/src/components/edit-form/edit-component/edit-search-more/edit-search-more.vue +0 -151
  150. package/packages/big-table/src/components/edit-form/edit-component/edit-select/edit-select.vue +0 -40
  151. package/packages/big-table/src/components/edit-form/edit-component/edit-select-multiple/edit-select-multiple.vue +0 -55
  152. package/packages/big-table/src/components/edit-form/edit-component/edit-switch/edit-switch.vue +0 -43
  153. package/packages/big-table/src/components/edit-form/edit-component/edit-textarea/edit-textarea.vue +0 -41
  154. package/packages/big-table/src/components/edit-form/edit-component/edit-time-picker/edit-time-picker.vue +0 -40
  155. package/packages/big-table/src/components/edit-form/edit-component/mixins/bound-date.js +0 -3
  156. package/packages/big-table/src/components/edit-form/edit-component/mixins/dateType.js +0 -217
  157. package/packages/big-table/src/components/edit-form/edit-component/mixins/item-default.js +0 -639
  158. package/packages/big-table/src/components/edit-form/edit-component/mixins/search.js +0 -1223
  159. package/packages/big-table/src/components/edit-form/edit-component/register-com.js +0 -26
  160. package/packages/big-table/src/components/edit-form/edit-item/form-event.js +0 -80
  161. package/packages/big-table/src/components/edit-form/edit-item/global-props.js +0 -33
  162. package/packages/big-table/src/components/edit-form/edit-item/index.js +0 -4
  163. package/packages/big-table/src/components/edit-form/edit-item/render-methods.js +0 -28
  164. package/packages/big-table/src/components/edit-form/edit-item/validate-rules.js +0 -463
  165. package/packages/big-table/src/components/edit-form/edit-mixins/form-commom.js +0 -673
  166. package/packages/big-table/src/components/edit-form/edit-mixins/index.js +0 -3
  167. package/packages/big-table/src/components/edit-form/edit-utils/index.js +0 -112
  168. package/packages/big-table/src/components/password-com.vue +0 -58
  169. package/packages/big-table/src/components/player-vod/index.vue +0 -57
  170. package/packages/big-table/src/components/player-vod/player.vue +0 -193
  171. package/packages/big-table/src/components/player-vod/video-list.vue +0 -265
  172. package/packages/big-table/src/components/player-vod/video-modal.vue +0 -131
  173. package/packages/big-table/src/utils/CustomPagination.vue +0 -86
  174. package/packages/big-table/src/utils/batchEditing.js +0 -613
  175. package/packages/big-table/src/utils/bigTableProps.js +0 -112
  176. package/packages/big-table/src/utils/checkStrictly.js +0 -58
  177. package/packages/big-table/src/utils/eventBroadcast.js +0 -24
  178. package/packages/big-table/src/utils/format.js +0 -577
  179. package/packages/big-table/src/utils/headerFilter.js +0 -691
  180. package/packages/big-table/src/utils/nestTable.js +0 -109
  181. package/packages/big-table/src/utils/tableParse.js +0 -234
  182. package/packages/breadcrumb/index.js +0 -21
  183. package/packages/breadcrumb/src/Breadcrumb.jsx +0 -11
  184. package/packages/breadcrumb/src/BreadcrumbItem.jsx +0 -11
  185. package/packages/breadcrumb/src/BreadcrumbSeparator.jsx +0 -11
  186. package/packages/button/index.js +0 -21
  187. package/packages/button/src/Button.jsx +0 -11
  188. package/packages/button/src/ButtonGroup.jsx +0 -11
  189. package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +0 -181
  190. package/packages/button/src/ButtonPrint/index.vue +0 -165
  191. package/packages/button/src/ButtonPrint/js/print.es.min.js +0 -1
  192. package/packages/button/src/ButtonPrint/js/print.es.min1.js +0 -1
  193. package/packages/button/src/ButtonPrint/mixin/his-print.js +0 -95
  194. package/packages/button/src/ButtonPrint/new.vue +0 -1476
  195. package/packages/button/src/ButtonPrint/old.vue +0 -870
  196. package/packages/calendar/index.js +0 -12
  197. package/packages/calendar/src/Calendar.jsx +0 -11
  198. package/packages/captcha/index.js +0 -10
  199. package/packages/captcha/src/Captcha.vue +0 -164
  200. package/packages/captcha/src/Index.vue +0 -47
  201. package/packages/captcha/src/SlideVerify.vue +0 -285
  202. package/packages/card/index.js +0 -21
  203. package/packages/card/src/Card.jsx +0 -12
  204. package/packages/card/src/CardGrid.js +0 -7
  205. package/packages/card/src/CardMeta.js +0 -7
  206. package/packages/card-reader-sdk/index.js +0 -4
  207. package/packages/card-reader-sdk/src/cardReaderSDK.js +0 -149
  208. package/packages/card-reader-sdk/src/components/readCardDialog.vue +0 -48
  209. package/packages/card-reader-sdk/src/constants/index.js +0 -76
  210. package/packages/card-reader-sdk/src/insuranceSDK.js +0 -111
  211. package/packages/card-reader-sdk/src/utils/index.js +0 -84
  212. package/packages/card-reader-sdk/src/utils/readHealthCard.jsx +0 -57
  213. package/packages/carousel/index.js +0 -12
  214. package/packages/carousel/src/Carousel.jsx +0 -12
  215. package/packages/cascader/index.js +0 -12
  216. package/packages/cascader/src/Cascader.jsx +0 -11
  217. package/packages/checkbox/index.js +0 -30
  218. package/packages/checkbox/src/Checkbox.jsx +0 -11
  219. package/packages/checkbox/src/CheckboxImg/index.vue +0 -142
  220. package/packages/checkbox/src/Group.jsx +0 -11
  221. package/packages/col/index.js +0 -13
  222. package/packages/col/src/Col.jsx +0 -11
  223. package/packages/collapse/index.js +0 -18
  224. package/packages/collapse/src/Collapse.jsx +0 -11
  225. package/packages/collapse/src/Panel.jsx +0 -11
  226. package/packages/color-picker/index.js +0 -10
  227. package/packages/color-picker/src/color-picker.vue +0 -191
  228. package/packages/color-picker/src/style.less +0 -109
  229. package/packages/comment/index.js +0 -12
  230. package/packages/comment/src/Comment.jsx +0 -11
  231. package/packages/config-provider/index.js +0 -12
  232. package/packages/config-provider/src/ConfigProvider.jsx +0 -11
  233. package/packages/date-picker/index.js +0 -26
  234. package/packages/date-picker/src/DatePicker.jsx +0 -12
  235. package/packages/date-picker/src/MonthPicker.jsx +0 -11
  236. package/packages/date-picker/src/RangePicker.jsx +0 -11
  237. package/packages/date-picker/src/WeekPicker.jsx +0 -11
  238. package/packages/date-picker/src/utils/index.js +0 -374
  239. package/packages/descriptions/index.js +0 -18
  240. package/packages/descriptions/src/Descriptions.jsx +0 -11
  241. package/packages/descriptions/src/Item.jsx +0 -11
  242. package/packages/direct/index.js +0 -3
  243. package/packages/divider/index.js +0 -12
  244. package/packages/divider/src/Divider.jsx +0 -11
  245. package/packages/drag-layout/DragFormLeftItem.vue +0 -173
  246. package/packages/drag-layout/DragFormRightItem.vue +0 -284
  247. package/packages/drag-layout/I18n-mixins.js +0 -10
  248. package/packages/drag-layout/drag-layout.vue +0 -778
  249. package/packages/drag-layout/index.js +0 -12
  250. package/packages/drawer/index.js +0 -12
  251. package/packages/drawer/src/Drawer.jsx +0 -11
  252. package/packages/dropdown/index.js +0 -12
  253. package/packages/dropdown/src/Dropdown.jsx +0 -11
  254. package/packages/editor/index.js +0 -10
  255. package/packages/editor/src/Editor.vue +0 -201
  256. package/packages/editor/src/utils.js +0 -65
  257. package/packages/ellipsis/index.js +0 -9
  258. package/packages/ellipsis/src/Ellipsis.vue +0 -65
  259. package/packages/empty/index.js +0 -12
  260. package/packages/empty/src/Empty.jsx +0 -11
  261. package/packages/fabric-chart/index.js +0 -10
  262. package/packages/fabric-chart/src/FabricChart.vue +0 -153
  263. package/packages/fabric-chart/src/FabricGrid.vue +0 -67
  264. package/packages/fabric-chart/src/components/DropPopup.vue +0 -90
  265. package/packages/fabric-chart/src/components/MouseRightClick.vue +0 -168
  266. package/packages/fabric-chart/src/components/TimeScaleValue.vue +0 -125
  267. package/packages/fabric-chart/src/const/defaultVaule.js +0 -61
  268. package/packages/fabric-chart/src/fabric-chart/FabricCanvas.vue +0 -396
  269. package/packages/fabric-chart/src/fabric-chart/FabricLines.vue +0 -641
  270. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +0 -1447
  271. package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +0 -142
  272. package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +0 -928
  273. package/packages/fabric-chart/src/mixins/draw.js +0 -444
  274. package/packages/fabric-chart/src/mixins/drawExtracorporealCirculation.js +0 -222
  275. package/packages/fabric-chart/src/mixins/eventCommon.js +0 -107
  276. package/packages/fabric-chart/src/mixins/fabricCommon.js +0 -77
  277. package/packages/fabric-chart/src/mixins/fabricObject.js +0 -193
  278. package/packages/fabric-chart/src/utils/bus.js +0 -2
  279. package/packages/fabric-chart/src/utils/index.js +0 -104
  280. package/packages/form/index.js +0 -16
  281. package/packages/form/src/Form.jsx +0 -11
  282. package/packages/form/src/Item.jsx +0 -11
  283. package/packages/form-model/index.js +0 -14
  284. package/packages/form-model/src/FormModel.jsx +0 -11
  285. package/packages/form-model/src/Item.jsx +0 -11
  286. package/packages/form-table/index.js +0 -16
  287. package/packages/form-table/src/FormTable.vue +0 -1110
  288. package/packages/form-table/src/components/table-component/config-data/index.js +0 -80
  289. package/packages/form-table/src/components/table-component/global-props.js +0 -22
  290. package/packages/form-table/src/components/table-component/index.js +0 -8
  291. package/packages/form-table/src/components/table-component/mixins/bound-date.js +0 -455
  292. package/packages/form-table/src/components/table-component/mixins/dateType.js +0 -217
  293. package/packages/form-table/src/components/table-component/mixins/item-default.js +0 -257
  294. package/packages/form-table/src/components/table-component/mixins/search.js +0 -1242
  295. package/packages/form-table/src/components/table-component/register-com.js +0 -30
  296. package/packages/form-table/src/components/table-component/table-age/table-age.vue +0 -175
  297. package/packages/form-table/src/components/table-component/table-date-picker/table-date-picker.vue +0 -87
  298. package/packages/form-table/src/components/table-component/table-digital/table-digital.vue +0 -93
  299. package/packages/form-table/src/components/table-component/table-input/table-input.vue +0 -81
  300. package/packages/form-table/src/components/table-component/table-input-password/table-input-password.vue +0 -126
  301. package/packages/form-table/src/components/table-component/table-month-picker/table-month-picker.vue +0 -55
  302. package/packages/form-table/src/components/table-component/table-search/table-search.vue +0 -174
  303. package/packages/form-table/src/components/table-component/table-search-more/table-search-more.vue +0 -191
  304. package/packages/form-table/src/components/table-component/table-select/table-select.vue +0 -64
  305. package/packages/form-table/src/components/table-component/table-select-multiple/table-select-multiple.vue +0 -81
  306. package/packages/form-table/src/components/table-component/table-textarea/table-textarea.vue +0 -76
  307. package/packages/form-table/src/components/table-component/table-time-picker/table-time-picker.vue +0 -55
  308. package/packages/form-table/src/components/table-component/table-tree-select/table-tree-select.vue +0 -135
  309. package/packages/form-table/src/components/table-component/text-over-tooltip/TextOverTooltip.vue +0 -97
  310. package/packages/form-table/src/components/table-item/form-event.js +0 -81
  311. package/packages/form-table/src/components/table-item/global-props.js +0 -27
  312. package/packages/form-table/src/components/table-item/index.js +0 -4
  313. package/packages/form-table/src/components/table-item/render-methods.js +0 -28
  314. package/packages/form-table/src/components/table-item/validate-rules.js +0 -520
  315. package/packages/form-table/src/components/table-mixins/form-commom.js +0 -98
  316. package/packages/form-table/src/components/table-mixins/index.js +0 -3
  317. package/packages/form-table/src/components/table-utils/index.js +0 -112
  318. package/packages/form-table/src/disabledDetail.less +0 -46
  319. package/packages/full-calendar/index.js +0 -10
  320. package/packages/full-calendar/src/FullCalendar.vue +0 -775
  321. package/packages/full-calendar/src/api/index.js +0 -71
  322. package/packages/full-calendar/src/components/ListTag.vue +0 -184
  323. package/packages/full-calendar/src/components/Tag.vue +0 -300
  324. package/packages/full-calendar/src/components/TagDetail.vue +0 -288
  325. package/packages/full-calendar/src/utils/index.js +0 -217
  326. package/packages/grid/index.js +0 -10
  327. package/packages/grid/src/grid.js +0 -27
  328. package/packages/icon/index.js +0 -10
  329. package/packages/icon/src/icon.js +0 -13
  330. package/packages/index.js +0 -325
  331. package/packages/input/index.js +0 -30
  332. package/packages/input/src/Group.jsx +0 -11
  333. package/packages/input/src/Input.jsx +0 -11
  334. package/packages/input/src/Password.jsx +0 -11
  335. package/packages/input/src/Search.jsx +0 -11
  336. package/packages/input/src/TextArea.jsx +0 -11
  337. package/packages/input/src/input-quick/components/quick-item.vue +0 -284
  338. package/packages/input/src/input-quick/components/quick-popover.vue +0 -596
  339. package/packages/input/src/input-quick/index.vue +0 -137
  340. package/packages/input-number/index.js +0 -12
  341. package/packages/input-number/src/InputNumber.jsx +0 -11
  342. package/packages/keep-cache/KeepCache.js +0 -236
  343. package/packages/keep-cache/index.css +0 -3
  344. package/packages/keep-cache/index.js +0 -8
  345. package/packages/layout/index.js +0 -27
  346. package/packages/layout/src/Content.jsx +0 -11
  347. package/packages/layout/src/Footer.jsx +0 -11
  348. package/packages/layout/src/Header.jsx +0 -11
  349. package/packages/layout/src/Layout.jsx +0 -11
  350. package/packages/layout/src/Sider.jsx +0 -11
  351. package/packages/list/index.js +0 -21
  352. package/packages/list/src/Item.jsx +0 -11
  353. package/packages/list/src/ItemMeta.jsx +0 -11
  354. package/packages/list/src/List.jsx +0 -11
  355. package/packages/locale-provider/index.js +0 -12
  356. package/packages/locale-provider/src/LocaleProvider.jsx +0 -11
  357. package/packages/map/index.js +0 -10
  358. package/packages/map/src/Map.vue +0 -484
  359. package/packages/map/src/popup-map.vue +0 -53
  360. package/packages/mentions/index.js +0 -18
  361. package/packages/mentions/src/Mentions.jsx +0 -11
  362. package/packages/mentions/src/Option.jsx +0 -11
  363. package/packages/menu/index.js +0 -27
  364. package/packages/menu/src/Divider.jsx +0 -11
  365. package/packages/menu/src/Item.jsx +0 -11
  366. package/packages/menu/src/ItemGroup.jsx +0 -11
  367. package/packages/menu/src/Menu.jsx +0 -11
  368. package/packages/menu/src/SubMenu.jsx +0 -11
  369. package/packages/message/index.js +0 -8
  370. package/packages/modal/index.js +0 -10
  371. package/packages/modal/src/Modal.js +0 -7
  372. package/packages/multi-chat/chat/addConference.vue +0 -200
  373. package/packages/multi-chat/chat/addMembers.vue +0 -411
  374. package/packages/multi-chat/chat/advancedFilter.vue +0 -372
  375. package/packages/multi-chat/chat/audio.vue +0 -599
  376. package/packages/multi-chat/chat/calling.vue +0 -246
  377. package/packages/multi-chat/chat/chatFooter.vue +0 -1647
  378. package/packages/multi-chat/chat/chatHeader.vue +0 -493
  379. package/packages/multi-chat/chat/chatHistory.vue +0 -605
  380. package/packages/multi-chat/chat/chatMain.vue +0 -1490
  381. package/packages/multi-chat/chat/client/clientChat.vue +0 -731
  382. package/packages/multi-chat/chat/client/index.vue +0 -149
  383. package/packages/multi-chat/chat/delay.vue +0 -177
  384. package/packages/multi-chat/chat/evaluate.vue +0 -343
  385. package/packages/multi-chat/chat/index.vue +0 -2419
  386. package/packages/multi-chat/chat/messageRecord.vue +0 -324
  387. package/packages/multi-chat/chat/mixins/NoData.js +0 -20
  388. package/packages/multi-chat/chat/mixins/base.js +0 -97
  389. package/packages/multi-chat/chat/mixins/uniRTCAPI.js +0 -80
  390. package/packages/multi-chat/chat/mixins/viewerOptions.js +0 -67
  391. package/packages/multi-chat/chat/multiVideo.vue +0 -1426
  392. package/packages/multi-chat/chat/quickReply.vue +0 -439
  393. package/packages/multi-chat/chat/robot/index.vue +0 -312
  394. package/packages/multi-chat/chat/scrollList.vue +0 -1259
  395. package/packages/multi-chat/chat/video.vue +0 -404
  396. package/packages/multi-chat/chat/videoVoiceList.vue +0 -348
  397. package/packages/multi-chat/chat/voice.vue +0 -431
  398. package/packages/multi-chat/components/avatar.vue +0 -113
  399. package/packages/multi-chat/components/chat-tabs-header.vue +0 -251
  400. package/packages/multi-chat/components/classify-tabs.vue +0 -185
  401. package/packages/multi-chat/components/empty.vue +0 -24
  402. package/packages/multi-chat/components/modal-refuse-reason.vue +0 -112
  403. package/packages/multi-chat/components/modal-sip.vue +0 -160
  404. package/packages/multi-chat/components/modal-user-transfer.vue +0 -98
  405. package/packages/multi-chat/components/msg-describe.vue +0 -138
  406. package/packages/multi-chat/components/msg-picture.vue +0 -68
  407. package/packages/multi-chat/components/msg-prescription.vue +0 -205
  408. package/packages/multi-chat/components/read-record.vue +0 -133
  409. package/packages/multi-chat/components/read-status.vue +0 -34
  410. package/packages/multi-chat/components/user-status.vue +0 -198
  411. package/packages/multi-chat/components/vuecmf-dialog.vue +0 -323
  412. package/packages/multi-chat/img/OFF-LINE.png +0 -0
  413. package/packages/multi-chat/img/ON-LINE.png +0 -0
  414. package/packages/multi-chat/img/accept.png +0 -0
  415. package/packages/multi-chat/img/add-person.png +0 -0
  416. package/packages/multi-chat/img/add_prescription.png +0 -0
  417. package/packages/multi-chat/img/all-voice.png +0 -0
  418. package/packages/multi-chat/img/audio-new.png +0 -0
  419. package/packages/multi-chat/img/audio-play.gif +0 -0
  420. package/packages/multi-chat/img/audio.png +0 -0
  421. package/packages/multi-chat/img/base-info-active.png +0 -0
  422. package/packages/multi-chat/img/base-info.png +0 -0
  423. package/packages/multi-chat/img/busy_line.png +0 -0
  424. package/packages/multi-chat/img/call.png +0 -0
  425. package/packages/multi-chat/img/callin.png +0 -0
  426. package/packages/multi-chat/img/callin_cancel.png +0 -0
  427. package/packages/multi-chat/img/calling.png +0 -0
  428. package/packages/multi-chat/img/callout.png +0 -0
  429. package/packages/multi-chat/img/callout_cancel.png +0 -0
  430. package/packages/multi-chat/img/close.png +0 -0
  431. package/packages/multi-chat/img/close_video.png +0 -0
  432. package/packages/multi-chat/img/customer-service-active.png +0 -0
  433. package/packages/multi-chat/img/customer-service.png +0 -0
  434. package/packages/multi-chat/img/customer.png +0 -0
  435. package/packages/multi-chat/img/customer_staff.png +0 -0
  436. package/packages/multi-chat/img/default.png +0 -0
  437. package/packages/multi-chat/img/ellipsis.png +0 -0
  438. package/packages/multi-chat/img/end-voice.png +0 -0
  439. package/packages/multi-chat/img/event-active.png +0 -0
  440. package/packages/multi-chat/img/event.png +0 -0
  441. package/packages/multi-chat/img/exp.png +0 -0
  442. package/packages/multi-chat/img/full-sceen-close.png +0 -0
  443. package/packages/multi-chat/img/full-sceen.png +0 -0
  444. package/packages/multi-chat/img/icon_list.png +0 -0
  445. package/packages/multi-chat/img/icon_list_active.png +0 -0
  446. package/packages/multi-chat/img/icon_table.png +0 -0
  447. package/packages/multi-chat/img/icon_table_active.png +0 -0
  448. package/packages/multi-chat/img/join-video.png +0 -0
  449. package/packages/multi-chat/img/large.png +0 -0
  450. package/packages/multi-chat/img/left-wrapper.png +0 -0
  451. package/packages/multi-chat/img/left.png +0 -0
  452. package/packages/multi-chat/img/medical_record.png +0 -0
  453. package/packages/multi-chat/img/middle.png +0 -0
  454. package/packages/multi-chat/img/msgTip.mp3 +0 -0
  455. package/packages/multi-chat/img/multi-video.png +0 -0
  456. package/packages/multi-chat/img/multi-voice.png +0 -0
  457. package/packages/multi-chat/img/mute-audio.png +0 -0
  458. package/packages/multi-chat/img/muted-audio.png +0 -0
  459. package/packages/multi-chat/img/muted-screen.png +0 -0
  460. package/packages/multi-chat/img/muted-video.png +0 -0
  461. package/packages/multi-chat/img/no-all-voice.png +0 -0
  462. package/packages/multi-chat/img/no-data.png +0 -0
  463. package/packages/multi-chat/img/no-data2.png +0 -0
  464. package/packages/multi-chat/img/no-screen.png +0 -0
  465. package/packages/multi-chat/img/no-video.png +0 -0
  466. package/packages/multi-chat/img/no-voice.png +0 -0
  467. package/packages/multi-chat/img/no-voiced.png +0 -0
  468. package/packages/multi-chat/img/normal-screen.png +0 -0
  469. package/packages/multi-chat/img/normal-video.png +0 -0
  470. package/packages/multi-chat/img/over.png +0 -0
  471. package/packages/multi-chat/img/portrait.png +0 -0
  472. package/packages/multi-chat/img/prescription.png +0 -0
  473. package/packages/multi-chat/img/receive.png +0 -0
  474. package/packages/multi-chat/img/reject.png +0 -0
  475. package/packages/multi-chat/img/remove.png +0 -0
  476. package/packages/multi-chat/img/replay.png +0 -0
  477. package/packages/multi-chat/img/required.png +0 -0
  478. package/packages/multi-chat/img/screen.png +0 -0
  479. package/packages/multi-chat/img/send_prescription.png +0 -0
  480. package/packages/multi-chat/img/setting.png +0 -0
  481. package/packages/multi-chat/img/small.png +0 -0
  482. package/packages/multi-chat/img/sound.png +0 -0
  483. package/packages/multi-chat/img/sound_forbid.png +0 -0
  484. package/packages/multi-chat/img/start_video.png +0 -0
  485. package/packages/multi-chat/img/system_message.png +0 -0
  486. package/packages/multi-chat/img/to-session.png +0 -0
  487. package/packages/multi-chat/img/transfer.png +0 -0
  488. package/packages/multi-chat/img/transfer2.png +0 -0
  489. package/packages/multi-chat/img/video-accept.png +0 -0
  490. package/packages/multi-chat/img/video.png +0 -0
  491. package/packages/multi-chat/img/video_consult.png +0 -0
  492. package/packages/multi-chat/img/voice.png +0 -0
  493. package/packages/multi-chat/img/worktime-active.png +0 -0
  494. package/packages/multi-chat/img/worktime.png +0 -0
  495. package/packages/multi-chat/index.js +0 -7
  496. package/packages/multi-chat/setting/authority/index.vue +0 -156
  497. package/packages/multi-chat/setting/authority/roleSetting.vue +0 -204
  498. package/packages/multi-chat/setting/baseInfo/index.vue +0 -1343
  499. package/packages/multi-chat/setting/configuration/index.vue +0 -334
  500. package/packages/multi-chat/setting/customerService/batchSelect.vue +0 -403
  501. package/packages/multi-chat/setting/customerService/index.vue +0 -273
  502. package/packages/multi-chat/setting/event/edit/condition.vue +0 -128
  503. package/packages/multi-chat/setting/event/edit/index.vue +0 -437
  504. package/packages/multi-chat/setting/event/edit/notice.vue +0 -129
  505. package/packages/multi-chat/setting/event/edit/strategy.vue +0 -98
  506. package/packages/multi-chat/setting/event/index.vue +0 -249
  507. package/packages/multi-chat/setting/index.vue +0 -281
  508. package/packages/multi-chat/setting/page.vue +0 -14
  509. package/packages/multi-chat/setting/sessionList/index.vue +0 -412
  510. package/packages/multi-chat/setting/sessionList/messageRecord.vue +0 -372
  511. package/packages/multi-chat/setting/userConfig/index.vue +0 -124
  512. package/packages/multi-chat/setting/worktime/index.vue +0 -274
  513. package/packages/multi-chat/store/actions.js +0 -452
  514. package/packages/multi-chat/store/getters.js +0 -380
  515. package/packages/multi-chat/store/helper.js +0 -66
  516. package/packages/multi-chat/store/index.js +0 -50
  517. package/packages/multi-chat/store/mutation.js +0 -305
  518. package/packages/multi-chat/store/state.js +0 -120
  519. package/packages/multi-chat/style/emoji.css +0 -315
  520. package/packages/multi-chat/style/message.mixin.less +0 -38
  521. package/packages/multi-chat/utils/chatSock.js +0 -93
  522. package/packages/multi-chat/utils/compressImage.js +0 -115
  523. package/packages/multi-chat/utils/emoji.json +0 -68
  524. package/packages/multi-chat/utils/index.js +0 -259
  525. package/packages/multi-chat/utils/observer-scroll.js +0 -49
  526. package/packages/multi-chat/utils/panelsetting.js +0 -48
  527. package/packages/multi-chat/utils/rtc-client-multi.js +0 -397
  528. package/packages/multi-chat/utils/rtc-client.js +0 -469
  529. package/packages/multi-chat-client/index.js +0 -7
  530. package/packages/multi-chat-history/index.js +0 -7
  531. package/packages/multi-chat-record/index.js +0 -7
  532. package/packages/multi-chat-setting/index.js +0 -7
  533. package/packages/multi-chat-sip/index.js +0 -6
  534. package/packages/notification/index.js +0 -8
  535. package/packages/page-header/index.js +0 -12
  536. package/packages/page-header/src/PageHeader.jsx +0 -11
  537. package/packages/pagination/index.js +0 -12
  538. package/packages/pagination/src/Pagination.jsx +0 -11
  539. package/packages/popconfirm/index.js +0 -12
  540. package/packages/popconfirm/src/Popconfirm.jsx +0 -11
  541. package/packages/popover/index.js +0 -12
  542. package/packages/popover/src/Popover.jsx +0 -11
  543. package/packages/progress/index.js +0 -12
  544. package/packages/progress/src/Progress.jsx +0 -11
  545. package/packages/radio/index.js +0 -33
  546. package/packages/radio/src/Group.jsx +0 -11
  547. package/packages/radio/src/Radio.jsx +0 -11
  548. package/packages/radio/src/RadioButton.jsx +0 -11
  549. package/packages/radio/src/RadioImg/index.vue +0 -125
  550. package/packages/rate/index.js +0 -12
  551. package/packages/rate/src/Rate.jsx +0 -11
  552. package/packages/result/index.js +0 -12
  553. package/packages/result/src/Result.jsx +0 -11
  554. package/packages/row/index.js +0 -12
  555. package/packages/row/src/Row.jsx +0 -11
  556. package/packages/scale-container/index.js +0 -9
  557. package/packages/scale-container/src/ScaleContainer.vue +0 -202
  558. package/packages/scale-container/src/scale.png +0 -0
  559. package/packages/scale-view/NoData.vue +0 -81
  560. package/packages/scale-view/answerParse.vue +0 -133
  561. package/packages/scale-view/assets/img/failure.png +0 -0
  562. package/packages/scale-view/assets/img/no-permission.png +0 -0
  563. package/packages/scale-view/assets/img/nodata.png +0 -0
  564. package/packages/scale-view/assets/img/notfound.png +0 -0
  565. package/packages/scale-view/customList.vue +0 -801
  566. package/packages/scale-view/data.js +0 -80
  567. package/packages/scale-view/directive/drag-move.js +0 -132
  568. package/packages/scale-view/evaluateCountdown.vue +0 -157
  569. package/packages/scale-view/evaluatePage.vue +0 -203
  570. package/packages/scale-view/formitem/data.js +0 -3991
  571. package/packages/scale-view/formitem/index.js +0 -7
  572. package/packages/scale-view/formitem/r-address.vue +0 -245
  573. package/packages/scale-view/formitem/r-choice.vue +0 -755
  574. package/packages/scale-view/formitem/r-input.vue +0 -93
  575. package/packages/scale-view/formitem/r-prompt.vue +0 -52
  576. package/packages/scale-view/formitem/r-sign.vue +0 -218
  577. package/packages/scale-view/formitem/r-time.vue +0 -285
  578. package/packages/scale-view/formitem/r-upload-custom-list.vue +0 -242
  579. package/packages/scale-view/formitem/r-upload.vue +0 -321
  580. package/packages/scale-view/formitem/sign-com.vue +0 -316
  581. package/packages/scale-view/formitem/text-over-tooltip/TextOverTooltip.vue +0 -98
  582. package/packages/scale-view/index.js +0 -17
  583. package/packages/scale-view/mixin/NoData.js +0 -38
  584. package/packages/scale-view/mixin/addressVal.js +0 -156
  585. package/packages/scale-view/mixin/evaluate.js +0 -146
  586. package/packages/scale-view/mixin/index.js +0 -337
  587. package/packages/scale-view/mixin/judgeTypes.js +0 -267
  588. package/packages/scale-view/scaleView.vue +0 -2086
  589. package/packages/select/index.js +0 -30
  590. package/packages/select/src/CustomSelect/index.vue +0 -130
  591. package/packages/select/src/OptGroup.jsx +0 -11
  592. package/packages/select/src/Option.jsx +0 -11
  593. package/packages/select/src/PagerSelect/index.vue +0 -92
  594. package/packages/select/src/Select/Select.vue +0 -231
  595. package/packages/select/src/Select/index.js +0 -12
  596. package/packages/select/src/TableSelect/index.vue +0 -514
  597. package/packages/select-label/index.js +0 -14
  598. package/packages/select-label/label-classify.vue +0 -129
  599. package/packages/select-label/labelFormContent.vue +0 -787
  600. package/packages/select-label/select-label.vue +0 -597
  601. package/packages/select-person/index.js +0 -10
  602. package/packages/select-person/search-tree.vue +0 -373
  603. package/packages/select-person/select-person.vue +0 -1736
  604. package/packages/select-tag/index.js +0 -14
  605. package/packages/select-tag/label-classify.vue +0 -133
  606. package/packages/select-tag/labelFormContent.vue +0 -295
  607. package/packages/select-tag/select-label.vue +0 -274
  608. package/packages/shortcut-provider/index.js +0 -10
  609. package/packages/shortcut-provider/src/ShortcutProvider.vue +0 -33
  610. package/packages/shortcut-provider/src/constants/index.js +0 -4
  611. package/packages/shortcut-provider/src/hooks/index.js +0 -1
  612. package/packages/shortcut-provider/src/hooks/useShortcuts.js +0 -129
  613. package/packages/shortcut-provider/src/utils/index.js +0 -107
  614. package/packages/shortcut-setter/index.js +0 -12
  615. package/packages/shortcut-setter/src/ShortcutSetter.vue +0 -55
  616. package/packages/shortcut-setter/src/ShortcutSetterItem.vue +0 -97
  617. package/packages/shortcut-setter/src/utils/index.js +0 -63
  618. package/packages/skeleton/index.js +0 -12
  619. package/packages/skeleton/src/Skeleton.jsx +0 -11
  620. package/packages/slider/index.js +0 -12
  621. package/packages/slider/src/Slider.jsx +0 -11
  622. package/packages/slider-tree/hooks/useAsyncData.js +0 -53
  623. package/packages/slider-tree/index.js +0 -7
  624. package/packages/slider-tree/index.vue +0 -391
  625. package/packages/slider-tree/utils/index.js +0 -10
  626. package/packages/space/index.js +0 -12
  627. package/packages/space/src/Space.jsx +0 -11
  628. package/packages/spin/index.js +0 -12
  629. package/packages/spin/src/Spin.jsx +0 -11
  630. package/packages/statistic/index.js +0 -18
  631. package/packages/statistic/src/Countdown.jsx +0 -11
  632. package/packages/statistic/src/Statistic.jsx +0 -11
  633. package/packages/steps/index.js +0 -18
  634. package/packages/steps/src/Step.jsx +0 -11
  635. package/packages/steps/src/Steps.jsx +0 -11
  636. package/packages/switch/index.js +0 -12
  637. package/packages/switch/src/Switch.jsx +0 -11
  638. package/packages/table-filter/index.js +0 -27
  639. package/packages/table-filter/src/base-search-com/BaseSearch.vue +0 -2690
  640. package/packages/table-filter/src/classification/Classification-com.vue +0 -1765
  641. package/packages/table-filter/src/classification/search-class-name.vue +0 -266
  642. package/packages/table-filter/src/classification/search-professional-model.vue +0 -680
  643. package/packages/table-filter/src/components/TextOverTooltip.vue +0 -120
  644. package/packages/table-filter/src/components/age-com/index.vue +0 -205
  645. package/packages/table-filter/src/components/button-group/ButtonGroup.vue +0 -162
  646. package/packages/table-filter/src/components/button-icon/button-icon.js +0 -33
  647. package/packages/table-filter/src/components/button-icon/getBtnIcon.js +0 -34
  648. package/packages/table-filter/src/components/c-tree-select/tree-select.vue +0 -336
  649. package/packages/table-filter/src/components/checkbox-group/CheckboxGroup.vue +0 -53
  650. package/packages/table-filter/src/components/drop-button/drop-button.vue +0 -224
  651. package/packages/table-filter/src/components/drop-button/head-btn-icon.js +0 -33
  652. package/packages/table-filter/src/components/drop-view/drop-view.vue +0 -89
  653. package/packages/table-filter/src/components/multi-select/multi-select.vue +0 -242
  654. package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +0 -232
  655. package/packages/table-filter/src/components/range-age/index.vue +0 -171
  656. package/packages/table-filter/src/components/render-widget/components/CheckboxGroup.vue +0 -68
  657. package/packages/table-filter/src/components/render-widget/components/DateRangeQuick.vue +0 -216
  658. package/packages/table-filter/src/components/render-widget/components/Label.vue +0 -209
  659. package/packages/table-filter/src/components/render-widget/components/NumberRange.vue +0 -157
  660. package/packages/table-filter/src/components/render-widget/components/Select.vue +0 -62
  661. package/packages/table-filter/src/components/render-widget/components/SelectDynamic.vue +0 -287
  662. package/packages/table-filter/src/components/render-widget/components/SelectLabel.vue +0 -80
  663. package/packages/table-filter/src/components/render-widget/components/SelectTree.vue +0 -145
  664. package/packages/table-filter/src/components/render-widget/components/Text.vue +0 -58
  665. package/packages/table-filter/src/components/render-widget/components/index.js +0 -11
  666. package/packages/table-filter/src/components/render-widget/enums.js +0 -60
  667. package/packages/table-filter/src/components/render-widget/helpers/presetValToTimestamp.js +0 -282
  668. package/packages/table-filter/src/components/render-widget/index.vue +0 -150
  669. package/packages/table-filter/src/components/render-widget/mixins/dynamic-method.js +0 -185
  670. package/packages/table-filter/src/components/render-widget/mixins/label-method.js +0 -23
  671. package/packages/table-filter/src/components/render-widget/widgetCfgMaps.js +0 -354
  672. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +0 -2016
  673. package/packages/table-filter/src/components/search-condition/fieldTypeList.js +0 -169
  674. package/packages/table-filter/src/components/search-filter/SearchFilter.vue +0 -280
  675. package/packages/table-filter/src/components/search-modal/set-classification.vue +0 -340
  676. package/packages/table-filter/src/components/table-modal/TableModal.vue +0 -477
  677. package/packages/table-filter/src/const/dataOptions.js +0 -43
  678. package/packages/table-filter/src/const/index.js +0 -1
  679. package/packages/table-filter/src/index.vue +0 -584
  680. package/packages/table-filter/src/mixins/mixins.js +0 -870
  681. package/packages/table-filter/src/mixins/out-quick-method.js +0 -123
  682. package/packages/table-filter/src/mixins/printNew.js +0 -190
  683. package/packages/table-filter/src/mixins/renderWidget.js +0 -122
  684. package/packages/table-filter/src/mixins/tableSearchCon.js +0 -128
  685. package/packages/table-filter/src/mixins/wordBookutils.js +0 -130
  686. package/packages/table-filter/src/quick-search/QuickSearch.vue +0 -2272
  687. package/packages/tabs/index.js +0 -18
  688. package/packages/tabs/src/TabPane.jsx +0 -11
  689. package/packages/tabs/src/Tabs.jsx +0 -11
  690. package/packages/tag/index.js +0 -21
  691. package/packages/tag/src/CheckableTag.jsx +0 -11
  692. package/packages/tag/src/Tag.jsx +0 -11
  693. package/packages/tag/src/TagGroup.vue +0 -622
  694. package/packages/time-picker/index.js +0 -12
  695. package/packages/time-picker/src/TimePicker.jsx +0 -11
  696. package/packages/timeline/index.js +0 -14
  697. package/packages/timeline/src/Item.jsx +0 -11
  698. package/packages/timeline/src/Timeline.jsx +0 -11
  699. package/packages/tooltip/index.js +0 -12
  700. package/packages/tooltip/src/Tooltip.jsx +0 -11
  701. package/packages/transfer/index.js +0 -12
  702. package/packages/transfer/src/Transfer.jsx +0 -11
  703. package/packages/tree/index.js +0 -18
  704. package/packages/tree/src/Tree.jsx +0 -11
  705. package/packages/tree/src/TreeNode.jsx +0 -11
  706. package/packages/tree-select/index.js +0 -18
  707. package/packages/tree-select/src/TreeNode.jsx +0 -11
  708. package/packages/tree-select/src/TreeSelect.jsx +0 -11
  709. package/packages/upload/chunk-upload/chunk-upload-new.vue +0 -1006
  710. package/packages/upload/chunk-upload/vod-chunk-upload.vue +0 -757
  711. package/packages/upload/chunk-upload/vod-upload-modal.vue +0 -100
  712. package/packages/upload/index.js +0 -12
  713. package/packages/upload/src/Upload.jsx +0 -11
  714. package/packages/verification-code/SlideVerify.vue +0 -306
  715. package/packages/verification-code/index.js +0 -17
  716. package/packages/verification-code/verification-code.vue +0 -147
  717. package/src/assets/img/nodata.png +0 -0
  718. package/src/assets/img/success.png +0 -0
  719. package/src/assets/img/video.png +0 -0
  720. package/src/assets/img/video_default_cover.png +0 -0
  721. package/src/assets/img/video_hover.png +0 -0
  722. package/src/assets/img/video_play_hover.png +0 -0
  723. package/src/component/player-vod/index.vue +0 -57
  724. package/src/component/player-vod/player.vue +0 -192
  725. package/src/component/player-vod/video-list.vue +0 -262
  726. package/src/component/player-vod/video-modal.vue +0 -128
  727. package/src/component/select-options/index.vue +0 -430
  728. package/src/component/select-pages/index.vue +0 -95
  729. package/src/component/svg/index.vue +0 -59
  730. package/src/core/create.js +0 -6
  731. package/src/core/event.js +0 -23
  732. package/src/core/table-methods.js +0 -447
  733. package/src/directive/flexibleResize.js +0 -162
  734. package/src/directive/preventReClick.js +0 -12
  735. package/src/directive/scroll.js +0 -230
  736. package/src/global/variable.js +0 -2
  737. package/src/style/normalize.css +0 -424
  738. package/src/style/style.less +0 -49
  739. package/src/utils/UniRTCv2.js +0 -627
  740. package/src/utils/chatFetch.js +0 -61
  741. package/src/utils/clickoutside.js +0 -75
  742. package/src/utils/crypto.js +0 -25
  743. package/src/utils/index.js +0 -103
  744. package/src/utils/kty-sdk.js +0 -582
  745. package/src/utils/kty.min-1.0.0.js +0 -14378
  746. package/src/utils/sip-device.js +0 -79
  747. package/src/utils/time-domain.js +0 -270
  748. package/src/utils/trtc.js +0 -1
  749. package/src/utils/utils-map.js +0 -485
  750. package/src/utils/vexutils.js +0 -836
@@ -231,7 +231,7 @@ module.exports = !DESCRIPTORS && !fails(function () {
231
231
 
232
232
  "use strict";
233
233
 
234
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
234
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
235
235
  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()])])}
236
236
  var staticRenderFns = []
237
237
 
@@ -897,7 +897,7 @@ var es_promise_finally = __webpack_require__("a79d");
897
897
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
898
898
  var es_function_name_js_ = __webpack_require__("db0a");
899
899
 
900
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/chatHistory.vue?vue&type=template&id=74c011fb&scoped=true&
900
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/chatHistory.vue?vue&type=template&id=74c011fb&scoped=true&
901
901
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-history"},[_c('div',{directives:[{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],ref:"message-wrapper",staticClass:"online-message"},[_vm._l((_vm.msgList),function(item,index){return [_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._v(" "+_vm._s(_vm.i18nText('1.9.367'))+" ")]):_vm._e(),(!item.recallFlag)?_c('div',{staticClass:"message-item",class:_vm.getMessageItemClass(item)},[[(item.content.source === 1)?_c('img',{staticClass:"avatar",staticStyle:{"cursor":"pointer"},attrs:{"src":__webpack_require__("6753"),"width":"40","height":"40"}}):_c('div',{staticClass:"first-name"},[_vm._v(" "+_vm._s(item.fromName.slice(0, 1))+" ")])],_c('div',[(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('p',{staticClass:"content",domProps:{"innerHTML":_vm._s(_vm.$xss(item.content.content))}})]):(item.content.type === 1)?_c('div',{staticClass:"upload-image content-wrap",staticStyle:{"margin-bottom":"20px"}},[_c('span',{staticClass:"right-time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.createdTime || item.sendTime, true))+" ")]),_c('MsgPicture',{staticStyle:{"max-height":"250px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item.content.content)}}})],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"},attrs:{"src":__webpack_require__("f974")}}),_vm._v(" "+_vm._s(item.content.content)+" "),(item.content.name)?_c('img',{staticStyle:{"width":"20px","margin-left":"12px","cursor":"pointer"},attrs:{"src":__webpack_require__("03ec")},on:{"click":function($event){return _vm.openReplayVideo(item.content.name)}}}):_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.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):(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('div',{staticClass:"content-wrap"},[_c('MsgPrescription',{attrs:{"data":item,"isServer":true},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})],1)]:_vm._e()],2)],2):_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('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,"error":_vm.audioError}})])],1)}
902
902
  var staticRenderFns = []
903
903
 
@@ -1674,7 +1674,7 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
1674
1674
 
1675
1675
  "use strict";
1676
1676
 
1677
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
1677
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
1678
1678
  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()])}
1679
1679
  var staticRenderFns = []
1680
1680
 
@@ -3961,7 +3961,7 @@ module.exports = /ipad|iphone|ipod/i.test(userAgent) && global.Pebble !== undefi
3961
3961
 
3962
3962
  "use strict";
3963
3963
 
3964
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
3964
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
3965
3965
  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}})])}
3966
3966
  var staticRenderFns = []
3967
3967
 
@@ -245,7 +245,7 @@ module.exports = require("core-js/modules/es.array.find.js");
245
245
 
246
246
  "use strict";
247
247
 
248
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
248
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
249
249
  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()])])}
250
250
  var staticRenderFns = []
251
251
 
@@ -962,7 +962,7 @@ module.exports = function (iterator) {
962
962
 
963
963
  "use strict";
964
964
 
965
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/sessionList/messageRecord.vue?vue&type=template&id=87dd3d5c&scoped=true&
965
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/sessionList/messageRecord.vue?vue&type=template&id=87dd3d5c&scoped=true&
966
966
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record",class:{ 'message-record-modal': _vm.source === 'modal' }},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.messageList.length && !_vm.noData),expression:"messageList.length && !noData"},{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],staticClass:"message-list-wrapper wrapper2",attrs:{"infinite-scroll-immediate-check":"immediate","infinite-scroll-distance":10}},[_c('ul',{staticClass:"message-list"},_vm._l((_vm.messageList),function(item){return _c('li',{key:item.id,staticClass:"message-item"},[_c('img',{attrs:{"src":_vm.getAvatar(item),"width":"40"}}),_c('div',{staticClass:"message-content"},[_c('div',{staticClass:"name-time"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.getName(item)))]),_c('span',{staticClass:"time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.sendTime || item.createdTime, true))+" ")])]),(item.content.type === 0)?_c('div',{staticClass:"content",domProps:{"innerHTML":_vm._s(_vm.$xss(item.content.content))}}):_vm._e(),(item.content.type === 1)?_c('MsgPicture',{staticStyle:{"width":"160px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item.content.content)}}}):(item.content.type === 2)?_c('p',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px"},attrs:{"src":__webpack_require__("f974")}}),_vm._v(" "+_vm._s(item.content.content)+" "),(item.content.name)?_c('img',{staticStyle:{"width":"20px","margin-left":"12px","cursor":"pointer"},attrs:{"src":__webpack_require__("03ec")},on:{"click":function($event){return _vm.openReplayVideo(item.content.name)}}}):_vm._e()]):(item.content.type === 6)?_c('p',{staticClass:"content"},_vm._l((item.content.content),function(item,index){return _c('span',{key:index,staticClass:"bot-message"},[_vm._v(_vm._s(item))])}),0):(item.content.type === 4)?[(_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):(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('MsgPrescription',{attrs:{"data":item,"isServer":true},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})]:_vm._e()],2)])}),0),(_vm.finished)?_c('div',{staticClass:"immediate"},[_vm._v(_vm._s(_vm.i18nText('1.9.391'))+"~")]):_vm._e(),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],1),(!_vm.messageList.length && _vm.noData)?_c('div',{staticClass:"message-list-nodata"},[_vm._v(" 无数据 ")]):_vm._e(),_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}})})}}])})],1)}
967
967
  var staticRenderFns = []
968
968
 
@@ -1670,7 +1670,7 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
1670
1670
 
1671
1671
  "use strict";
1672
1672
 
1673
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
1673
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
1674
1674
  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()])}
1675
1675
  var staticRenderFns = []
1676
1676
 
@@ -2443,7 +2443,7 @@ var TEMPLATE = String(String).split('String');
2443
2443
  /* unused harmony export chatUidUp */
2444
2444
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getRecallText; });
2445
2445
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
2446
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
2446
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
2447
2447
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
2448
2448
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__);
2449
2449
  /* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
@@ -2667,7 +2667,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
2667
2667
  }
2668
2668
 
2669
2669
  function _checkTalkingEnv() {
2670
- _checkTalkingEnv = Object(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
2670
+ _checkTalkingEnv = Object(F_project_crm_refactor_new_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
2671
2671
  var _sips;
2672
2672
 
2673
2673
  var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
@@ -3255,14 +3255,14 @@ module.exports = isForced;
3255
3255
 
3256
3256
  "use strict";
3257
3257
  __webpack_require__.r(__webpack_exports__);
3258
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e260");
3259
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__);
3260
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("e6cf");
3261
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__);
3262
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("cca6");
3263
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2__);
3264
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("a79d");
3265
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3__);
3258
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("e260");
3259
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_0__);
3260
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("e6cf");
3261
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_1__);
3262
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("cca6");
3263
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_2__);
3264
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("a79d");
3265
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_3__);
3266
3266
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("db0a");
3267
3267
  /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_4__);
3268
3268
  /* harmony import */ var _multi_chat_setting_sessionList_messageRecord_vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("2cdc");
@@ -4140,7 +4140,7 @@ module.exports = /ipad|iphone|ipod/i.test(userAgent) && global.Pebble !== undefi
4140
4140
 
4141
4141
  "use strict";
4142
4142
 
4143
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
4143
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
4144
4144
  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}})])}
4145
4145
  var staticRenderFns = []
4146
4146
 
@@ -287,7 +287,7 @@ module.exports = require("core-js/modules/es.array.find.js");
287
287
 
288
288
  "use strict";
289
289
 
290
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
290
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
291
291
  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()])])}
292
292
  var staticRenderFns = []
293
293
 
@@ -594,7 +594,7 @@ var es_promise_finally = __webpack_require__("a79d");
594
594
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
595
595
  var es_function_name_js_ = __webpack_require__("db0a");
596
596
 
597
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/page.vue?vue&type=template&id=88a8e8fc&
597
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/page.vue?vue&type=template&id=88a8e8fc&
598
598
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('ChatSetting',_vm._g(_vm._b({},'ChatSetting',_vm.$attrs,false),_vm.$listeners))}
599
599
  var staticRenderFns = []
600
600
 
@@ -604,7 +604,7 @@ var staticRenderFns = []
604
604
  // EXTERNAL MODULE: ./packages/multi-chat/chat/mixins/base.js + 5 modules
605
605
  var base = __webpack_require__("8ec7");
606
606
 
607
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/index.vue?vue&type=template&id=e65abffc&scoped=true&
607
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/index.vue?vue&type=template&id=e65abffc&scoped=true&
608
608
  var settingvue_type_template_id_e65abffc_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-row',{staticClass:"chat-setting"},[_c('a-col',{staticClass:"left-menu",attrs:{"span":5}},[(_vm.isShowGoback)?_c('div',{staticClass:"goback",on:{"click":_vm.handleGoBack}},[_c('a-icon',{staticStyle:{"margin-right":"10px"},attrs:{"type":"left"}}),_vm._v(" "+_vm._s(_vm.i18nText("3.20.50"))+" ")],1):_vm._e(),_c('div',{staticClass:"setting-menu"},[_c('ul',_vm._l((_vm.useMenuList),function(item){return _c('li',{key:item.type,staticClass:"menu-item",class:item.active && ['active'],on:{"click":function () { return _vm.handleMenuClick(item.type); }}},[_c('svg-icon',{attrs:{"icon-class":item.icon}}),_c('span',{staticClass:"menu-name"},[_vm._v(_vm._s(item.name))])],1)}),0)])]),_c('a-col',{staticClass:"right-page",attrs:{"span":19}},[_c(_vm.rightPage,_vm._b({tag:"component",attrs:{"assemblyId":_vm.assemblyId,"isStaff":_vm.isStaff,"userInfo":_vm.userInfo,"i18nText":_vm.i18nText}},'component',_vm.$attrs,false))],1)],1)}
609
609
  var settingvue_type_template_id_e65abffc_scoped_true_staticRenderFns = []
610
610
 
@@ -659,7 +659,7 @@ var es_string_includes_js_ = __webpack_require__("fd22");
659
659
  // EXTERNAL MODULE: external "core-js/modules/es.array.map.js"
660
660
  var es_array_map_js_ = __webpack_require__("4391");
661
661
 
662
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/event/index.vue?vue&type=template&id=dfb8c2fe&scoped=true&
662
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/event/index.vue?vue&type=template&id=dfb8c2fe&scoped=true&
663
663
  var eventvue_type_template_id_dfb8c2fe_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('1.9.437')))]),(!_vm.noDataTip)?[_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"},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.2.2.11'))+" ")],1)],1),_c('a-button',{on:{"click":_vm.handleEventAdd}},[_c('a-icon',{attrs:{"type":"plus-circle"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.1.1.1.8'))+" ")],1),_c('a-table',{staticClass:"table-wrapper",attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.data,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"status",fn:function(text, record){return [(text === '1')?_c('a-popconfirm',{attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmStatusClose(record); }}},[_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.438'))+"?")])]),_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":text === '1'}})],1):_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":text === '1'},on:{"change":function () { return _vm.handleStatusChange(record); }}})]}},{key:"operation",fn:function(text, record){return [_c('a',{attrs:{"href":"javascript:;"},on:{"click":function () { return _vm.handleEventEdit(record); }}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"edit"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.13'))+" ")],1)]}}],null,false,1962405778)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-drawer',{attrs:{"title":_vm.id ? _vm.i18nText('1.9.439') : _vm.i18nText('1.9.440'),"placement":"right","destroyOnClose":"","maskClosable":false,"visible":_vm.visible,"wrapClassName":"chat-event-drawer","width":"755"},on:{"close":_vm.handleEditClose}},[_c('event-edit',{attrs:{"id":_vm.id,"assemblyId":_vm.assemblyId,"configMap":_vm.configMap},on:{"handleEditClose":_vm.handleEditClose}})],1)],2)}
664
664
  var eventvue_type_template_id_dfb8c2fe_scoped_true_staticRenderFns = []
665
665
 
@@ -708,7 +708,7 @@ var input_style_ = __webpack_require__("c3aa");
708
708
  var input_ = __webpack_require__("ae3b");
709
709
  var input_default = /*#__PURE__*/__webpack_require__.n(input_);
710
710
 
711
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/event/edit/index.vue?vue&type=template&id=1125c81c&scoped=true&
711
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/event/edit/index.vue?vue&type=template&id=1125c81c&scoped=true&
712
712
  var editvue_type_template_id_1125c81c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-edit"},[_c('div',{staticClass:"main-content"},[_c('a-form',{attrs:{"form":_vm.form}},[_c('a-form-item',{staticStyle:{"width":"210px"},attrs:{"label":_vm.i18nText('1.9.445')}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([
713
713
  'name',
714
714
  {
@@ -766,14 +766,14 @@ var es_array_splice_js_ = __webpack_require__("f3b8");
766
766
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
767
767
  var web_dom_collections_for_each_js_ = __webpack_require__("13e3");
768
768
 
769
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
769
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
770
770
  var strategyvue_type_template_id_21643a93_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-strategy"},[_c('div',{staticClass:"strategy-title"},[_vm._v(" "+_vm._s(_vm.i18nText("1.9.461"))+_vm._s(_vm.strategyIndex + 1)+" "),_c('a-icon',{staticClass:"close-icon",attrs:{"type":"close"},on:{"click":_vm.handleStrategyRemove}})],1),_c('div',{staticClass:"strategy-main"},[(_vm.typeList.length > 0)?_c('condition',{ref:"condition",attrs:{"baseSetting":_vm.baseSetting,"typeList":_vm.typeList}}):_vm._e(),_c('a-select',{staticStyle:{"width":"100%","margin-top":"15px"},attrs:{"placeholder":"选择事件"},model:{value:(_vm.triggerAction),callback:function ($$v) {_vm.triggerAction=$$v},expression:"triggerAction"}},[_c('a-select-option',{attrs:{"value":"CLOSE_SESSION"}},[_vm._v("关闭会话")])],1),_c('a-row',{attrs:{"gutter":50}},[_c('a-col',{attrs:{"span":12}},[_c('notice',_vm._b({ref:"service",attrs:{"userSide":"service"}},'notice',_vm.$attrs,false))],1),_c('a-col',{attrs:{"span":12}},[_c('notice',_vm._b({ref:"client",attrs:{"userSide":"client"}},'notice',_vm.$attrs,false))],1)],1)],1)])}
771
771
  var strategyvue_type_template_id_21643a93_scoped_true_staticRenderFns = []
772
772
 
773
773
 
774
774
  // CONCATENATED MODULE: ./packages/multi-chat/setting/event/edit/strategy.vue?vue&type=template&id=21643a93&scoped=true&
775
775
 
776
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/event/edit/condition.vue?vue&type=template&id=194d7d74&scoped=true&
776
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/event/edit/condition.vue?vue&type=template&id=194d7d74&scoped=true&
777
777
  var conditionvue_type_template_id_194d7d74_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-strategy-condition"},[_c('a-form',{attrs:{"form":_vm.form}},_vm._l((_vm.conditions),function(item){return _c('div',{key:item,staticClass:"condition-item"},[_c('a-form-item',{staticStyle:{"width":"210px"},attrs:{"has-feedback":""}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("fieldKey-" + item)]),expression:"[`fieldKey-${item}`]"}],attrs:{"placeholder":_vm.i18nText('1.9.442'),"showSearch":"","filterOption":_vm.filterOption},on:{"change":function () { return _vm.handleFieldKeyChange(item, 'onChange'); }}},_vm._l((_vm.typeList),function(type){return _c('a-select-option',{key:type.specific,attrs:{"value":type.specific}},[_vm._v(_vm._s(type.desc))])}),1)],1),_c('a-form-item',{staticStyle:{"width":"140px"},attrs:{"has-feedback":""}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("con-" + item)]),expression:"[`con-${item}`]"}],attrs:{"placeholder":_vm.i18nText('1.9.443'),"showSearch":"","filterOption":_vm.filterOption}},_vm._l((_vm.conList[item]),function(con){return _c('a-select-option',{key:con.con,attrs:{"value":con.con}},[_vm._v(_vm._s(con.desc))])}),1)],1),_c('a-form-item',{staticStyle:{"width":"100px"}},[(_vm.checkedTypeList[item] && _vm.checkedTypeList[item] === 'SERVICE_STAFF_STATUS')?_vm._t("default",function(){return [_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:([("value-" + item)]),expression:"[`value-${item}`]"}]},_vm._l((_vm.statusList),function(item){return _c('a-select-option',{key:item.status,attrs:{"value":item.status}},[_vm._v(" "+_vm._s(item.title)+" ")])}),1)]}):_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([("value-" + item)]),expression:"[`value-${item}`]"}]})],2),(item !== 1)?_c('a-icon',{attrs:{"type":"close"},on:{"click":function () { return _vm.handleConditionRemove(item); }}}):_vm._e()],1)}),0),_c('a-button',{attrs:{"type":"primary","ghost":""},on:{"click":_vm.handleConditionAdd}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.444'))+" ")],1)],1)}
778
778
  var conditionvue_type_template_id_194d7d74_scoped_true_staticRenderFns = []
779
779
 
@@ -974,7 +974,7 @@ var condition_component = Object(componentNormalizer["a" /* default */])(
974
974
  )
975
975
 
976
976
  /* harmony default export */ var edit_condition = (condition_component.exports);
977
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/event/edit/notice.vue?vue&type=template&id=0900fbeb&scoped=true&
977
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/event/edit/notice.vue?vue&type=template&id=0900fbeb&scoped=true&
978
978
  var noticevue_type_template_id_0900fbeb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-event-notice"},[_c('div',{staticClass:"notice-title"},[_vm._v(_vm._s(_vm.noticeTitle))]),_c('a-form',{attrs:{"form":_vm.form}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.455')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["messageTypes"]),expression:"[`messageTypes`]"}],attrs:{"options":_vm.messageTypeList},on:{"change":_vm.handleTypeChange}})],1),(_vm.includeWx)?_c('a-form-item',[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(["templateId"]),expression:"[`templateId`]"}],attrs:{"placeholder":_vm.i18nText('1.9.456'),"showSearch":"","filterOption":_vm.filterOption},on:{"change":_vm.handleTemplateChange}},_vm._l((_vm.templateList),function(template){return _c('a-select-option',{key:template.id,attrs:{"value":template.id}},[_vm._v(_vm._s(template.name))])}),1)],1):_vm._e(),(_vm.includeWx)?_vm._l((_vm.keywords),function(keyword){return _c('a-form-item',{key:keyword,attrs:{"label":keyword}},[_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([(keyword + "-value")]),expression:"[`${keyword}-value`]"}]})],1)}):_vm._e(),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.457')}},[_c('a-textarea',{directives:[{name:"decorator",rawName:"v-decorator",value:(["messageContext"]),expression:"[`messageContext`]"}],attrs:{"placeholder":_vm.i18nText('1.9.40') + '...',"rows":6}})],1)],2)],1)}
979
979
  var noticevue_type_template_id_0900fbeb_scoped_true_staticRenderFns = []
980
980
 
@@ -2132,7 +2132,7 @@ var event_component = Object(componentNormalizer["a" /* default */])(
2132
2132
  )
2133
2133
 
2134
2134
  /* harmony default export */ var setting_event = (event_component.exports);
2135
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/worktime/index.vue?vue&type=template&id=1c389abb&scoped=true&
2135
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/worktime/index.vue?vue&type=template&id=1c389abb&scoped=true&
2136
2136
  var worktimevue_type_template_id_1c389abb_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-worktime"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('1.9.462')))]),(!_vm.noDataTip)?[_c('a-button',{attrs:{"type":"primary","ghost":""},on:{"click":_vm.handleWorktimeAdd}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.463'))+" ")],1),_c('a-table',{staticClass:"table-wrapper",attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.data,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a',{staticStyle:{"margin-right":"15px"},attrs:{"href":"javascript:;"},on:{"click":function () { return _vm.handleTimeEdit(record); }}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"edit"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.17.5.9'))+" ")],1),_c('a-popconfirm',{staticStyle:{"width":"300px"},attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmDelete(record); }}},[_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.434'))+"?")])]),_c('a',{staticStyle:{"color":"red"},attrs:{"href":"javascript:;"}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"delete"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.15'))+" ")],1)],1)]}}],null,false,2257209113)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-modal',{attrs:{"title":_vm.i18nText('1.9.463'),"maskClosable":false,"destroyOnClose":true,"afterClose":_vm.afterClose},on:{"ok":_vm.handleWorktimeSave},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('a-checkbox-group',{staticStyle:{"margin-bottom":"20px"},attrs:{"options":_vm.weekdays},model:{value:(_vm.weekdayList),callback:function ($$v) {_vm.weekdayList=$$v},expression:"weekdayList"}}),_c('a-time-picker',{staticStyle:{"margin-right":"10px"},attrs:{"placeholder":_vm.i18nText('1.1.4.53'),"format":"HH:mm"},model:{value:(_vm.startTime),callback:function ($$v) {_vm.startTime=$$v},expression:"startTime"}}),_c('a-time-picker',{attrs:{"placeholder":_vm.i18nText('1.9.147'),"format":"HH:mm"},model:{value:(_vm.endTime),callback:function ($$v) {_vm.endTime=$$v},expression:"endTime"}})],1)],2)}
2137
2137
  var worktimevue_type_template_id_1c389abb_scoped_true_staticRenderFns = []
2138
2138
 
@@ -2461,14 +2461,14 @@ var worktime_component = Object(componentNormalizer["a" /* default */])(
2461
2461
  )
2462
2462
 
2463
2463
  /* harmony default export */ var worktime = (worktime_component.exports);
2464
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2464
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2465
2465
  var customerServicevue_type_template_id_4d60db31_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-customer-service"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.isStaff ? '用户管理' : _vm.i18nText('1.9.431')))]),(!_vm.noDataTip)?[_c('a-select',{staticClass:"search-role",attrs:{"showSearch":"","allowClear":"","placeholder":"全部角色"},on:{"change":_vm.handleSearch},model:{value:(_vm.roleId),callback:function ($$v) {_vm.roleId=$$v},expression:"roleId"}},_vm._l((_vm.roleList),function(sea){return _c('a-select-option',{key:sea.roleId,attrs:{"value":sea.roleId}},[_vm._v(" "+_vm._s(sea.roleName)+" ")])}),1),_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"},slot:"enterButton"},[_c('a-icon',{attrs:{"type":"search"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.2.2.11'))+" ")],1)],1),_c('a-button',{on:{"click":_vm.handleCustomerAdd}},[_c('a-icon',{attrs:{"type":"plus-circle"}}),_vm._v(" "+_vm._s(_vm.i18nText('1.9.433'))+" ")],1),_c('a-table',{attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.tableData,"pagination":_vm.pagination,"rowKey":_vm.getRowkey,"scroll":{ y: 650 }},on:{"change":_vm.handlePageChange},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a-popconfirm',{staticStyle:{"width":"300px"},attrs:{"okText":_vm.i18nText('1.10.138'),"cancelText":_vm.i18nText('1.1.1.1.4')},on:{"confirm":function () { return _vm.confirmDelete(record); }}},[_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.434'))+"?")])]),_c('a',{staticStyle:{"color":"red"},attrs:{"href":"javascript:;"}},[_c('a-icon',{staticStyle:{"margin-right":"8px"},attrs:{"type":"delete"}}),_vm._v(" "+_vm._s(_vm.i18nText('2.5.15'))+" ")],1)],1)]}}],null,false,444838098)})]:_c('NoData',{attrs:{"noDataImg":_vm.noDataImg,"noDataTip":_vm.noDataTip,"emptyRender":_vm.emptyRender}}),_c('a-modal',{attrs:{"title":_vm.customTitle,"maskClosable":false,"destroyOnClose":true,"width":"720px","footer":null,"bodyStyle":{ padding: 0, height: '600px' }},on:{"ok":_vm.handleCustomerAdd},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}},[_c('batch-select',{attrs:{"assemblyId":_vm.assemblyId},on:{"handleBatchResponse":_vm.handleBatchResponse}})],1)],2)}
2466
2466
  var customerServicevue_type_template_id_4d60db31_scoped_true_staticRenderFns = []
2467
2467
 
2468
2468
 
2469
2469
  // CONCATENATED MODULE: ./packages/multi-chat/setting/customerService/index.vue?vue&type=template&id=4d60db31&scoped=true&
2470
2470
 
2471
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/customerService/batchSelect.vue?vue&type=template&id=08d5ff2c&scoped=true&
2471
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/customerService/batchSelect.vue?vue&type=template&id=08d5ff2c&scoped=true&
2472
2472
  var batchSelectvue_type_template_id_08d5ff2c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"batch-select"},[_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'),"enter-button":_vm.i18nText('1.1.1.5.1'),"size":"default","allowClear":""},on:{"search":_vm.handleSearch},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}},[_c('a-icon',{staticClass:"search-input-icon",attrs:{"slot":"prefix","type":"search"},slot:"prefix"})],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.treeData,"expandedKeys":_vm.expandedKeys,"searchPlaceholder":"Please select"},on:{"expand":_vm.onExpand,"check":_vm.onCheck},scopedSlots:_vm._u([{key:"custom",fn:function(item){return [(item.name)?_c('span',{staticClass:"username"},[_c('span',{staticClass:"first-name"},[_vm._v(_vm._s(item.name[0]))]),_c('span',{class:_vm.checkSearchName(item)},[_vm._v(_vm._s(item.name))])]):_c('span',[_vm._v(_vm._s(item.orgName || item.dept_name))])]}}]),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.selectedUsers),function(item){return _c('a-tag',{key:item.id,attrs:{"closable":""},on:{"close":function () { return _vm.handleRemove(item); }}},[_vm._v(_vm._s(item.name))])}),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.selectedUsers.length)+"/"+_vm._s(_vm.flatUserList.length)+") ")]),_c('a-button',{on:{"click":_vm.handleCancel}},[_vm._v(_vm._s(_vm.i18nText("1.1.1.1.4")))])],1)])],1)],1)}
2473
2473
  var batchSelectvue_type_template_id_08d5ff2c_scoped_true_staticRenderFns = []
2474
2474
 
@@ -3204,7 +3204,7 @@ var customerService_component = Object(componentNormalizer["a" /* default */])(
3204
3204
  )
3205
3205
 
3206
3206
  /* harmony default export */ var customerService = (customerService_component.exports);
3207
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/baseInfo/index.vue?vue&type=template&id=3354f465&scoped=true&
3207
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/baseInfo/index.vue?vue&type=template&id=3354f465&scoped=true&
3208
3208
  var baseInfovue_type_template_id_3354f465_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-base-info"},[_c('h3',{staticClass:"page-title"},[_vm._v(_vm._s(_vm.i18nText('2.4.3.1')))]),_c('div',{staticClass:"main-form"},[_c('a-form',{attrs:{"form":_vm.form}},[(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.401')))]),_c('a-form-item',[_c('a-checkbox',{attrs:{"checked":_vm.showTimeSetting},on:{"change":_vm.handleTimeSettingShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.402')))]),_c('a-checkbox',{model:{value:(_vm.readStatus),callback:function ($$v) {_vm.readStatus=$$v},expression:"readStatus"}},[_vm._v("已读回执")]),_c('a-checkbox',{model:{value:(_vm.lineUpNotice),callback:function ($$v) {_vm.lineUpNotice=$$v},expression:"lineUpNotice"}},[_vm._v("排队提醒")])],1),(_vm.showTimeSetting)?[_c('a-row',{staticClass:"time-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.403')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['timeLengthHours']),expression:"['timeLengthHours']"}],attrs:{"min":0,"max":99}}),_c('span',{staticClass:"setting-hours-text"},[_vm._v("小时")]),_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['timeLengthMins']),expression:"['timeLengthMins']"}],attrs:{"min":0,"max":59}}),_vm._v(" "+_vm._s(_vm.i18nText('2.2.6.6'))+" ")],1)],1),_c('a-col',{attrs:{"span":8}},[_c('a-form-item',{staticClass:"ASC_DESC",attrs:{"label":_vm.i18nText('1.9.405')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['showMode']),expression:"['showMode']"}]},[_c('a-radio',{attrs:{"value":"ASC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.406')))]),_c('a-radio',{attrs:{"value":"DESC"}},[_vm._v(_vm._s(_vm.i18nText('1.9.407')))])],1)],1)],1)],1),_c('a-form-item',{staticStyle:{"margin-left":"20px"}},[_c('a-checkbox',{attrs:{"checked":_vm.showTimeDelay},on:{"change":_vm.handleTimeDelayShow}},[_vm._v(_vm._s(_vm.i18nText('1.9.408')))])],1),(_vm.showTimeDelay)?[_c('a-row',{staticClass:"delayed-setting"},[_c('a-col',{attrs:{"span":12}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.409')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['delayed-timeLength']),expression:"['delayed-timeLength']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('2.2.6.6')))])],1)],1),_c('a-col',{attrs:{"span":10}},[_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.410')}},[_c('a-input-number',{directives:[{name:"decorator",rawName:"v-decorator",value:(['rightOffRemindTime']),expression:"['rightOffRemindTime']"}],staticStyle:{"width":"80px"},attrs:{"precision":0,"min":1},on:{"blur":_vm.handleRightOffRemindTimeBlur}}),_c('span',{staticClass:"unit"},[_vm._v(_vm._s(_vm.i18nText('1.9.411')))])],1)],1)],1)]:_vm._e()]:_vm._e()],2):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.412')))]),(!_vm.isStaff)?_c('a-form-item',{staticClass:"server-form-item",attrs:{"label":_vm.i18nText('1.9.413')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'TEXT')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.414')}},[_vm._l((_vm.serverInfo),function(item){return [(item.type === 'BUTTON')?_c('div',{key:item.key,staticClass:"serverinfo-wrapper"},[_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v(_vm._s(item.title))]),_c('span',{staticClass:"serverinfo-label"},[_vm._v(_vm._s(item.title)+":")])],2),_c('a-input',{directives:[{name:"decorator",rawName:"v-decorator",value:([item.key]),expression:"[item.key]"}],staticClass:"title-input",attrs:{"allowClear":""}})],1):_vm._e()]})],2):_vm._e(),(_vm.queryTimeSettingList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.415')}},[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["queryTimeSetting"]),expression:"[`queryTimeSetting`]"}],attrs:{"options":_vm.queryTimeSettingList}})],1):_vm._e(),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.416')}},[(_vm.isListClassify !== 'Y')?_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["functionSetting"]),expression:"[`functionSetting`]"}],attrs:{"options":_vm.functionList}}):_vm._e()],1),(_vm.isListClassify === 'Y')?_vm._l((_vm.listClassify),function(item,index){return _c('div',{key:index,staticClass:"classify-wrapper"},[_c('div',{staticClass:"classify-item"},[_c('div',{staticClass:"statistic"},[_c('div',[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.417'))+":")]),_c('svg-icon',{staticStyle:{"font-size":"20px","margin-right":"8px"},attrs:{"icon-class":item.icon}}),_c('a-input',{staticStyle:{"width":"150px"},attrs:{"allowClear":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}}),(item.isStatistic !== 'NOT')?_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},attrs:{"checked":item.isStatistic === 'Y'},on:{"change":function (e) { return _vm.handleStatisticToggle(item, e); }}},[_vm._v(_vm._s(_vm.i18nText('1.9.418')))]):_vm._e(),_c('a-checkbox',{staticStyle:{"width":"100px","margin-left":"10px"},model:{value:(item.enable),callback:function ($$v) {_vm.$set(item, "enable", $$v)},expression:"item.enable"}},[_vm._v("启用")])],1),_c('a-tooltip',{attrs:{"placement":"top"}},[_c('template',{slot:"title"},[_vm._v("上移")]),(_vm.listClassify.length > 1)?_c('a-icon',{staticStyle:{"margin-right":"10px"},attrs:{"type":"up"},on:{"click":function($event){return _vm.handleGroupUp(index)}}}):_vm._e()],2)],1),_c('div',{staticClass:"server"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.419')))]),_c('a-checkbox-group',{attrs:{"options":item.serverfunctionList},model:{value:(item.serverfunctions),callback:function ($$v) {_vm.$set(item, "serverfunctions", $$v)},expression:"item.serverfunctions"}})],1),_c('div',{staticClass:"client"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.i18nText('1.9.420')))]),_c('a-checkbox-group',{attrs:{"options":item.clientfunctionList},model:{value:(item.clientfunctions),callback:function ($$v) {_vm.$set(item, "clientfunctions", $$v)},expression:"item.clientfunctions"}})],1)])])}):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.1.8.1.8') + '-' + _vm.i18nText('1.10.232')}},[(_vm.tabBarSetting.mobileSetting && _vm.tabBarSetting.mobileSetting.list)?_vm._l((_vm.tabBarSetting.mobileSetting.list),function(item,index){return _c('a-checkbox',{key:index,attrs:{"disabled":!_vm.tabBarMobileEnable || item.isMsgBar == 'Y',"checked":item.isChecked == 'Y'},on:{"input":function (v) { return _vm.handleCheckInput(v, item); }}},[_vm._v(" "+_vm._s(item.content)+" ")])}):_vm._e()],2):_vm._e(),(!_vm.isStaff)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.421')}},[_c('a-table',{attrs:{"bordered":"","columns":_vm.columns,"dataSource":_vm.serviceState,"pagination":false,"rowKey":_vm.getRowkey},scopedSlots:_vm._u([{key:"operation",fn:function(text, record){return [_c('a-switch',{attrs:{"disabled":['ON-LINE', 'OFF-LINE'].includes(record.status),"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7'),"checked":record.enable},on:{"change":function () { return _vm.handleStatusChange(record); }}})]}},{key:"icon",fn:function(text, record){return [(record.icon)?_c('svg-icon',{staticStyle:{"font-size":"16px"},attrs:{"icon-class":record.icon}}):_vm._e()]}}],null,false,3990348240)})],1):_vm._e(),(_vm.toolbarList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.698')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["toolbar"]),expression:"[`toolbar`]"}]},[_c('a-row',[_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("PC:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'PC'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value},on:{"change":function($event){return _vm.toolbarChange(item, $event)}}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("MOBILE:")]),_vm._l((_vm.toolbarList.filter(function (item) { return item.source === 'MOBILE'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value},on:{"change":function($event){return _vm.toolbarChange(item, $event)}}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2)],1)],1)],1):_vm._e(),(_vm.toolbarList.length > 0)?_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.699')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["closedToolbar"]),expression:"[`closedToolbar`]"}]},[_c('a-row',[_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("PC:")]),_vm._l((_vm.closedToolbarList.filter(function (item) { return item.source === 'PC'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2),_c('a-col',[_c('span',{staticStyle:{"display":"inline-block","width":"70px"}},[_vm._v("MOBILE:")]),_vm._l((_vm.closedToolbarList.filter(function (item) { return item.source === 'MOBILE'; })),function(item,index){return _c('a-checkbox',{key:index,attrs:{"value":item.value}},[_vm._v(" "+_vm._s(item.label)+" ")])})],2)],1)],1)],1):_vm._e()],2),(_vm.isListClassify !== 'Y' && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.424')))]),_c('a-form-item',{attrs:{"label":_vm.i18nText('1.9.425')}},[_c('a-checkbox-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(["clientFunctionSetting"]),expression:"[`clientFunctionSetting`]"}],attrs:{"options":_vm.clientFunctionList}})],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.426'))+" "),_c('a-checkbox',{attrs:{"disabled":!_vm.evaluateId,"checked":_vm.evaluate},on:{"change":_vm.handleEvaluate}})],1)]):_vm._e(),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.427'))+" ")]),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',{attrs:{"label":"选择机器人"}},[_c('a-select',{directives:[{name:"decorator",rawName:"v-decorator",value:(['robotId']),expression:"['robotId']"}],staticStyle:{"width":"200px"},attrs:{"placeholder":'选择机器人',"allowClear":"","showSearch":"","filterOption":_vm.filterOption}},_vm._l((_vm.robotList),function(robot){return _c('a-select-option',{key:robot.id,attrs:{"value":robot.id}},[_vm._v(_vm._s(robot.name))])}),1)],1)],1),_c('a-row',{staticClass:"bot-setting"},[_c('a-form-item',[_c('a-radio-group',{directives:[{name:"decorator",rawName:"v-decorator",value:(['mode']),expression:"['mode']"}]},[_c('a-radio',{attrs:{"value":"ROBOT_CHAT"}},[_vm._v("机器人和人工客服")]),_c('a-radio',{attrs:{"value":"ROBOT"}},[_vm._v("仅机器人")])],1)],1)],1)],1):_vm._e(),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"block","margin-bottom":"10px"}},[_vm._v(" 公共短语 ")]),_c('a-select',{staticStyle:{"width":"300px","margin-top":"15px"},attrs:{"mode":"multiple","showSearch":"","placeholder":"请选择"},model:{value:(_vm.chatPublicCategory),callback:function ($$v) {_vm.chatPublicCategory=$$v},expression:"chatPublicCategory"}},_vm._l((_vm.chatPublicCategoryList),function(item){return _c('a-select-option',{key:item.id,attrs:{"value":item.id}},[_vm._v(_vm._s(item.name))])}),1)],1),_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title"},[_vm._v(_vm._s(_vm.i18nText('1.9.428')))]),_vm._l((_vm.broadcastList),function(b,key){return _c('div',{key:b.type,staticClass:"broadcaste-wrap"},[_c('div',{staticClass:"broadcaste-title"},[_c('a-switch',{attrs:{"checkedChildren":_vm.i18nText('1.9.422'),"unCheckedChildren":_vm.i18nText('1.1.1.1.7')},model:{value:(b.isChecked),callback:function ($$v) {_vm.$set(b, "isChecked", $$v)},expression:"b.isChecked"}}),_c('span',[_vm._v(_vm._s(key === 'PC' ? _vm.i18nText('1.9.429') : _vm.i18nText('1.1.8.1.8')))]),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addBroadcast(b.type, b.list)}}})],1),_c('ul',_vm._l((b.list),function(v,i){return _c('li',{key:i,staticClass:"broadcaste-item"},[_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('3.19.5')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.content),callback:function ($$v) {_vm.$set(v, "content", $$v)},expression:"v.content"}})],1),_c('div',[_c('span',{staticClass:"item-title"},[_vm._v(_vm._s(_vm.i18nText('2.22.8.2')))]),_c('a-input',{attrs:{"allowClear":""},model:{value:(v.url),callback:function ($$v) {_vm.$set(v, "url", $$v)},expression:"v.url"}})],1),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin-left":"4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteBroadcast(i, b.list)}}})],1)}),0)])})],2),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" "+_vm._s(_vm.i18nText('1.9.678'))+": ")]),_c('ul',_vm._l((_vm.refuseReasonList),function(item,i){return _c('li',{key:i,staticClass:"refuse-item"},[_c('a-input',{attrs:{"maxLength":15},model:{value:(item.text),callback:function ($$v) {_vm.$set(item, "text", (typeof $$v === 'string'? $$v.trim(): $$v))},expression:"item.text"}}),_c('svg-icon',{staticClass:"form-action svg-icon-btn",attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.refuseReasonDel(i)}}})],1)}),0),_c('a-button',{staticClass:"refuse-add-btn",attrs:{"type":"link","size":"small","disabled":_vm.refuseReasonList.length > 4},on:{"click":_vm.refuseReasonAdd}},[_c('svg-icon',{staticStyle:{"margin-right":"6px"},attrs:{"icon-class":"xinzengwenjian"}}),_vm._v(" 添加 ")],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v("转接原因: ")]),_c('ul',_vm._l((_vm.transferReasonList),function(item,i){return _c('li',{key:i,staticClass:"refuse-item"},[_c('a-input',{attrs:{"maxLength":15},model:{value:(item.text),callback:function ($$v) {_vm.$set(item, "text", (typeof $$v === 'string'? $$v.trim(): $$v))},expression:"item.text"}}),_c('svg-icon',{staticClass:"form-action svg-icon-btn",attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.transferReasonDel(i)}}})],1)}),0),_c('a-button',{staticClass:"refuse-add-btn",attrs:{"type":"link","size":"small","disabled":_vm.transferReasonList.length > 4},on:{"click":_vm.transferReasonAdd}},[_c('svg-icon',{staticStyle:{"margin-right":"6px"},attrs:{"icon-class":"xinzengwenjian"}}),_vm._v(" 添加 ")],1)],1):_vm._e(),(!_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 环境变量设置: ")]),_vm._l((_vm.variableSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量名称"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.name),callback:function ($$v) {_vm.$set(item, "name", $$v)},expression:"item.name"}})],1)],1),_c('a-col',{attrs:{"span":4}},[_c('a-form-item',{attrs:{"label":"变量值"}},[_c('a-input',{staticStyle:{"width":"200px"},model:{value:(item.value),callback:function ($$v) {_vm.$set(item, "value", $$v)},expression:"item.value"}})],1)],1),_c('a-col',{attrs:{"span":5}},[_c('a-form-item',{attrs:{"label":"备注"}},[_c('a-input',{staticStyle:{"width":"200px"},attrs:{"disabled":""},model:{value:(item.remark),callback:function ($$v) {_vm.$set(item, "remark", $$v)},expression:"item.remark"}})],1)],1)],1)})],2):_vm._e(),_c('div',{staticClass:"functional-module rightClickSetting"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 右键设置 "),_c('a-icon',{staticStyle:{"color":"green","fontSize":"18px"},attrs:{"type":"plus-circle","theme":"filled"},on:{"click":function($event){return _vm.addRightClick()}}})],1),_vm._l((_vm.rightClickSetting),function(item,index){return _c('a-row',{key:index},[_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"名称"}},[_c('a-input',{staticStyle:{"width":"98%"},attrs:{"allowClear":""},model:{value:(item.rightClickName),callback:function ($$v) {_vm.$set(item, "rightClickName", $$v)},expression:"item.rightClickName"}})],1)],1),_c('a-col',{attrs:{"span":_vm.handleRightClickSpan(item)}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"操作"}},[_c('a-select',{staticStyle:{"width":"98%"},attrs:{"allowClear":"","showSearch":"","filterOption":_vm.filterOption,"placeholder":"请选择"},model:{value:(item.rightClickDo),callback:function ($$v) {_vm.$set(item, "rightClickDo", $$v)},expression:"item.rightClickDo"}},_vm._l((_vm.rightClickDoList),function(i,index){return _c('a-select-option',{key:index,attrs:{"value":i.value}},[_vm._v(_vm._s(i.label))])}),1)],1)],1),(item.rightClickDo === 'jumpUrl')?_c('a-col',{attrs:{"span":11}},[_c('a-form-item',{staticClass:"rightClick-form",attrs:{"label":"外部地址"}},[_c('a-input',{staticStyle:{"width":"100%"},attrs:{"allowClear":""},model:{value:(item.rightClickUrl),callback:function ($$v) {_vm.$set(item, "rightClickUrl", $$v)},expression:"item.rightClickUrl"}})],1)],1):_vm._e(),_c('svg-icon',{staticClass:"form-action svg-icon-btn",staticStyle:{"margin":"8px 0 0 4px"},attrs:{"icon-class":"xitongtubiaoliebiaocaozuoanniushanchushixin"},on:{"click":function($event){return _vm.deleteRightClick(index)}}})],1)})],2),(!_vm.isConference && !_vm.isStaff)?_c('div',{staticClass:"functional-module"},[_c('span',{staticClass:"title",staticStyle:{"display":"inline-block","margin-bottom":"10px"}},[_vm._v(" 聊天客户端接入地址 ")]),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("PC端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.pcUrl)+" ")])],1),_c('a-row',{staticClass:"client-url"},[_c('a-col',{attrs:{"span":3}},[_vm._v("移动端:")]),_c('a-col',{attrs:{"span":20}},[_vm._v(_vm._s(_vm.mobileUrl)+" ")])],1)],1):_vm._e()])],1),_c('div',{staticClass:"form-bottom"},[_c('a-button',{staticStyle:{"margin-left":"10px"},attrs:{"type":"primary"},on:{"click":_vm.handleSubmit}},[_vm._v(_vm._s(_vm.i18nText('3.5.29')))])],1)])}
3209
3209
  var baseInfovue_type_template_id_3354f465_scoped_true_staticRenderFns = []
3210
3210
 
@@ -4622,7 +4622,7 @@ var baseInfo_component = Object(componentNormalizer["a" /* default */])(
4622
4622
  )
4623
4623
 
4624
4624
  /* harmony default export */ var baseInfo = (baseInfo_component.exports);
4625
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/sessionList/index.vue?vue&type=template&id=04dfc814&scoped=true&
4625
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/sessionList/index.vue?vue&type=template&id=04dfc814&scoped=true&
4626
4626
  var sessionListvue_type_template_id_04dfc814_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"session-list"},[_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"}}),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"placeholder":'会话状态',"showSearch":"","filterOption":_vm.filterOption},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),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","placeholder":_vm.i18nText('1.9.338'),"showSearch":"","filterOption":_vm.filterOption},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),_c('a-select',{staticStyle:{"width":"120px","margin-left":"10px"},attrs:{"allowClear":"","showSearch":"","placeholder":_vm.i18nText('1.9.470'),"filterOption":_vm.filterOption},on:{"change":_vm.handleServiceIdChange}},_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)],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}}),_c('a-modal',{attrs:{"visible":_vm.visible,"maskClosable":false,"mask":false,"footer":null,"width":"800px","bodyStyle":{
4627
4627
  boxSizing: 'content-box',
4628
4628
  padding: '10px 10px 10px 24px'
@@ -5132,7 +5132,7 @@ var sessionList_component = Object(componentNormalizer["a" /* default */])(
5132
5132
  )
5133
5133
 
5134
5134
  /* harmony default export */ var sessionList = (sessionList_component.exports);
5135
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/configuration/index.vue?vue&type=template&id=bb15950c&scoped=true&
5135
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/configuration/index.vue?vue&type=template&id=bb15950c&scoped=true&
5136
5136
  var configurationvue_type_template_id_bb15950c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"configuratioin-page"},[_c('div',{staticClass:"configuratioin-wrap"},[_c('div',{staticClass:"page-title"},[_vm._v(" 视频设置 "),(_vm.obj.vendor == 1)?_c('a-tooltip',{attrs:{"arrowPointAtCenter":true,"placement":"bottomRight","overlayStyle":{
5137
5137
  width: '360px',
5138
5138
  'max-width': '360px'
@@ -5279,7 +5279,7 @@ var configuration_component = Object(componentNormalizer["a" /* default */])(
5279
5279
  )
5280
5280
 
5281
5281
  /* harmony default export */ var configuration = (configuration_component.exports);
5282
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/userConfig/index.vue?vue&type=template&id=3f949dba&scoped=true&
5282
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/userConfig/index.vue?vue&type=template&id=3f949dba&scoped=true&
5283
5283
  var userConfigvue_type_template_id_3f949dba_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"user-config"},[_c('div',[_c('div',{staticClass:"page-title"},[_vm._v("本机设备")]),_c('div',{staticClass:"sip-info"},[_c('div',{staticClass:"sip-label"},[_vm._v("当前音视频设备:")]),_c('div',[_c('span',{staticClass:"sip-name"},[_vm._v(_vm._s(_vm.sip ? _vm.sip.name : '本机设备'))]),_c('span',{staticClass:"sip-btn",on:{"click":_vm.setSip}},[_c('a-icon',{staticStyle:{"margin-right":"6px"},attrs:{"type":"swap"}}),_c('span',[_vm._v("切换")])],1)])])])])}
5284
5284
  var userConfigvue_type_template_id_3f949dba_scoped_true_staticRenderFns = []
5285
5285
 
@@ -5410,14 +5410,14 @@ var userConfig_component = Object(componentNormalizer["a" /* default */])(
5410
5410
  )
5411
5411
 
5412
5412
  /* harmony default export */ var userConfig = (userConfig_component.exports);
5413
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5413
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5414
5414
  var authorityvue_type_template_id_4910a0f6_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"chat-customer-service"},[_c('div',[_c('a-input-search',{attrs:{"placeholder":_vm.i18nText('1.9.432'),"allowClear":"","enter-button":""},on:{"search":_vm.handleSearch},model:{value:(_vm.keyword),callback:function ($$v) {_vm.keyword=$$v},expression:"keyword"}}),_c('a-button',{directives:[{name:"show",rawName:"v-show",value:(_vm.roleId),expression:"roleId"}],attrs:{"type":"primary"},on:{"click":_vm.openRoleSetting}},[_vm._v("权限管理")])],1),_c('a-table',{attrs:{"bordered":"","rowKey":"roleId","columns":_vm.columns,"dataSource":_vm.tableData,"pagination":_vm.pagination,"customRow":_vm.customRow,"rowClassName":_vm.rowClassName,"scroll":{ y: 665 }},on:{"change":_vm.handlePageChange}}),_c('RoleSetting',{attrs:{"assemblyId":_vm.assemblyId,"roleId":_vm.roleId},model:{value:(_vm.visible),callback:function ($$v) {_vm.visible=$$v},expression:"visible"}})],1)}
5415
5415
  var authorityvue_type_template_id_4910a0f6_scoped_true_staticRenderFns = []
5416
5416
 
5417
5417
 
5418
5418
  // CONCATENATED MODULE: ./packages/multi-chat/setting/authority/index.vue?vue&type=template&id=4910a0f6&scoped=true&
5419
5419
 
5420
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/authority/roleSetting.vue?vue&type=template&id=db34a300&scoped=true&
5420
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/authority/roleSetting.vue?vue&type=template&id=db34a300&scoped=true&
5421
5421
  var roleSettingvue_type_template_id_db34a300_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{staticClass:"standard-modal standard-modal-white",attrs:{"visible":_vm.value,"width":"520px","closable":false,"destroyOnClose":true},on:{"change":_vm.handleInput,"ok":_vm.handleSave},scopedSlots:_vm._u([{key:"title",fn:function(){return [_vm._v(" 权限管理 "),_c('div',{staticClass:"svg-wrap"},[_c('svg-icon',{attrs:{"icon-class":'xitongtubiaodaohangtubiaoguanbi'},on:{"click":_vm.handleCancel}})],1)]},proxy:true}])},[_c('div',{staticClass:"user-role-wrapper"},[_c('div',{staticClass:"wrapper-item"},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toolbarPC.length),expression:"toolbarPC.length"}],staticClass:"setting-item"},[_c('div',{staticClass:"setting-label"},[_vm._v("PC:")]),_c('div',{staticClass:"setting-content"},[_c('a-checkbox',{key:"pc_all_checked",model:{value:(_vm.pcChecked),callback:function ($$v) {_vm.pcChecked=$$v},expression:"pcChecked"}},[_vm._v("全选")]),_c('br'),_vm._l((_vm.toolbarPC),function(item,i){return _c('a-checkbox',{key:i,model:{value:(item.isChecked),callback:function ($$v) {_vm.$set(item, "isChecked", $$v)},expression:"item.isChecked"}},[_vm._v(" "+_vm._s(item.name)+" ")])})],2)]),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.toolbarMobile.length),expression:"toolbarMobile.length"}],staticClass:"setting-item"},[_c('div',{staticClass:"setting-label"},[_vm._v("MOBILE:")]),_c('div',{staticClass:"setting-content"},[_c('a-checkbox',{key:"mobile_all_checked",model:{value:(_vm.mobileChecked),callback:function ($$v) {_vm.mobileChecked=$$v},expression:"mobileChecked"}},[_vm._v("全选")]),_c('br'),_vm._l((_vm.toolbarMobile),function(item,i){return _c('a-checkbox',{key:i,model:{value:(item.isChecked),callback:function ($$v) {_vm.$set(item, "isChecked", $$v)},expression:"item.isChecked"}},[_vm._v(" "+_vm._s(item.name)+" ")])})],2)]),(!_vm.toolbarPC.length && !_vm.toolbarMobile.length)?_c('NoData',{attrs:{"emptyRender":_vm.emptyRender,"noDataTip":"暂无可配置权限"}}):_vm._e()],1)])])}
5422
5422
  var roleSettingvue_type_template_id_db34a300_scoped_true_staticRenderFns = []
5423
5423
 
@@ -6697,7 +6697,7 @@ module.exports = function (iterator) {
6697
6697
 
6698
6698
  "use strict";
6699
6699
 
6700
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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/setting/sessionList/messageRecord.vue?vue&type=template&id=87dd3d5c&scoped=true&
6700
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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/setting/sessionList/messageRecord.vue?vue&type=template&id=87dd3d5c&scoped=true&
6701
6701
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"message-record",class:{ 'message-record-modal': _vm.source === 'modal' }},[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.messageList.length && !_vm.noData),expression:"messageList.length && !noData"},{name:"infinite-scroll",rawName:"v-infinite-scroll",value:(_vm.handleInfiniteOnLoad),expression:"handleInfiniteOnLoad"}],staticClass:"message-list-wrapper wrapper2",attrs:{"infinite-scroll-immediate-check":"immediate","infinite-scroll-distance":10}},[_c('ul',{staticClass:"message-list"},_vm._l((_vm.messageList),function(item){return _c('li',{key:item.id,staticClass:"message-item"},[_c('img',{attrs:{"src":_vm.getAvatar(item),"width":"40"}}),_c('div',{staticClass:"message-content"},[_c('div',{staticClass:"name-time"},[_c('span',{staticClass:"name"},[_vm._v(_vm._s(_vm.getName(item)))]),_c('span',{staticClass:"time"},[_vm._v(" "+_vm._s(_vm.formatDate(item.sendTime || item.createdTime, true))+" ")])]),(item.content.type === 0)?_c('div',{staticClass:"content",domProps:{"innerHTML":_vm._s(_vm.$xss(item.content.content))}}):_vm._e(),(item.content.type === 1)?_c('MsgPicture',{staticStyle:{"width":"160px"},attrs:{"image":item.content.content},on:{"click":function($event){return _vm.show(item.content.content)}}}):(item.content.type === 2)?_c('p',{staticClass:"content"},[_c('img',{staticStyle:{"width":"16px"},attrs:{"src":__webpack_require__("f974")}}),_vm._v(" "+_vm._s(item.content.content)+" "),(item.content.name)?_c('img',{staticStyle:{"width":"20px","margin-left":"12px","cursor":"pointer"},attrs:{"src":__webpack_require__("03ec")},on:{"click":function($event){return _vm.openReplayVideo(item.content.name)}}}):_vm._e()]):(item.content.type === 6)?_c('p',{staticClass:"content"},_vm._l((item.content.content),function(item,index){return _c('span',{key:index,staticClass:"bot-message"},[_vm._v(_vm._s(item))])}),0):(item.content.type === 4)?[(_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):(_vm.isDescribeMsg(item))?_c('msg-describe',{attrs:{"item":item}}):_c('MsgPrescription',{attrs:{"data":item,"isServer":true},on:{"handleTemplateDetail":_vm.handleTemplateDetail,"handleTemplateButton":_vm.handleTemplateButton}})]:_vm._e()],2)])}),0),(_vm.finished)?_c('div',{staticClass:"immediate"},[_vm._v(_vm._s(_vm.i18nText('1.9.391'))+"~")]):_vm._e(),(_vm.loading)?_c('a-spin',{staticClass:"loading-icon"}):_vm._e()],1),(!_vm.messageList.length && _vm.noData)?_c('div',{staticClass:"message-list-nodata"},[_vm._v(" 无数据 ")]):_vm._e(),_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}})})}}])})],1)}
6702
6702
  var staticRenderFns = []
6703
6703
 
@@ -7454,7 +7454,7 @@ module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperti
7454
7454
 
7455
7455
  "use strict";
7456
7456
 
7457
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
7457
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
7458
7458
  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()])}
7459
7459
  var staticRenderFns = []
7460
7460
 
@@ -8709,7 +8709,7 @@ var TEMPLATE = String(String).split('String');
8709
8709
  /* unused harmony export chatUidUp */
8710
8710
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getRecallText; });
8711
8711
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return chatAuthentication; });
8712
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
8712
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1da1");
8713
8713
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f2f7");
8714
8714
  /* harmony import */ var ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_message_style__WEBPACK_IMPORTED_MODULE_1__);
8715
8715
  /* harmony import */ var ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("23a4");
@@ -8933,7 +8933,7 @@ function checkTalkingEnv(_x, _x2, _x3) {
8933
8933
  }
8934
8934
 
8935
8935
  function _checkTalkingEnv() {
8936
- _checkTalkingEnv = Object(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
8936
+ _checkTalkingEnv = Object(F_project_crm_refactor_new_cnhis_design_v2_node_modules_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(assemblyId, sdkInfo, constraints) {
8937
8937
  var _sips;
8938
8938
 
8939
8939
  var mediaConstraints, getSips, getDeviceAuth, chooseSip, _status, sip, sips, id, status, value;
@@ -12769,7 +12769,7 @@ function _classCallCheck(instance, Constructor) {
12769
12769
 
12770
12770
  "use strict";
12771
12771
 
12772
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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&
12772
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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&
12773
12773
  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}})])}
12774
12774
  var staticRenderFns = []
12775
12775
 
@@ -2547,7 +2547,7 @@ var es_promise_finally = __webpack_require__("a79d");
2547
2547
  // EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
2548
2548
  var es_function_name_js_ = __webpack_require__("db0a");
2549
2549
 
2550
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"465c662c-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-sip.vue?vue&type=template&id=f91c2090&scoped=true&
2550
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"e71d8954-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-sip.vue?vue&type=template&id=f91c2090&scoped=true&
2551
2551
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('a-modal',{attrs:{"wrapClassName":"standard-modal standard-modal-white has-mask","title":"请选择音视频设备","visible":_vm.visible,"maskClosable":false,"width":458,"destroyOnClose":""},on:{"cancel":_vm.handleCancel,"ok":_vm.handleOk}},[_c('div',[_c('div',{staticClass:"search-header"},[_c('a-select',{staticClass:"status-select",attrs:{"allowClear":"","placeholder":"全部"},model:{value:(_vm.status),callback:function ($$v) {_vm.status=$$v},expression:"status"}},_vm._l((_vm.statusList),function(item){return _c('a-select-option',{key:item.value},[_vm._v(" "+_vm._s(item.label)+" ")])}),1),_c('a-input-search',{attrs:{"placeholder":"输入关键字搜索","enter-button":""},on:{"search":_vm.onSearch}})],1),_c('div',{staticClass:"sip-title"},[_vm._v("音视频设备")]),_c('div',{staticClass:"sip-list"},_vm._l((_vm.sipList),function(item){return _c('div',{key:item.id,class:{ 'is-busy': item.status == 2, 'sip-item': true },on:{"click":function($event){return _vm.handleChecked(item.id)}}},[_c('div',{staticClass:"sip-icon"}),_c('div',{staticClass:"sip-name"},[_vm._v(_vm._s(item.name))]),_c('div',{staticClass:"sip-status"},[_vm._v(" "+_vm._s(item.status == 2 ? '使用中' : _vm.sipId === item.id ? '已选择' : '空闲')+" ")])])}),0)])])],1)}
2552
2552
  var staticRenderFns = []
2553
2553
 
@@ -1587,14 +1587,14 @@ __webpack_require__.r(__webpack_exports__);
1587
1587
  /* harmony import */ var ant_design_vue_es_notification_style__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_notification_style__WEBPACK_IMPORTED_MODULE_0__);
1588
1588
  /* harmony import */ var ant_design_vue_es_notification__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("8710");
1589
1589
  /* harmony import */ var ant_design_vue_es_notification__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(ant_design_vue_es_notification__WEBPACK_IMPORTED_MODULE_1__);
1590
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e260");
1591
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2__);
1592
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("e6cf");
1593
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3__);
1594
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("cca6");
1595
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4__);
1596
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("a79d");
1597
- /* harmony import */ var E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(E_project_cnhis_design_vue2_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5__);
1590
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e260");
1591
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_array_iterator_js__WEBPACK_IMPORTED_MODULE_2__);
1592
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("e6cf");
1593
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_js__WEBPACK_IMPORTED_MODULE_3__);
1594
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("cca6");
1595
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_4__);
1596
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("a79d");
1597
+ /* harmony import */ var F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(F_project_crm_refactor_new_cnhis_design_v2_node_modules_core_js_modules_es_promise_finally_js__WEBPACK_IMPORTED_MODULE_5__);
1598
1598
 
1599
1599
 
1600
1600