eoss-ui 0.7.38 → 0.7.40

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 (50) hide show
  1. package/lib/button-group.js +1 -3
  2. package/lib/button.js +1 -3
  3. package/lib/calogin.js +1 -3
  4. package/lib/checkbox-group.js +1 -3
  5. package/lib/data-table-form.js +1 -3
  6. package/lib/data-table.js +1 -3
  7. package/lib/date-picker.js +1 -3
  8. package/lib/dialog.js +1 -3
  9. package/lib/eoss-ui.common.js +52 -39
  10. package/lib/flow-group.js +1 -3
  11. package/lib/flow-list.js +1 -3
  12. package/lib/flow.js +1 -3
  13. package/lib/form.js +1 -3
  14. package/lib/handle-user.js +1 -3
  15. package/lib/handler.js +1 -3
  16. package/lib/icon.js +1 -3
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +1 -3
  19. package/lib/input.js +1 -3
  20. package/lib/login.js +1 -3
  21. package/lib/main.js +46 -33
  22. package/lib/nav.js +1 -3
  23. package/lib/page.js +1 -3
  24. package/lib/pagination.js +1 -3
  25. package/lib/player.js +1 -3
  26. package/lib/qr-code.js +1 -3
  27. package/lib/radio-group.js +1 -3
  28. package/lib/retrial-auth.js +1 -3
  29. package/lib/select-ganged.js +1 -3
  30. package/lib/select.js +1 -3
  31. package/lib/selector-panel.js +1 -3
  32. package/lib/selector.js +1 -3
  33. package/lib/sizer.js +1 -3
  34. package/lib/steps.js +1 -3
  35. package/lib/switch.js +1 -3
  36. package/lib/table-form.js +1 -3
  37. package/lib/tabs.js +1 -3
  38. package/lib/tips.js +1 -3
  39. package/lib/tree-group.js +1 -3
  40. package/lib/tree.js +1 -3
  41. package/lib/upload.js +1 -3
  42. package/lib/utils/util.js +1 -3
  43. package/lib/wujie.js +1 -3
  44. package/lib/wxlogin.js +1 -3
  45. package/package.json +1 -1
  46. package/packages/main/src/main.vue +14 -8
  47. package/packages/main/src/simplicity/message.vue +7 -4
  48. package/packages/main/src/simplicity/notice.vue +9 -3
  49. package/src/index.js +1 -1
  50. package/src/utils/util.js +1 -3
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/button.js CHANGED
@@ -693,8 +693,6 @@ var busEmit = function busEmit(that, _ref3) {
693
693
  }
694
694
  return;
695
695
  }
696
- console.log('busEmit', method, args);
697
-
698
696
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
699
697
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
700
698
  }
@@ -1055,7 +1053,7 @@ var esDecode = function esDecode(value) {
1055
1053
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1056
1054
  }
1057
1055
  // eslint-disable-next-line no-eval
1058
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1056
+ result = String.fromCharCode.apply(null, arr);
1059
1057
  return result;
1060
1058
  };
1061
1059
 
package/lib/calogin.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/data-table.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -693,8 +693,6 @@ var busEmit = function busEmit(that, _ref3) {
693
693
  }
694
694
  return;
695
695
  }
696
- console.log('busEmit', method, args);
697
-
698
696
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
699
697
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
700
698
  }
@@ -1055,7 +1053,7 @@ var esDecode = function esDecode(value) {
1055
1053
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1056
1054
  }
1057
1055
  // eslint-disable-next-line no-eval
1058
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1056
+ result = String.fromCharCode.apply(null, arr);
1059
1057
  return result;
1060
1058
  };
1061
1059
 
package/lib/dialog.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -60587,8 +60585,8 @@ login_src_main.install = function (Vue) {
60587
60585
  };
60588
60586
 
60589
60587
  /* harmony default export */ var login = (login_src_main);
