eoss-ui 0.6.73 → 0.6.75

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.
package/lib/login.js CHANGED
@@ -4340,7 +4340,7 @@ var nightImg = 'data:image/jpeg;base64,/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBA
4340
4340
  // ESM COMPAT FLAG
4341
4341
  __webpack_require__.r(__webpack_exports__);
4342
4342
 
4343
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=7795d992&
4343
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=5a822b69&
4344
4344
  var render = function () {
4345
4345
  var _vm = this
4346
4346
  var _h = _vm.$createElement
@@ -5634,7 +5634,7 @@ var staticRenderFns = [
5634
5634
  render._withStripped = true
5635
5635
 
5636
5636
 
5637
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=7795d992&
5637
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=5a822b69&
5638
5638
 
5639
5639
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
5640
5640
  var regenerator_ = __webpack_require__(4);
@@ -7186,10 +7186,6 @@ var ceshi = util["a" /* default */].getParams('ceshi');
7186
7186
  downloadSetup: '',
7187
7187
  app: '',
7188
7188
  qrimg: '',
7189
- ios: '',
7190
- android: '',
7191
- pad: '',
7192
- ipad: '',
7193
7189
  interval: null,
7194
7190
  showResetPassword: false,
7195
7191
  operationCheckCode: '',
package/lib/main.js CHANGED
@@ -4419,8 +4419,8 @@ render._withStripped = true
4419
4419
  // EXTERNAL MODULE: ./src/config/image.js
4420
4420
  var config_image = __webpack_require__(20);
4421
4421
 
4422
- // 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=a8c92006&scoped=true&
4423
- var simplicityvue_type_template_id_a8c92006_scoped_true_render = function () {
4422
+ // 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=532a2b35&scoped=true&
4423
+ var simplicityvue_type_template_id_532a2b35_scoped_true_render = function () {
4424
4424
  var _vm = this
4425
4425
  var _h = _vm.$createElement
4426
4426
  var _c = _vm._self._c || _h
@@ -5086,11 +5086,11 @@ var simplicityvue_type_template_id_a8c92006_scoped_true_render = function () {
5086
5086
  ),
5087
5087
  ])
5088
5088
  }
5089
- var simplicityvue_type_template_id_a8c92006_scoped_true_staticRenderFns = []
5090
- simplicityvue_type_template_id_a8c92006_scoped_true_render._withStripped = true
5089
+ var simplicityvue_type_template_id_532a2b35_scoped_true_staticRenderFns = []
5090
+ simplicityvue_type_template_id_532a2b35_scoped_true_render._withStripped = true
5091
5091
 
5092
5092
 
5093
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=a8c92006&scoped=true&
5093
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=532a2b35&scoped=true&
5094
5094
 
5095
5095
  // 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/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
5096
5096
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -11316,6 +11316,9 @@ var events = [function (tabs, index, that) {
11316
11316
  this.themeColor = color;
11317
11317
  }
11318
11318
  }
11319
+ if (results[i].indexUrl) {
11320
+ this.indexUrl = results[i].indexUrl;
11321
+ }
11319
11322
  this.userStyle = results[i];
11320
11323
  this.notify = results[i].notify || '';
11321
11324
  }
