cnhis-design-vue 2.1.19 → 2.1.22

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 (43) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/es/age/index.js +2 -2
  3. package/es/big-table/index.js +109 -122
  4. package/es/big-table/style.css +1 -1
  5. package/es/button/index.js +35 -38
  6. package/es/captcha/index.js +3 -3
  7. package/es/checkbox/index.js +1 -1
  8. package/es/color-picker/index.js +1 -1
  9. package/es/drag-layout/index.js +36 -39
  10. package/es/editor/index.js +11 -31
  11. package/es/fabric-chart/index.js +254 -231
  12. package/es/form-table/index.js +62 -85
  13. package/es/index/index.js +689 -592
  14. package/es/index/style.css +1 -1
  15. package/es/input/index.js +1 -1
  16. package/es/map/index.js +1 -1
  17. package/es/multi-chat/index.js +210 -196
  18. package/es/multi-chat/style.css +1 -1
  19. package/es/multi-chat-client/index.js +203 -189
  20. package/es/multi-chat-client/style.css +1 -1
  21. package/es/multi-chat-history/index.js +37 -40
  22. package/es/multi-chat-record/index.js +37 -40
  23. package/es/multi-chat-setting/index.js +54 -57
  24. package/es/multi-chat-sip/index.js +1 -1
  25. package/es/radio/index.js +1 -1
  26. package/es/scale-view/index.js +70 -93
  27. package/es/select/index.js +36 -39
  28. package/es/select-label/index.js +47 -70
  29. package/es/select-person/index.js +35 -38
  30. package/es/table-filter/index.js +149 -145
  31. package/es/table-filter/style.css +1 -1
  32. package/es/tag/index.js +34 -37
  33. package/es/verification-code/index.js +2 -2
  34. package/lib/cui.common.js +783 -682
  35. package/lib/cui.umd.js +783 -682
  36. package/lib/cui.umd.min.js +24 -24
  37. package/package.json +1 -1
  38. package/packages/big-table/src/BigTable.vue +6 -1
  39. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +81 -50
  40. package/packages/multi-chat/chat/chatFooter.vue +1 -5
  41. package/packages/multi-chat/chat/chatMain.vue +29 -5
  42. package/packages/table-filter/src/const/dataOptions.js +10 -10
  43. package/packages/table-filter/src/quick-search/QuickSearch.vue +26 -0
package/es/input/index.js CHANGED
@@ -236,7 +236,7 @@ var create = __webpack_require__("8aef");
236
236
  name: 'input-password',
237
237
  extends: input_default.a.Password
238
238
  }));