60590
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=2a83fe9a&
60591
- var mainvue_type_template_id_2a83fe9a_render = function () {
60588
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=431974fc&
60589
+ var mainvue_type_template_id_431974fc_render = function () {
60592
60590
  var _vm = this
60593
60591
  var _h = _vm.$createElement
60594
60592
  var _c = _vm._self._c || _h
@@ -60708,11 +60706,11 @@ var mainvue_type_template_id_2a83fe9a_render = function () {
60708
60706
  )
60709
60707
  : _vm._e()
60710
60708
  }
60711
- var mainvue_type_template_id_2a83fe9a_staticRenderFns = []
60712
- mainvue_type_template_id_2a83fe9a_render._withStripped = true
60709
+ var mainvue_type_template_id_431974fc_staticRenderFns = []
60710
+ mainvue_type_template_id_431974fc_render._withStripped = true
60713
60711
 
60714
60712
 
60715
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2a83fe9a&
60713
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=431974fc&
60716
60714
 
60717
60715
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=6f091da5&scoped=true&
60718
60716
  var simplicityvue_type_template_id_6f091da5_scoped_true_render = function () {
@@ -64320,8 +64318,8 @@ var user_component = normalizeComponent(
64320
64318
  )
64321
64319
 
64322
64320
  /* harmony default export */ var simplicity_user = (user_component.exports);
64323
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/message.vue?vue&type=template&id=1a8c1efc&
64324
- var messagevue_type_template_id_1a8c1efc_render = function () {
64321
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/message.vue?vue&type=template&id=1e1fa588&
64322
+ var messagevue_type_template_id_1e1fa588_render = function () {
64325
64323
  var _vm = this
64326
64324
  var _h = _vm.$createElement
64327
64325
  var _c = _vm._self._c || _h
@@ -64486,11 +64484,11 @@ var messagevue_type_template_id_1a8c1efc_render = function () {
64486
64484
  1
64487
64485
  )
64488
64486
  }
64489
- var messagevue_type_template_id_1a8c1efc_staticRenderFns = []
64490
- messagevue_type_template_id_1a8c1efc_render._withStripped = true
64487
+ var messagevue_type_template_id_1e1fa588_staticRenderFns = []
64488
+ messagevue_type_template_id_1e1fa588_render._withStripped = true
64491
64489
 
64492
64490
 
64493
- // CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=1a8c1efc&
64491
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=template&id=1e1fa588&
64494
64492
 
64495
64493
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/message.vue?vue&type=script&lang=js&
64496
64494
  var messagevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -64634,6 +64632,8 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64634
64632
  },
64635
64633
  mounted: function mounted() {
64636
64634
  utils_util["a" /* default */].win.deleteMsg = this.handleRemove;
64635
+ var bus = this.bus || this.$root.Bus;
64636
+ bus && bus.$on('deleteMessage', this.handleRemove);
64637
64637
  },
64638
64638
 
64639
64639
  methods: {
@@ -64729,10 +64729,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64729
64729
  title: title,
64730
64730
  id: id
64731
64731
  }, jsonData, {
64732
- callBack: function callBack() {
64733
- _this4.count -= 1;
64734
- _this4.msgs.splice(index, 1);
64735
- }
64732
+ callback: 'handleRemove'
64736
64733
  })
64737
64734
  });
64738
64735
  return;
@@ -64776,6 +64773,10 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64776
64773
  handleClose: function handleClose() {
64777
64774
  this.$parent.$emit('bus-emit', 'waitdone');
64778
64775
  }
64776
+ },
64777
+ destroyed: function destroyed() {
64778
+ var bus = this.bus || this.$root.Bus;
64779
+ bus.$off('deleteMessage', this.handleRemove);
64779
64780
  }
64780
64781
  });
64781
64782
  // CONCATENATED MODULE: ./packages/main/src/simplicity/message.vue?vue&type=script&lang=js&
@@ -64790,8 +64791,8 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64790
64791
 