@@ -11497,7 +11500,7 @@ var events = [function (tabs, index, that) {
11497
11500
  store["a" /* default */].set('nav', this.menus);
11498
11501
  if (this.indexUrl) {
11499
11502
  var obj = this.getMenu(this.menus, this.indexUrl);
11500
- obj = obj ? obj : {
11503
+ obj = obj ? JSON.parse(JSON.stringify(obj)) : {
11501
11504
  url: this.indexUrl,
11502
11505
  text: '工作台',
11503
11506
  id: '0',
@@ -11519,6 +11522,7 @@ var events = [function (tabs, index, that) {
11519
11522
  if (app.url) {
11520
11523
  var _obj = this.getMenu(this.menus, app.url);
11521
11524
  if (_obj) {
11525
+ _obj = JSON.parse(JSON.stringify(_obj));
11522
11526
  var tab = this.setIframeType(_obj);
11523
11527
  this.tabs = [tab];
11524
11528
  this.activeName = tab.id;
@@ -11532,8 +11536,10 @@ var events = [function (tabs, index, that) {
11532
11536
  if (subMenus) {
11533
11537
  var _obj2 = this.getMenu(this.menus, this.appCode, 'appCode');
11534
11538
  if (_obj2) {
11535
- if (!_obj2.url) {
11536
- _obj2 = this.getFirst(_obj2);
11539
+ if (_obj2.url) {
11540
+ _obj2 = JSON.parse(JSON.stringify(_obj2));
11541
+ } else {
11542
+ _obj2 = JSON.parse(JSON.stringify(this.getFirst(_obj2)));
11537
11543
  }
11538
11544
  this.subActive = _obj2.id;
11539
11545
  var _tab = this.setIframeType(_obj2);
@@ -11554,6 +11560,7 @@ var events = [function (tabs, index, that) {
11554
11560
  if (this.tabs.length == 0) {
11555
11561
  var _obj3 = this.getFirst(_subMenus);
11556
11562
  if (_obj3) {
11563
+ _obj3 = JSON.parse(JSON.stringify(_obj3));
11557
11564
  this.subActive = _obj3.id;
11558
11565
  var _tab2 = this.setIframeType(_obj3);
11559
11566
  this.tabs = [_tab2];
@@ -11572,7 +11579,7 @@ var events = [function (tabs, index, that) {
11572
11579
  } else if (this.initApps && this.initApps.length && !this.indexUrl) {
11573
11580
  var _obj4 = this.getMenu(this.menus, this.initApps[this.initApps.length - 1]);
11574
11581
  if (_obj4) {
11575
- var _tab3 = this.setIframeType(_obj4);
11582
+ var _tab3 = this.setIframeType(JSON.parse(JSON.stringify(_obj4)));
11576
11583
  this.tabs.push(_tab3);
11577
11584
  this.activeName = _tab3.id;
11578
11585
  }
@@ -11651,7 +11658,7 @@ var events = [function (tabs, index, that) {
11651
11658
  if (item[key] === res) {
11652
11659
  return item;
11653
11660
  }
11654
- } else if (item.url === res || item.id === res || item.appCode && item.appCode === res) {
11661
+ } else if (item.url === res || item.id === res || item.appCode === res) {
11655
11662
  return item;
11656
11663
  }
11657
11664
  if (Object.prototype.hasOwnProperty.call(item, 'children') && item.children.length) {
@@ -11898,6 +11905,7 @@ var events = [function (tabs, index, that) {
11898
11905
  if (i == -1) {
11899
11906
  var obj = res.code ? this.getMenu(this.menus, res.code, 'appCode') : null;
11900
11907
  if (obj) {
11908
+ obj = JSON.parse(JSON.stringify(obj));
11901
11909
  var n = util["a" /* default */].indexOfObj(this.tabs, obj, 'id');
11902
11910
  if (n == -1) {
11903
11911
  var tab = this.setIframeType(obj);
@@ -11933,6 +11941,7 @@ var events = [function (tabs, index, that) {
11933
11941
  this.showMenu = subMenus ? subMenus.children && subMenus.children.length > 0 || subMenus.fourthTabs && subMenus.fourthTabs.length > 0 : false;
11934
11942
  this.showApps = false;
11935
11943
  if (subMenus && subMenus.url) {
11944
+ subMenus = JSON.parse(JSON.stringify(subMenus));
11936
11945
  var _i = util["a" /* default */].indexOfObj(this.tabs, subMenus, 'id');
11937
11946
  this.activeName = subMenus.id;
11938
11947
  if (_i == -1) {
@@ -11940,7 +11949,7 @@ var events = [function (tabs, index, that) {
11940
11949
  this.tabs.push(_tab5);
11941
11950
  } else {
11942
11951
  if (subMenus.method == 'iframe') {
11943
- subMenus.url = util["a" /* default */].handlerUrl(subMenus.url);
11952
+ this.tabs[_i].url = util["a" /* default */].handlerUrl(subMenus.url);
11944
11953
  }
11945
11954
  }
11946
11955
  }
@@ -12405,6 +12414,7 @@ var events = [function (tabs, index, that) {
12405
12414
  }
12406
12415
  var obj = this.getMenu(this.menus, apps[apps.length - 1]);
12407
12416
  if (obj) {
12417
+ obj = JSON.parse(JSON.stringify(obj));
12408
12418
  var i = util["a" /* default */].indexOfObj(this.tabs, obj, 'id,code,appCode');
12409
12419
  var n = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
12410
12420
  var old = this.activeName;
@@ -12498,18 +12508,18 @@ var events = [function (tabs, index, that) {
12498
12508
 
12499
12509
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
12500
12510
  src_simplicityvue_type_script_lang_js_,
12501
- simplicityvue_type_template_id_a8c92006_scoped_true_render,
12502
- simplicityvue_type_template_id_a8c92006_scoped_true_staticRenderFns,
12511
+ simplicityvue_type_template_id_532a2b35_scoped_true_render,
12512
+ simplicityvue_type_template_id_532a2b35_scoped_true_staticRenderFns,
12503
12513
  false,
12504
12514
  null,
12505
- "a8c92006",
12515
+ "532a2b35",
12506
12516
  null
12507
12517
 
12508
12518
  )
12509
12519
 
12510
12520
  /* harmony default export */ var simplicity = (simplicity_component.exports);
12511
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=51c8d794&
12512
- var defaultvue_type_template_id_51c8d794_render = function () {
12521
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=5f979f7b&
12522
+ var defaultvue_type_template_id_5f979f7b_render = function () {
12513
12523
  var _vm = this
12514
12524
  var _h = _vm.$createElement
12515
12525
  var _c = _vm._self._c || _h
@@ -13060,11 +13070,11 @@ var defaultvue_type_template_id_51c8d794_render = function () {
13060
13070
  1
13061
13071
  )
13062
13072
  }
13063
- var defaultvue_type_template_id_51c8d794_staticRenderFns = []
13064
- defaultvue_type_template_id_51c8d794_render._withStripped = true
13073
+ var defaultvue_type_template_id_5f979f7b_staticRenderFns = []
13074
+ defaultvue_type_template_id_5f979f7b_render._withStripped = true
13065
13075
 
13066
13076
 
13067
- // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=51c8d794&
13077
+ // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=5f979f7b&
13068
13078
 
13069
13079
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=516cb128&
13070
13080
  var userinfovue_type_template_id_516cb128_render = function () {
@@ -15268,6 +15278,9 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
15268
15278
  if (util["a" /* default */].startWith(color, '#')) {
15269
15279
  this.color = color;
15270
15280
  }
15281
+ if (results[i].indexUrl) {
15282
+ this.indexUrl = results[i].indexUrl;
15283
+ }
15271
15284
  }
15272
15285
  if (i === 'subsystemExtend' && results[i]) {
15273
15286
  if (results[i].singleLogout) {
@@ -16501,8 +16514,8 @@ var appCode = util["a" /* default */].getParams('appCode') || util["a" /* defaul
16501
16514
 
16502
16515
  var default_component = Object(componentNormalizer["a" /* default */])(
16503
16516
  src_defaultvue_type_script_lang_js_,
16504
- defaultvue_type_template_id_51c8d794_render,
16505
- defaultvue_type_template_id_51c8d794_staticRenderFns,
16517
+ defaultvue_type_template_id_5f979f7b_render,
16518
+ defaultvue_type_template_id_5f979f7b_staticRenderFns,
16506
16519
  false,
16507
16520
  null,
16508
16521
  null,
package/lib/upload.js CHANGED
@@ -4315,8 +4315,8 @@ module.exports = require("js-base64");
4315
4315
  // ESM COMPAT FLAG
4316
4316
  __webpack_require__.r(__webpack_exports__);
4317
4317
 
4318
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
4319
- var mainvue_type_template_id_1e0d1d4c_render = function () {
4318
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8bdc905c&
4319
+ var mainvue_type_template_id_8bdc905c_render = function () {
4320
4320
  var _vm = this
4321
4321
  var _h = _vm.$createElement
4322
4322
  var _c = _vm._self._c || _h
@@ -4697,10 +4697,10 @@ var mainvue_type_template_id_1e0d1d4c_render = function () {
4697
4697
  : _vm._e()
4698
4698
  }
4699
4699
  var staticRenderFns = []
4700
- mainvue_type_template_id_1e0d1d4c_render._withStripped = true
4700
+ mainvue_type_template_id_8bdc905c_render._withStripped = true
4701
4701
 
4702
4702
 
4703
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1e0d1d4c&
4703
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8bdc905c&
4704
4704
 
4705
4705
  // EXTERNAL MODULE: ./src/config/api.js
4706
4706
  var api = __webpack_require__(1);
@@ -5045,7 +5045,7 @@ var _props;
5045
5045
  showInfo: {
5046
5046
  type: Array,
5047
5047
  default: function _default() {
5048
- return [{ label: '上传时间', field: 'uploadTime', width: 160 }, { label: '大小', field: 'fileSize', width: 100 }, { label: '上传人', field: 'userName', width: 100 }];
5048
+ return [{ label: '上传时间', field: 'uploadTime', width: 170 }, { label: '大小', field: 'fileSize', width: 100 }, { label: '上传人', field: 'userName', width: 100 }];
5049
5049
  }
5050
5050
  },
5051
5051
  // 上传地址
@@ -5179,6 +5179,7 @@ var _props;
5179
5179
  png: 'es-icon-picture',
5180
5180
  gif: 'es-icon-picture',
5181
5181
  jpg: 'es-icon-picture',
5182
+ jpeg: 'es-icon-picture',
5182
5183
  xls: 'es-icon-excel',
5183
5184
  xlsx: 'es-icon-excel',
5184
5185
  docx: 'es-icon-word',
@@ -5877,7 +5878,7 @@ var componentNormalizer = __webpack_require__(3);
5877
5878
 
5878
5879
  var component = Object(componentNormalizer["a" /* default */])(
5879
5880
  src_mainvue_type_script_lang_js_,
5880
- mainvue_type_template_id_1e0d1d4c_render,
5881
+ mainvue_type_template_id_8bdc905c_render,
5881
5882
  staticRenderFns,
5882
5883
  false,
5883
5884
  null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.6.73",
3
+ "version": "0.6.75",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -99,7 +99,7 @@
99
99
  "cp-cli": "^1.0.2",
100
100
  "cross-env": "^3.1.3",
101
101
  "css-loader": "^2.1.0",
102
- "eoss-element": "^0.3.47",
102
+ "eoss-element": "^0.3.48",
103
103
  "es6-promise": "^4.0.5",
104
104
  "eslint": "4.18.2",
105
105
  "eslint-config-elemefe": "0.1.1",
Binary file
Binary file
@@ -990,10 +990,6 @@ export default {
990
990
  downloadSetup: '',
991
991
  app: '',
992
992
  qrimg: '',
993
- ios: '',
994
- android: '',
995
- pad: '',
996
- ipad: '',
997
993
  interval: null,
998
994
  showResetPassword: false,
999
995
  operationCheckCode: '',
Binary file
@@ -998,6 +998,9 @@ export default {
998
998
  if (util.startWith(color, '#')) {
999
999
  this.color = color;
1000
1000
  }
1001
+ if (results[i].indexUrl) {
1002
+ this.indexUrl = results[i].indexUrl;
1003
+ }
1001
1004
  }
1002
1005
  if (i === 'subsystemExtend' && results[i]) {
1003
1006
  if (results[i].singleLogout) {
@@ -865,6 +865,9 @@ export default {
865
865
  this.themeColor = color;
866
866
  }
867
867
  }
868
+ if (results[i].indexUrl) {
869
+ this.indexUrl = results[i].indexUrl;
870
+ }
868
871
  this.userStyle = results[i];
869
872
  this.notify = results[i].notify || '';
870
873
  }
@@ -1043,7 +1046,7 @@ export default {
1043
1046
  if (this.indexUrl) {
1044
1047
  let obj = this.getMenu(this.menus, this.indexUrl);
1045
1048
  obj = obj
1046
- ? obj
1049
+ ? JSON.parse(JSON.stringify(obj))
1047
1050
  : {
1048
1051
  url: this.indexUrl,
1049
1052
  text: '工作台',
@@ -1066,6 +1069,7 @@ export default {
1066
1069
  if (app.url) {
1067
1070
  let obj = this.getMenu(this.menus, app.url);
1068
1071
  if (obj) {
1072
+ obj = JSON.parse(JSON.stringify(obj));
1069
1073
  let tab = this.setIframeType(obj);
1070
1074
  this.tabs = [tab];
1071
1075
  this.activeName = tab.id;
@@ -1079,8 +1083,10 @@ export default {
1079
1083
  if (subMenus) {
1080
1084
  let obj = this.getMenu(this.menus, this.appCode, 'appCode');
1081
1085
  if (obj) {
1082
- if (!obj.url) {
1083
- obj = this.getFirst(obj);
1086
+ if (obj.url) {
1087
+ obj = JSON.parse(JSON.stringify(obj));
1088
+ } else {
1089
+ obj = JSON.parse(JSON.stringify(this.getFirst(obj)));
1084
1090
  }
1085
1091
  this.subActive = obj.id;
1086
1092
  let tab = this.setIframeType(obj);
@@ -1103,6 +1109,7 @@ export default {
1103
1109
  if (this.tabs.length == 0) {
1104
1110
  let obj = this.getFirst(subMenus);
1105
1111
  if (obj) {
1112
+ obj = JSON.parse(JSON.stringify(obj));
1106
1113
  this.subActive = obj.id;
1107
1114
  let tab = this.setIframeType(obj);
1108
1115
  this.tabs = [tab];
@@ -1126,7 +1133,7 @@ export default {
1126
1133
  this.initApps[this.initApps.length - 1]
1127
1134
  );
1128
1135
  if (obj) {
1129
- let tab = this.setIframeType(obj);
1136
+ let tab = this.setIframeType(JSON.parse(JSON.stringify(obj)));
1130
1137
  this.tabs.push(tab);
1131
1138
  this.activeName = tab.id;
1132
1139
  }
@@ -1216,7 +1223,7 @@ export default {
1216
1223
  } else if (
1217
1224
  item.url === res ||
1218
1225
  item.id === res ||
1219
- (item.appCode && item.appCode === res)
1226
+ item.appCode === res
1220
1227
  ) {
1221
1228
  return item;
1222
1229
  }
@@ -1480,6 +1487,7 @@ export default {
1480
1487
  ? this.getMenu(this.menus, res.code, 'appCode')
1481
1488
  : null;
1482
1489
  if (obj) {
1490
+ obj = JSON.parse(JSON.stringify(obj));
1483
1491
  let n = util.indexOfObj(this.tabs, obj, 'id');
1484
1492
  if (n == -1) {
1485
1493
  let tab = this.setIframeType(obj);
@@ -1518,6 +1526,7 @@ export default {
1518
1526
  : false;
1519
1527
  this.showApps = false;
1520
1528
  if (subMenus && subMenus.url) {
1529
+ subMenus = JSON.parse(JSON.stringify(subMenus));
1521
1530
  let i = util.indexOfObj(this.tabs, subMenus, 'id');
1522
1531
  this.activeName = subMenus.id;
1523
1532
  if (i == -1) {
@@ -1525,7 +1534,7 @@ export default {
1525
1534
  this.tabs.push(tab);
1526
1535
  } else {
1527
1536
  if (subMenus.method == 'iframe') {
1528
- subMenus.url = util.handlerUrl(subMenus.url);
1537
+ this.tabs[i].url = util.handlerUrl(subMenus.url);
1529
1538
  }
1530
1539
  }
1531
1540
  }
@@ -2002,6 +2011,7 @@ export default {
2002
2011
  }
2003
2012
  let obj = this.getMenu(this.menus, apps[apps.length - 1]);
2004
2013
  if (obj) {
2014
+ obj = JSON.parse(JSON.stringify(obj));
2005
2015
  let i = util.indexOfObj(this.tabs, obj, 'id,code,appCode');
2006
2016
  let n = util.indexOfObj(this.tabs, this.activeName, 'id');
2007
2017
  let old = this.activeName;
@@ -316,7 +316,7 @@ export default {
316
316
  type: Array,
317
317
  default() {
318
318
  return [
319
- { label: '上传时间', field: 'uploadTime', width: 160 },
319
+ { label: '上传时间', field: 'uploadTime', width: 170 },
320
320
  { label: '大小', field: 'fileSize', width: 100 },
321
321
  { label: '上传人', field: 'userName', width: 100 }
322
322
  ];
@@ -467,6 +467,7 @@ export default {
467
467
  png: 'es-icon-picture',
468
468
  gif: 'es-icon-picture',
469
469
  jpg: 'es-icon-picture',
470
+ jpeg: 'es-icon-picture',
470
471
  xls: 'es-icon-excel',
471
472
  xlsx: 'es-icon-excel',
472
473
  docx: 'es-icon-word',
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.6.73',
128
+ version: '0.6.75',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,