eoss-ui 0.7.38 → 0.7.39

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 +25 -37
  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 +19 -31
  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 +0 -1
  47. package/packages/main/src/simplicity/message.vue +1 -5
  48. package/packages/main/src/simplicity/notice.vue +1 -4
  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=467951a0&
60589
+ var mainvue_type_template_id_467951a0_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_467951a0_staticRenderFns = []
60710
+ mainvue_type_template_id_467951a0_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=467951a0&
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=1ebe665a&
64322
+ var messagevue_type_template_id_1ebe665a_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_1ebe665a_staticRenderFns = []
64488
+ messagevue_type_template_id_1ebe665a_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=1ebe665a&
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; };
@@ -64728,12 +64726,7 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64728
64726
  url: handlerUrl,
64729
64727
  title: title,
64730
64728
  id: id
64731
- }, jsonData, {
64732
- callBack: function callBack() {
64733
- _this4.count -= 1;
64734
- _this4.msgs.splice(index, 1);
64735
- }
64736
- })
64729
+ }, jsonData)
64737
64730
  });
64738
64731
  return;
64739
64732
  }
@@ -64790,8 +64783,8 @@ var messagevue_type_script_lang_js_extends = Object.assign || function (target)
64790
64783
 
64791
64784
  var message_component = normalizeComponent(
64792
64785
  simplicity_messagevue_type_script_lang_js_,
64793
- messagevue_type_template_id_1a8c1efc_render,
64794
- messagevue_type_template_id_1a8c1efc_staticRenderFns,
64786
+ messagevue_type_template_id_1ebe665a_render,
64787
+ messagevue_type_template_id_1ebe665a_staticRenderFns,
64795
64788
  false,
64796
64789
  null,
64797
64790
  null,
@@ -64800,8 +64793,8 @@ var message_component = normalizeComponent(
64800
64793
  )
64801
64794
 
64802
64795
  /* 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 () {
64796
+ // 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=8640e12c&
64797
+ var noticevue_type_template_id_8640e12c_render = function () {
64805
64798
  var _vm = this
64806
64799
  var _h = _vm.$createElement
64807
64800
  var _c = _vm._self._c || _h
@@ -64949,11 +64942,11 @@ var noticevue_type_template_id_0e636a56_render = function () {
64949
64942
  ]
64950
64943
  )
64951
64944
  }
64952
- var noticevue_type_template_id_0e636a56_staticRenderFns = []
64953
- noticevue_type_template_id_0e636a56_render._withStripped = true
64945
+ var noticevue_type_template_id_8640e12c_staticRenderFns = []
64946
+ noticevue_type_template_id_8640e12c_render._withStripped = true
64954
64947
 
64955
64948
 
64956
- // CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=0e636a56&
64949
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/notice.vue?vue&type=template&id=8640e12c&
64957
64950
 
64958
64951
  // 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
64952
  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; };
@@ -65133,11 +65126,7 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65133
65126
  url: handlerUrl,
65134
65127
  title: title,
65135
65128
  id: id
65136
- }, jsonData, {
65137
- callBack: function callBack() {
65138
- _this3.index = index;
65139
- }
65140
- })
65129
+ }, jsonData)
65141
65130
  });
65142
65131
  return;
65143
65132
  }
@@ -65188,8 +65177,8 @@ var noticevue_type_script_lang_js_extends = Object.assign || function (target) {
65188
65177
 
65189
65178
  var notice_component = normalizeComponent(
65190
65179
  simplicity_noticevue_type_script_lang_js_,
65191
- noticevue_type_template_id_0e636a56_render,
65192
- noticevue_type_template_id_0e636a56_staticRenderFns,
65180
+ noticevue_type_template_id_8640e12c_render,
65181
+ noticevue_type_template_id_8640e12c_staticRenderFns,
65193
65182
  false,
65194
65183
  null,
65195
65184
  null,
@@ -73540,7 +73529,6 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73540
73529
  this.dialogs.splice(_dialog2.index, 1);
73541
73530
  }
73542
73531
  }
73543
- callBack && callBack();
73544
73532
  refresh && this.$refs.main.handleRefresh(refresh);
73545
73533
  jumpMenu && (Array.isArray(jumpMenu) ? (_$refs$main = this.$refs.main).jumpMenu.apply(_$refs$main, jumpMenu) : this.$refs.main.jumpMenu(jumpMenu));
73546
73534
  },
@@ -73683,8 +73671,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
73683
73671
 
73684
73672
  var main_src_main_component = normalizeComponent(
73685
73673
  packages_main_src_mainvue_type_script_lang_js_,
73686
- mainvue_type_template_id_2a83fe9a_render,
73687
- mainvue_type_template_id_2a83fe9a_staticRenderFns,
73674
+ mainvue_type_template_id_467951a0_render,
73675
+ mainvue_type_template_id_467951a0_staticRenderFns,
73688
73676
  false,
73689
73677
  null,
73690
73678
  null,
@@ -94368,7 +94356,7 @@ if (typeof window !== 'undefined' && window.Vue) {
94368
94356
  }
94369
94357
 
94370
94358
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
94371
- version: '0.7.38',
94359
+ version: '0.7.39',
94372
94360
  install: install,
94373
94361
  Button: packages_button,
94374
94362
  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