64791
64792
  var message_component = normalizeComponent(
64792
64793
  simplicity_messagevue_type_script_lang_js_,
64793
- messagevue_type_template_id_1a8c1efc_render,
64794
- messagevue_type_template_id_1a8c1efc_staticRenderFns,
64794
+ messagevue_type_template_id_1e1fa588_render,
64795
+ messagevue_type_template_id_1e1fa588_staticRenderFns,
64795
64796
  false,
64796
64797
  null,
64797
64798
  null,
@@ -64800,8 +64801,8 @@ var message_component = normalizeComponent(
64800
64801
  )
64801
64802
 
64802
64803
  /* harmony default export */ var simplicity_message = (message_component.exports);
64803
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/notice.vue?vue&type=template&id=0e636a56&
64804
- var noticevue_type_template_id_0e636a56_render = function () {
64804
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/notice.vue?vue&type=template&id=15704157&
64805
+ var noticevue_type_template_id_15704157_render = function () {
64805
64806
  var _vm = this
64806
64807
  var _h = _vm.$createElement
64807
64808
  var _c = _vm._self._c || _h
@@ -64949,11 +64950,11 @@ var noticevue_type_template_id_0e636a56_render = function () {
64949
64950
  ]
64950
64951
  )
64951
64952
  }
64952
- var noticevue_type_template_id_0e636a56_staticRenderFns = []
64953
- noticevue_type_template_id_0e636a56_render._withStripped = true
64953
+ var noticevue_type_template_id_15704157_staticRenderFns = []
64954
+ noticevue_type_template_id_15704157_render._withStripped = true
64954
64955
 
64955
64956
 
64956
- // CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=0e636a56&
64957
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=15704157&
64957
64958
 
64958
64959
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/notice.vue?vue&type=script&lang=js&
64959
64960
  var noticevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -65069,6 +65070,10 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65069
65070
  index: null
65070
65071
  };
65071
65072
  },
65073
+ mounted: function mounted() {
65074
+ var bus = this.bus || this.$root.Bus;
65075
+ bus && bus.$on('deleteNotice', this.handleRemove);
65076
+ },
65072
65077
 
65073
65078
  methods: {
65074
65079
  afterEnter: function afterEnter() {
@@ -65134,9 +65139,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65134
65139
  title: title,
65135
65140
  id: id
65136
65141
  }, jsonData, {
65137
- callBack: function callBack() {
65138
- _this3.index = index;
65139
- }
65142
+ callback: 'deleteNotice'
65140
65143
  })
65141
65144
  });
65142
65145
  return;
@@ -65173,6 +65176,10 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65173
65176
  },
65174
65177
  handleClose: function handleClose() {
65175
65178
  this.$parent.$emit('bus-emit', 'waitdone');
65179
+ },
65180
+ destroyed: function destroyed() {
65181
+ var bus = this.bus || this.$root.Bus;
65182
+ bus.$off('deleteNotice', this.handleRemove);
65176
65183
  }
65177
65184
  }
65178
65185
  });
@@ -65188,8 +65195,8 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65188
65195
 