239
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3fd9a2cc-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/input/src/input-quick/components/quick-popover.vue?vue&type=template&id=7edc9bf3&
239
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"44f1b572-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/input/src/input-quick/components/quick-popover.vue?vue&type=template&id=7edc9bf3&
240
240
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-popover',{ref:"popoverRef",attrs:{"trigger":"click","placement":"bottomLeft","overlayClassName":"form-quick-reply quick_reply_c-content","visible":_vm.popoverVisible},on:{"visibleChange":_vm.handleVisibleChange}},[_c('div',{ref:"q-title",attrs:{"slot":"title"},slot:"title"},[_c('span',[_vm._v(" 快速输入 ")]),_c('a-icon',{staticClass:"float-r",attrs:{"type":"close"},on:{"click":function($event){_vm.popoverVisible = false}}})],1),_c('div',{ref:"q-container",staticClass:"quick-reply-container",attrs:{"slot":"content"},slot:"content"},[(_vm.is_category)?_c('a-tabs',{model:{value:(_vm.quickReplyKey),callback:function ($$v) {_vm.quickReplyKey=$$v},expression:"quickReplyKey"}},_vm._l((_vm.quickData),function(data){return _c('a-tab-pane',{key:data.category,attrs:{"tab":data.tabName}},[_c('template',{slot:"tab"},[_vm._v(_vm._s(data.category || data.categoryName))]),(data.list.length > 0)?_c('div',{ref:"quick-reply",refInFor:true,staticClass:"quick-reply-wrapper"},[_vm._l((data.list),function(item,index){return [_c('quick-item',_vm._g({key:index,attrs:{"isOrgAdmin":_vm.isOrgAdmin,"item":item,"categoryConfig":data},on:{"handleEditItem":function($event){return _vm.handlerEditQieckItem(item, 'show', data, index)},"handlerDelQieckItem":function($event){return _vm.handlerDelQieckItem(item, data, index)},"handleCancelItem":function($event){return _vm.handlerEditQieckItem(item, 'cancel', data, index)},"handleOkItem":function($event){return _vm.handlerEditQieckItem(item, 'ok', data, index)}}},_vm.$listeners))]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(" 没有更多了 "),_vm._v(" ~ ")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(" 暂无数据 ")])])],2)}),1):_c('div',[(_vm.quickData.length > 0)?_c('div',{ref:"quick-reply",staticClass:"quick-reply-wrapper"},[_vm._l((_vm.quickData),function(item,index){return [_c('quick-item',_vm._g({key:index,attrs:{"isOrgAdmin":_vm.isOrgAdmin,"item":item,"categoryConfig":{}},on:{"handleEditItem":function($event){return _vm.handlerEditQieckItem(item, 'show', {}, index)},"handlerDelQieckItem":function($event){return _vm.handlerDelQieckItem(item, {}, index)},"handleCancelItem":function($event){return _vm.handlerEditQieckItem(item, 'cancel', {}, index)},"handleOkItem":function($event){return _vm.handlerEditQieckItem(item, 'ok', {}, index)}}},_vm.$listeners))]}),_c('div',{staticStyle:{"text-align":"center","margin-top":"10px"}},[_vm._v(" 没有更多了 "),_vm._v(" ~ ")])],2):_c('div',{staticClass:"quick-reply-no-wrapper"},[_c('span',{staticStyle:{"display":"inline-block","margin-top":"20px","font-size":"20px"}},[_vm._v(" 暂无数据 ")])])]),_c('div'),(_vm.powerFn)?_c('div',{staticClass:"quick-add",on:{"click":function($event){$event.preventDefault();$event.stopPropagation();return _vm.handleQuickAdd(false)}}},[_c('a-icon',{attrs:{"type":"plus"}}),_vm._v(" 新增 ")],1):_vm._e()],1),_c('div',[_vm._t("default")],2)])}
241
241
  var staticRenderFns = []
242
242
 
package/es/map/index.js CHANGED
@@ -957,7 +957,7 @@ module.exports = require("ant-design-vue/es/button/style");
957
957
 
958
958
  "use strict";
959
959
 
960
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"3fd9a2cc-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/map/src/Map.vue?vue&type=template&id=262a05a2&scoped=true&
960
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"44f1b572-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/map/src/Map.vue?vue&type=template&id=262a05a2&scoped=true&
961
961
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"map"},[_c('div',{staticClass:"search-container"},[_c('div',[_c('a-input-search',{attrs:{"placeholder":"请输入地址","enter-button":"检索"},on:{"search":_vm.searchKeyword},model:{value:(_vm.searchKey),callback:function ($$v) {_vm.searchKey=$$v},expression:"searchKey"}})],1)]),_c('div',{attrs:{"id":"map-core"}}),(_vm.addressList && _vm.addressList.length)?_c('ul',{staticClass:"address-list"},[_c('li',[_vm._v(" 地址:"+_vm._s(_vm.addressList[0] && _vm.addressList[0].name)+" "),_c('a-button',{attrs:{"type":"primary","size":"small"},on:{"click":function($event){return _vm.selectLocation(_vm.addressList[0], 'li')}}},[_vm._v(" 确定")])],1),_vm._l((_vm.addressList),function(item,index){return _c('li',{key:index,staticClass:"address-item"},[_c('div',{on:{"click":function($event){return _vm.selectLocation(item, 'div')}}},[_c('div',{staticClass:"title"},[_vm._v(_vm._s(item.name))]),_c('span',[_vm._v(_vm._s(item.address))])])])})],2):_vm._e()])}
962
962
  var staticRenderFns = []
963
963