65189
65196
  var notice_component = normalizeComponent(
65190
65197
  simplicity_noticevue_type_script_lang_js_,
65191
- noticevue_type_template_id_0e636a56_render,
65192
- noticevue_type_template_id_0e636a56_staticRenderFns,
65198
+ noticevue_type_template_id_15704157_render,
65199
+ noticevue_type_template_id_15704157_staticRenderFns,
65193
65200
  false,
65194
65201
  null,
65195
65202
  null,
@@ -73261,7 +73268,6 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73261
73268
  this.$nextTick(function () {
73262
73269
  _this.getConfig();
73263
73270
  var bus = _this.bus || _this.$root.Bus;
73264
- console.log('bus', bus);
73265
73271
  if (bus) {
73266
73272
  bus.$on('reLogin', _this.handleReLogin);
73267
73273
  bus.$on('refresh', _this.$refs.main.handleRefresh);
@@ -73513,15 +73519,13 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73513
73519
  * @date 2024年9月7日
73514
73520
  **/
73515
73521
  winClose: function winClose(_ref2) {
73516
- var _$refs$main;
73517
-
73518
73522
  var url = _ref2.url,
73519
73523
  appCode = _ref2.appCode,
73520
73524
  id = _ref2.id,
73521
73525
  index = _ref2.index,
73522
73526
  refresh = _ref2.refresh,
73523
73527
  jumpMenu = _ref2.jumpMenu,
73524
- callBack = _ref2.callBack;
73528
+ callback = _ref2.callback;
73525
73529
 
73526
73530
  if (!appCode && !id) {
73527
73531
  console.error('参数错误,缺少appCode或者id');
@@ -73540,9 +73544,18 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73540
73544
  this.dialogs.splice(_dialog2.index, 1);
73541
73545
  }
73542
73546
  }
73543
- callBack && callBack();
73544
- refresh && this.$refs.main.handleRefresh(refresh);
73545
- jumpMenu && (Array.isArray(jumpMenu) ? (_$refs$main = this.$refs.main).jumpMenu.apply(_$refs$main, jumpMenu) : this.$refs.main.jumpMenu(jumpMenu));
73547
+ if (callback) {
73548
+ var bus = this.bus || this.$root.Bus;
73549
+ if (bus) {
73550
+ // 主应用发送事件
73551
+ bus.$emit(callback, arguments[0]);
73552
+ }
73553
+ } else {
73554
+ var _$refs$main;
73555
+
73556
+ refresh && this.$refs.main.handleRefresh(refresh);
73557
+ jumpMenu && (Array.isArray(jumpMenu) ? (_$refs$main = this.$refs.main).jumpMenu.apply(_$refs$main, jumpMenu) : this.$refs.main.jumpMenu(jumpMenu));
73558
+ }
73546
73559
  },
73547
73560
 
73548
73561
 
@@ -73683,8 +73696,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73683
73696
 
73684
73697
  var main_src_main_component = normalizeComponent(
73685
73698
  packages_main_src_mainvue_type_script_lang_js_,
73686
- mainvue_type_template_id_2a83fe9a_render,
73687
- mainvue_type_template_id_2a83fe9a_staticRenderFns,
73699
+ mainvue_type_template_id_431974fc_render,
73700
+ mainvue_type_template_id_431974fc_staticRenderFns,
73688
73701
  false,
73689
73702
  null,
73690
73703
  null,
@@ -94368,7 +94381,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94368
94381
  }
94369
94382
 
94370
94383
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94371
- version: '0.7.38',
94384
+ version: '0.7.40',
94372
94385
  install: install,
94373
94386
  Button: packages_button,
94374
94387
  ButtonGroup: button_group,
package/lib/flow-group.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/flow-list.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/flow.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/form.js CHANGED
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
@@ -692,8 +692,6 @@ var busEmit = function busEmit(that, _ref3) {
692
692
  }
693
693
  return;
694
694
  }
695
- console.log('busEmit', method, args);
696
-
697
695
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
698
696
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
699
697
  }
@@ -1054,7 +1052,7 @@ var esDecode = function esDecode(value) {
1054
1052
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1055
1053
  }
1056
1054
  // eslint-disable-next-line no-eval
1057
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1055
+ result = String.fromCharCode.apply(null, arr);
1058
1056
  return result;
1059
1057
  };
1060
1058
 
package/lib/handler.js CHANGED
@@ -693,8 +693,6 @@ var busEmit = function busEmit(that, _ref3) {
693
693
  }
694
694
  return;
695
695
  }
696
- console.log('busEmit', method, args);
697
-
698
696
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
699
697
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
700
698
  }
@@ -1055,7 +1053,7 @@ var esDecode = function esDecode(value) {
1055
1053
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1056
1054
  }
1057
1055
  // eslint-disable-next-line no-eval
1058
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1056
+ result = String.fromCharCode.apply(null, arr);
1059
1057
  return result;
1060
1058
  };
1061
1059
 
package/lib/icon.js CHANGED
@@ -693,8 +693,6 @@ var busEmit = function busEmit(that, _ref3) {
693
693
  }
694
694
  return;
695
695
  }
696
- console.log('busEmit', method, args);
697
-
698
696
  var _bus = that ? that.bus || that.$root.Bus || that.$root.$bus : null;
699
697
  _bus && (Array.isArray(args) ? _bus.$emit.apply(_bus, [method].concat(args)) : _bus.$emit(method, args));
700
698
  }
@@ -1055,7 +1053,7 @@ var esDecode = function esDecode(value) {
1055
1053
  arr[i] = cat1 * kleng * kleng + cat2 * kleng + cat3;
1056
1054
  }
1057
1055
  // eslint-disable-next-line no-eval
1058
- result = eval('String.fromCharCode(' + arr.join(',') + ')');
1056
+ result = String.fromCharCode.apply(null, arr);
1059
1057
  return result;
1060
1058
  };
1061
1059