eoss-ui 0.5.63 → 0.5.64

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 (56) hide show
  1. package/lib/button-group.js +4 -2
  2. package/lib/button.js +4 -2
  3. package/lib/checkbox-group.js +4 -2
  4. package/lib/data-table-form.js +4 -2
  5. package/lib/data-table.js +4 -2
  6. package/lib/date-picker.js +4 -2
  7. package/lib/dialog.js +4 -2
  8. package/lib/eoss-ui.common.js +202 -168
  9. package/lib/flow-group.js +4 -2
  10. package/lib/flow-list.js +4 -2
  11. package/lib/flow.js +153 -123
  12. package/lib/form.js +9 -4
  13. package/lib/handle-user.js +4 -2
  14. package/lib/handler.js +4 -2
  15. package/lib/icon.js +4 -2
  16. package/lib/index.js +1 -1
  17. package/lib/input-number.js +4 -2
  18. package/lib/input.js +4 -2
  19. package/lib/login.js +14 -6
  20. package/lib/main.js +8 -9
  21. package/lib/nav.js +4 -2
  22. package/lib/page.js +4 -2
  23. package/lib/player.js +4 -2
  24. package/lib/qr-code.js +13 -13
  25. package/lib/radio-group.js +4 -2
  26. package/lib/retrial-auth.js +4 -2
  27. package/lib/select-ganged.js +4 -2
  28. package/lib/select.js +4 -2
  29. package/lib/selector-panel.js +4 -2
  30. package/lib/selector.js +4 -2
  31. package/lib/sizer.js +4 -2
  32. package/lib/steps.js +4 -2
  33. package/lib/switch.js +4 -2
  34. package/lib/table-form.js +4 -2
  35. package/lib/tabs.js +4 -2
  36. package/lib/theme-chalk/index.css +1 -1
  37. package/lib/theme-chalk/qr-code.css +1 -1
  38. package/lib/tips.js +4 -2
  39. package/lib/tree-group.js +4 -2
  40. package/lib/tree.js +4 -2
  41. package/lib/upload.js +4 -2
  42. package/lib/utils/util.js +4 -2
  43. package/lib/wujie.js +4 -2
  44. package/lib/wxlogin.js +4 -2
  45. package/package.json +1 -1
  46. package/packages/flow/src/processForm.vue +32 -4
  47. package/packages/form/src/main.vue +3 -0
  48. package/packages/login/src/main.vue +4 -1
  49. package/packages/main/src/main.vue +6 -5
  50. package/packages/qr-code/src/main.vue +10 -5
  51. package/packages/theme-chalk/lib/index.css +1 -1
  52. package/packages/theme-chalk/lib/qr-code.css +1 -1
  53. package/packages/theme-chalk/src/qr-code.scss +1 -1
  54. package/src/index.js +1 -1
  55. package/src/utils/util.js +4 -1
  56. package/CHANGELOG.md +0 -929
@@ -2200,7 +2200,7 @@ var isLogined = function isLogined(_ref8) {
2200
2200
  });
2201
2201
  }
2202
2202
  }).catch(function (e) {});
2203
- } else if (token || to.path === '/' || to.path === '/404' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2203
+ } else if (token || to.path === '/' || to.path === '/404' || to.path === '/error' || typeof exclude === 'boolean' && exclude || exclude.indexOf(to.path) > -1 || exclude.indexOf(to.name) > -1 || to.path === '/login' || token && to.path === '/main') {
2204
2204
  if (redirect && (to.path === '/main' || to.path === '/login')) {
2205
2205
  window.location.replace(urlJoinParams({ url: '.' + to.path + '.html', param: to.query }));
2206
2206
  } else {
@@ -2890,7 +2890,9 @@ var toFunction = function toFunction(str) {
2890
2890
  * @param {string} [$color] - 颜色值
2891
2891
  **/
2892
2892
  var updateTheme = function updateTheme(color, send) {
2893
- color = color && startWith(color, '#') ? color : '#409eff';
2893
+ if (!color) {
2894
+ return false;
2895
+ }
2894
2896
 
2895
2897
  if (send === undefined) {
2896
2898
  send = true;
@@ -13569,8 +13571,8 @@ error_page_src_main.install = function (Vue) {
13569
13571
  };
13570
13572
 
13571
13573
  /* harmony default export */ var error_page = (error_page_src_main);
13572
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=6983cacd&
13573
- var mainvue_type_template_id_6983cacd_render = function () {
13574
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=55faec94&
13575
+ var mainvue_type_template_id_55faec94_render = function () {
13574
13576
  var _vm = this
13575
13577
  var _h = _vm.$createElement
13576
13578
  var _c = _vm._self._c || _h
@@ -25026,11 +25028,11 @@ var mainvue_type_template_id_6983cacd_render = function () {
25026
25028
  )
25027
25029
  : _vm._e()
25028
25030
  }
25029
- var mainvue_type_template_id_6983cacd_staticRenderFns = []
25030
- mainvue_type_template_id_6983cacd_render._withStripped = true
25031
+ var mainvue_type_template_id_55faec94_staticRenderFns = []
25032
+ mainvue_type_template_id_55faec94_render._withStripped = true
25031
25033
 
25032
25034
 
25033
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=6983cacd&
25035
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=55faec94&
25034
25036
 
25035
25037
  // CONCATENATED MODULE: ./src/utils/rules.js
25036
25038
  // 手机号
@@ -29985,6 +29987,9 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
29985
29987
  var type = arguments[2];
29986
29988
  var validate = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
29987
29989
 
29990
+ if (this.readonly) {
29991
+ return Promise.resolve();
29992
+ }
29988
29993
  if (!handle) {
29989
29994
  handle = this.handles || {};
29990
29995
  }
@@ -30325,8 +30330,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
30325
30330
 
30326
30331
  var form_src_main_component = normalizeComponent(
30327
30332
  packages_form_src_mainvue_type_script_lang_js_,
30328
- mainvue_type_template_id_6983cacd_render,
30329
- mainvue_type_template_id_6983cacd_staticRenderFns,
30333
+ mainvue_type_template_id_55faec94_render,
30334
+ mainvue_type_template_id_55faec94_staticRenderFns,
30330
30335
  false,
30331
30336
  null,
30332
30337
  null,
@@ -33060,8 +33065,8 @@ var CommonOpinions_component = normalizeComponent(
33060
33065
  )
33061
33066
 
33062
33067
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
33063
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=aaac09fe&
33064
- var processFormvue_type_template_id_aaac09fe_render = function () {
33068
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=38d27a4e&
33069
+ var processFormvue_type_template_id_38d27a4e_render = function () {
33065
33070
  var _vm = this
33066
33071
  var _h = _vm.$createElement
33067
33072
  var _c = _vm._self._c || _h
@@ -33527,11 +33532,11 @@ var processFormvue_type_template_id_aaac09fe_render = function () {
33527
33532
  1
33528
33533
  )
33529
33534
  }
33530
- var processFormvue_type_template_id_aaac09fe_staticRenderFns = []
33531
- processFormvue_type_template_id_aaac09fe_render._withStripped = true
33535
+ var processFormvue_type_template_id_38d27a4e_staticRenderFns = []
33536
+ processFormvue_type_template_id_38d27a4e_render._withStripped = true
33532
33537
 
33533
33538
 
33534
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=aaac09fe&
33539
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=38d27a4e&
33535
33540
 
33536
33541
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
33537
33542
  var selectUservue_type_template_id_db651118_render = function () {
@@ -35314,6 +35319,7 @@ var processFormvue_type_script_lang_js_components;
35314
35319
  }
35315
35320
  }
35316
35321
  },
35322
+ userModel: {},
35317
35323
  nextUserTabs: {},
35318
35324
  selectPresetUserList: [],
35319
35325
  presetOptions: [],
@@ -35358,12 +35364,39 @@ var processFormvue_type_script_lang_js_components;
35358
35364
  }
35359
35365
  }
35360
35366
  },
35367
+ created: function created() {
35368
+ this.getUserInfo();
35369
+ },
35361
35370
  mounted: function mounted() {
35362
35371
  this.getStartFlow(this.processDefinitionId);
35363
35372
  this.newOpinion = this.opinion;
35364
35373
  },
35365
35374
 
35366
35375
  methods: {
35376
+ getUserInfo: function getUserInfo() {
35377
+ var _this = this;
35378
+
35379
+ var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
35380
+ if (mainConfig) {
35381
+ this.userModel = JSON.parse(mainConfig).userModel;
35382
+ } else {
35383
+ utils_util["a" /* default */].ajax({ url: api["cb" /* loginUserInfo */] }).then(function (res) {
35384
+ var status = res.status,
35385
+ data = res.data;
35386
+
35387
+ if (status == 'success') {
35388
+ _this.userModel = data;
35389
+ } else {
35390
+ var msg = res.msg || '系统错误,请联系管理员!';
35391
+ _this.$message.error(msg);
35392
+ }
35393
+ }).catch(function (err) {
35394
+ if (err.message && err.message !== 'canceled') {
35395
+ _this.$message.error(err.message);
35396
+ }
35397
+ });
35398
+ }
35399
+ },
35367
35400
  getIsShowNextUser: function getIsShowNextUser(val) {
35368
35401
  if (val == 7 || val == 8 || val == 9 || val == 10 || val == 11 || val == 12) {
35369
35402
  this.isShowNextUser = false;
@@ -35449,7 +35482,7 @@ var processFormvue_type_script_lang_js_components;
35449
35482
  this.mixOrgIdList = mixList;
35450
35483
  },
35451
35484
  getNodeType: function getNodeType() {
35452
- var _this = this;
35485
+ var _this2 = this;
35453
35486
 
35454
35487
  utils_util["a" /* default */].ajax({
35455
35488
  url: api["u" /* findCodeValues */],
@@ -35462,19 +35495,19 @@ var processFormvue_type_script_lang_js_components;
35462
35495
  data = res.data;
35463
35496
 
35464
35497
  if (status === 'success') {
35465
- _this.nextNode.noticeList = data;
35498
+ _this2.nextNode.noticeList = data;
35466
35499
  }
35467
35500
  }).catch(function (err) {
35468
- _this.loading = false;
35501
+ _this2.loading = false;
35469
35502
  if (err.message && err.message !== 'canceled') {
35470
- _this.$message.error(err.message);
35503
+ _this2.$message.error(err.message);
35471
35504
  }
35472
35505
  });
35473
35506
  },
35474
35507
 
35475
35508
  //获取通知信息
35476
35509
  getMessage: function getMessage() {
35477
- var _this2 = this;
35510
+ var _this3 = this;
35478
35511
 
35479
35512
  var params = {
35480
35513
  processDefinitionId: this.processDefinitionId,
@@ -35483,12 +35516,12 @@ var processFormvue_type_script_lang_js_components;
35483
35516
  };
35484
35517
  utils_util["a" /* default */].ajax({ url: api["I" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
35485
35518
  if (res.status === 'success') {
35486
- _this2.nextNode.noticeInfo = res.message;
35519
+ _this3.nextNode.noticeInfo = res.message;
35487
35520
  }
35488
35521
  }).catch(function (err) {
35489
- _this2.loading = false;
35522
+ _this3.loading = false;
35490
35523
  if (err.message && err.message !== 'canceled') {
35491
- _this2.$message.error(err.message);
35524
+ _this3.$message.error(err.message);
35492
35525
  }
35493
35526
  });
35494
35527
  },
@@ -35498,11 +35531,11 @@ var processFormvue_type_script_lang_js_components;
35498
35531
  this.saveProcess(formName);
35499
35532
  },
35500
35533
  saveProcess: function saveProcess(formName) {
35501
- var _this3 = this;
35534
+ var _this4 = this;
35502
35535
 
35503
35536
  this.$refs[formName].validate(function (valid) {
35504
35537
  if (valid) {
35505
- var _nextNode = _this3.nextNode,
35538
+ var _nextNode = _this4.nextNode,
35506
35539
  nextNode = _nextNode.nextNode,
35507
35540
  nextUser = _nextNode.nextUser,
35508
35541
  noticeInfo = _nextNode.noticeInfo,
@@ -35514,20 +35547,20 @@ var processFormvue_type_script_lang_js_components;
35514
35547
  newOpinion = _nextNode.newOpinion;
35515
35548
 
35516
35549
  if (noticeType.length === 0) {
35517
- return _this3.$message.warning('请选择通知方式');
35550
+ return _this4.$message.warning('请选择通知方式');
35518
35551
  }
35519
- if (_this3.isShowNextUser) {
35520
- if (nextUser == '' || _this3.multiple && nextUser.length == 0) {
35521
- return _this3.$message.warning('请选择下步办理人');
35552
+ if (_this4.isShowNextUser) {
35553
+ if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
35554
+ return _this4.$message.warning('请选择下步办理人');
35522
35555
  }
35523
35556
  } else {
35524
- if (nextOrgId == '' || _this3.multiple && nextOrgId.length == 0) {
35525
- return _this3.$message.warning('请选择办理对象');
35557
+ if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
35558
+ return _this4.$message.warning('请选择办理对象');
35526
35559
  }
35527
35560
  }
35528
- _this3.loading = true;
35561
+ _this4.loading = true;
35529
35562
  var newNextUser = [];
35530
- if (_this3.multiple) {
35563
+ if (_this4.multiple) {
35531
35564
  nextUser && nextUser.map(function (item) {
35532
35565
  return newNextUser.push(item);
35533
35566
  });
@@ -35537,37 +35570,37 @@ var processFormvue_type_script_lang_js_components;
35537
35570
  newNoticeType = noticeType.join(',');
35538
35571
  }
35539
35572
  var params = {
35540
- processDefinitionId: _this3.processDefinitionId,
35541
- nextUserId: _this3.multiple ? newNextUser.join(',') : nextUser,
35573
+ processDefinitionId: _this4.processDefinitionId,
35574
+ nextUserId: _this4.multiple ? newNextUser.join(',') : nextUser,
35542
35575
  nextNodeId: nextNode,
35543
- businessId: _this3.businessId,
35576
+ businessId: _this4.businessId,
35544
35577
  notificationType: newNoticeType,
35545
35578
  userId: utils_util["a" /* default */].getStorage('userId'),
35546
35579
  notificationMsg: noticeInfo,
35547
- customPresetUserJson: JSON.stringify(_this3.presetList),
35548
- presetUserJson: JSON.stringify(_this3.presetUserJson),
35549
- nextReadUserId: _this3.readMultiple ? _this3.mixReadList && _this3.mixReadList.join('|') : nextReadUserId,
35550
- nextOrgId: !_this3.isShowNextUser ? _this3.multiple ? _this3.mixOrgIdList && _this3.mixOrgIdList.join('|') : nextOrgId : '',
35580
+ customPresetUserJson: JSON.stringify(_this4.presetList),
35581
+ presetUserJson: JSON.stringify(_this4.presetUserJson),
35582
+ nextReadUserId: _this4.readMultiple ? _this4.mixReadList && _this4.mixReadList.join('|') : nextReadUserId,
35583
+ nextOrgId: !_this4.isShowNextUser ? _this4.multiple ? _this4.mixOrgIdList && _this4.mixOrgIdList.join('|') : nextOrgId : '',
35551
35584
  handleExplain: handleExplain,
35552
- presetReadUserId: _this3.mixPresetList && _this3.mixPresetList.length > 0 ? _this3.mixPresetList.join('|') : presetReadUserId.join(','),
35553
- opinion: _this3.newOpinion || newOpinion
35585
+ presetReadUserId: _this4.mixPresetList && _this4.mixPresetList.length > 0 ? _this4.mixPresetList.join('|') : presetReadUserId.join(','),
35586
+ opinion: _this4.newOpinion || newOpinion
35554
35587
  };
35555
- if (_this3.activeNames != '1') delete params.customPresetUserJson;
35588
+ if (_this4.activeNames != '1') delete params.customPresetUserJson;
35556
35589
  utils_util["a" /* default */].ajax({ url: api["mb" /* register */], method: 'post', data: params }).then(function (res) {
35557
35590
  var status = res.status,
35558
35591
  message = res.message;
35559
35592
 
35560
- _this3.loading = false;
35593
+ _this4.loading = false;
35561
35594
  if (status === 'success') {
35562
- _this3.quit(true);
35563
- _this3.$message.success('操作成功');
35595
+ _this4.quit(true);
35596
+ _this4.$message.success('操作成功');
35564
35597
  } else {
35565
- _this3.$message.error(message || '系统错误,请联系管理员!');
35598
+ _this4.$message.error(message || '系统错误,请联系管理员!');
35566
35599
  }
35567
35600
  }).catch(function (err) {
35568
- _this3.loading = false;
35601
+ _this4.loading = false;
35569
35602
  if (err.message && err.message !== 'canceled') {
35570
- _this3.$message.error(err.message);
35603
+ _this4.$message.error(err.message);
35571
35604
  }
35572
35605
  });
35573
35606
  } else {
@@ -35576,7 +35609,7 @@ var processFormvue_type_script_lang_js_components;
35576
35609
  });
35577
35610
  },
35578
35611
  getNodeInfos: function getNodeInfos(nodeId, index) {
35579
- var _this4 = this;
35612
+ var _this5 = this;
35580
35613
 
35581
35614
  var params = {
35582
35615
  processDefinitionId: this.processDefinitionId,
@@ -35592,63 +35625,63 @@ var processFormvue_type_script_lang_js_components;
35592
35625
  countersignaturetypeText = _res$data.countersignaturetypeText,
35593
35626
  countersignaturetypeCode = _res$data.countersignaturetypeCode;
35594
35627
 
35595
- _this4.loading = false;
35628
+ _this5.loading = false;
35596
35629
  if (status === 'success') {
35597
- _this4.nextNode.userInfo = nextUserList;
35598
- _this4.countersignaturetypeCode = countersignaturetypeCode;
35599
- _this4.nextNode.countersignaturetypeText = countersignaturetypeText;
35600
- _this4.isTaskread = nodeExtAttr.isTaskread;
35601
- _this4.isHandleExplain = nodeExtAttr.isHandleExplain;
35602
- _this4.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
35603
- _this4.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
35604
- _this4.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
35630
+ _this5.nextNode.userInfo = nextUserList;
35631
+ _this5.countersignaturetypeCode = countersignaturetypeCode;
35632
+ _this5.nextNode.countersignaturetypeText = countersignaturetypeText;
35633
+ _this5.isTaskread = nodeExtAttr.isTaskread;
35634
+ _this5.isHandleExplain = nodeExtAttr.isHandleExplain;
35635
+ _this5.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
35636
+ _this5.presetEdit = nodeExtAttr.presetEdit; //是否展示备选人
35637
+ _this5.isDefSelectedObj = nodeExtAttr.isDefSelectedObj; //是否默认选中
35605
35638
  if (nodeExtAttr.userSelectionType == 7 || nodeExtAttr.userSelectionType == 8 || nodeExtAttr.userSelectionType == 9 || nodeExtAttr.userSelectionType == 10 || nodeExtAttr.userSelectionType == 11 || nodeExtAttr.userSelectionType == 12) {
35606
- _this4.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
35639
+ _this5.getIsShowNextUser(nodeExtAttr && nodeExtAttr.userSelectionType);
35607
35640
  } else {
35608
- var _isMultiple = _this4.isMultiple(nodeExtAttr.userSelectionType),
35641
+ var _isMultiple = _this5.isMultiple(nodeExtAttr.userSelectionType),
35609
35642
  multiple = _isMultiple.multiple,
35610
35643
  _params = _isMultiple.params;
35611
35644
 
35612
- _this4.multiple = multiple;
35613
- _this4.params = _params;
35645
+ _this5.multiple = multiple;
35646
+ _this5.params = _params;
35614
35647
  }
35615
35648
  // this.isReadMultiple(nodeExtAttr.userSelectionType);
35616
35649
 
35617
35650
  nextUserList.map(function (item) {
35618
- if (_this4.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
35619
- _this4.nextNode.nextUser.push(item.userId);
35620
- _this4.selectUserList.push({
35651
+ if (_this5.multiple && nodeExtAttr.isDefSelectedObj == 1 && nextUserList !== undefined) {
35652
+ _this5.nextNode.nextUser.push(item.userId);
35653
+ _this5.selectUserList.push({
35621
35654
  showname: item.username,
35622
35655
  showid: item.userId
35623
35656
  });
35624
35657
  }
35625
35658
 
35626
- _this4.options.push({
35659
+ _this5.options.push({
35627
35660
  showname: item.username,
35628
35661
  showid: item.userId
35629
35662
  });
35630
35663
  });
35631
- if (_this4.multiple) {
35632
- _this4.nextNode.nextReadUserId = [];
35664
+ if (_this5.multiple) {
35665
+ _this5.nextNode.nextReadUserId = [];
35633
35666
  } else {
35634
- _this4.nextNode.nextReadUserId = '';
35667
+ _this5.nextNode.nextReadUserId = '';
35635
35668
  }
35636
- if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this4.multiple) {
35637
- _this4.nextNode.nextUser = nextUserList[0].userId;
35638
- _this4.selectUserList.push({
35669
+ if (nextUserList.length > 0 && nodeExtAttr.isDefSelectedObj == 1 && !_this5.multiple) {
35670
+ _this5.nextNode.nextUser = nextUserList[0].userId;
35671
+ _this5.selectUserList.push({
35639
35672
  showname: nextUserList[0].username,
35640
35673
  showid: nextUserList[0].userId
35641
35674
  });
35642
35675
  }
35643
- _this4.radioList = _this4.options;
35676
+ _this5.radioList = _this5.options;
35644
35677
  } else {
35645
- _this4.$message.error(message || '系统错误,请联系管理员!');
35678
+ _this5.$message.error(message || '系统错误,请联系管理员!');
35646
35679
  }
35647
- nodeId && _this4.$refs.selectUser[index].changeInfo();
35680
+ nodeId && _this5.$refs.selectUser[index].changeInfo();
35648
35681
  }).catch(function (err) {
35649
- _this4.loading = false;
35682
+ _this5.loading = false;
35650
35683
  if (err.message && err.message !== 'canceled') {
35651
- _this4.$message.error(err.message);
35684
+ _this5.$message.error(err.message);
35652
35685
  }
35653
35686
  });
35654
35687
  },
@@ -35667,7 +35700,7 @@ var processFormvue_type_script_lang_js_components;
35667
35700
  this.$emit('cancel', false);
35668
35701
  },
35669
35702
  getFind: function getFind() {
35670
- var _this5 = this;
35703
+ var _this6 = this;
35671
35704
 
35672
35705
  utils_util["a" /* default */].ajax({
35673
35706
  url: api["w" /* findSysCodes */]
@@ -35676,14 +35709,14 @@ var processFormvue_type_script_lang_js_components;
35676
35709
  message = res.message;
35677
35710
 
35678
35711
  if (status === 'success') {
35679
- _this5.nextNode.noticeType = message.split(',');
35712
+ _this6.nextNode.noticeType = message.split(',');
35680
35713
  } else {
35681
- _this5.$message.error(message || '系统错误,请联系管理员!');
35714
+ _this6.$message.error(message || '系统错误,请联系管理员!');
35682
35715
  }
35683
35716
  }).catch(function (err) {
35684
- _this5.loading = false;
35717
+ _this6.loading = false;
35685
35718
  if (err.message && err.message !== 'canceled') {
35686
- _this5.$message.error(err.message);
35719
+ _this6.$message.error(err.message);
35687
35720
  }
35688
35721
  });
35689
35722
  },
@@ -35701,15 +35734,15 @@ var processFormvue_type_script_lang_js_components;
35701
35734
  multiple = true;
35702
35735
  }
35703
35736
  if (val == 1 || val == 2 || val == 5) {
35704
- params.filid = utils_util["a" /* default */].getStorage('orgId');
35737
+ params.filid = this.userModel.orgId;
35705
35738
  params.only_filid = true;
35706
35739
  if (choiceOrgId) {
35707
35740
  params.filid = choiceOrgId;
35708
35741
  }
35709
35742
  }
35710
35743
  if (val == 5 || val == 6) {
35711
- params.filid = utils_util["a" /* default */].getStorage('orgId');
35712
- params.deptid = utils_util["a" /* default */].getStorage('orgId');
35744
+ params.filid = this.userModel.orgId;
35745
+ params.deptid = this.userModel.orgId;
35713
35746
  if (choiceDeptId) {
35714
35747
  params.deptid = choiceDeptId;
35715
35748
  }
@@ -35718,7 +35751,7 @@ var processFormvue_type_script_lang_js_components;
35718
35751
  }
35719
35752
  }
35720
35753
  if (val == 15 || val == 16) {
35721
- params.filid = utils_util["a" /* default */].getStorage('orgId');
35754
+ params.filid = this.userModel.orgId;
35722
35755
  if (pOrgId) {
35723
35756
  params.filid = pOrgId;
35724
35757
  }
@@ -35726,7 +35759,7 @@ var processFormvue_type_script_lang_js_components;
35726
35759
  return { multiple: multiple, params: params };
35727
35760
  },
35728
35761
  getStartFlow: function getStartFlow(processId) {
35729
- var _this6 = this;
35762
+ var _this7 = this;
35730
35763
 
35731
35764
  if (!processId) {
35732
35765
  return false;
@@ -35746,80 +35779,80 @@ var processFormvue_type_script_lang_js_components;
35746
35779
  data = res.data;
35747
35780
 
35748
35781
  if (status == 'success') {
35749
- data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this6.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
35782
+ data.nodeInfoMap.nodeExtAttr.submitTipsMsg && _this7.$confirm(data.nodeInfoMap.nodeExtAttr.submitTipsMsg, '提示', {
35750
35783
  confirmButtonText: '确定',
35751
35784
  cancelButtonText: '取消',
35752
35785
  type: 'warning'
35753
35786
  }).then(function () {}).catch(function () {
35754
- _this6.quit();
35787
+ _this7.quit();
35755
35788
  });
35756
- _this6.customPresetHintMessage = data.customPresetHintMessage;
35757
- _this6.nextNode.nodeInfo = data.nextNodeList;
35758
- _this6.nextNode.nextNode = data.nextNodeList[0].nodeId;
35759
- _this6.isPreset = data.isPreset;
35760
- _this6.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
35761
- _this6.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
35762
- _this6.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
35763
- _this6.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
35764
- if (_this6.isChooseNextNode == 1) {
35765
- _this6.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
35789
+ _this7.customPresetHintMessage = data.customPresetHintMessage;
35790
+ _this7.nextNode.nodeInfo = data.nextNodeList;
35791
+ _this7.nextNode.nextNode = data.nextNodeList[0].nodeId;
35792
+ _this7.isPreset = data.isPreset;
35793
+ _this7.isHideDefaultOperation = data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation;
35794
+ _this7.defaultNextNode = data.nodeInfoMap.nodeExtAttr.defaultNextNode;
35795
+ _this7.isChooseNextNode = data.nodeInfoMap.nodeExtAttr.isChooseNextNode;
35796
+ _this7.isCdjxjTaskHandle = data.isCdjxjTaskHandle;
35797
+ if (_this7.isChooseNextNode == 1) {
35798
+ _this7.operationList = [{ key: 0, value: '默认', list: [] }, { key: 1, value: '自定义', list: [] }];
35766
35799
  var arr = [];
35767
35800
  for (var key in data.taskNodeMap) {
35768
35801
  arr.push({ nodeName: data.taskNodeMap[key], nodeId: key });
35769
35802
  }
35770
- _this6.operationList[0].list = data.nextNodeList;
35771
- _this6.operationList[1].list = arr;
35772
- if (_this6.isHideDefaultOperation != 1) {
35773
- _this6.nextNode.nextOperate = 0;
35774
- _this6.nextNode.nodeInfo = _this6.operationList[0].list;
35775
- if (_this6.nextNode.nodeInfo.length > 0) {
35776
- _this6.nextNode.nextNode = _this6.defaultNextNode || data.nextNodeList[0].nodeId;
35803
+ _this7.operationList[0].list = data.nextNodeList;
35804
+ _this7.operationList[1].list = arr;
35805
+ if (_this7.isHideDefaultOperation != 1) {
35806
+ _this7.nextNode.nextOperate = 0;
35807
+ _this7.nextNode.nodeInfo = _this7.operationList[0].list;
35808
+ if (_this7.nextNode.nodeInfo.length > 0) {
35809
+ _this7.nextNode.nextNode = _this7.defaultNextNode || data.nextNodeList[0].nodeId;
35777
35810
  }
35778
35811
  } else if (data.nodeInfoMap.nodeExtAttr.defaultNextOperate == 1 || data.nodeInfoMap.nodeExtAttr.isHideDefaultOperation == 1) {
35779
35812
  // this.nextNode.nodeInfo = data.nextNodeList
35780
- _this6.nextNode.nextOperate = 1;
35781
- _this6.nextNode.nodeInfo = _this6.operationList[1].list;
35782
- if (_this6.nextNode.nodeInfo.length > 0) {
35783
- _this6.nextNode.nextNode = _this6.defaultNextNode || data.nextNodeList[0].nodeId;
35813
+ _this7.nextNode.nextOperate = 1;
35814
+ _this7.nextNode.nodeInfo = _this7.operationList[1].list;
35815
+ if (_this7.nextNode.nodeInfo.length > 0) {
35816
+ _this7.nextNode.nextNode = _this7.defaultNextNode || data.nextNodeList[0].nodeId;
35784
35817
  }
35785
35818
  }
35786
35819
  }
35787
- _this6.isCustomPreset = data.isCustomPreset;
35788
- _this6.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
35789
- _this6.presetTaskNodeMap = data.presetTaskNodeMap;
35790
- _this6.isSinglePage = data.taskExamine.isSinglePage;
35791
- _this6.isSinglePage && (_this6.nextNode.opinion = data.taskExamine.opinion);
35820
+ _this7.isCustomPreset = data.isCustomPreset;
35821
+ _this7.presetTaskNodeKeyStr = data.presetTaskNodeKeyStr;
35822
+ _this7.presetTaskNodeMap = data.presetTaskNodeMap;
35823
+ _this7.isSinglePage = data.taskExamine.isSinglePage;
35824
+ _this7.isSinglePage && (_this7.nextNode.opinion = data.taskExamine.opinion);
35792
35825
  // this.nextNode.noticeInfo = data.taskExamine.notificationMsg;
35793
- _this6.nextNode.nodeName = data.taskExamine.nodeName;
35794
- _this6.canPresetRead = data.canPresetRead;
35826
+ _this7.nextNode.nodeName = data.taskExamine.nodeName;
35827
+ _this7.canPresetRead = data.canPresetRead;
35795
35828
  if (data.canPresetRead) {
35796
35829
  var ids = data.nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
35797
35830
  var names = data.nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
35798
35831
  ids.map(function (item, index) {
35799
- _this6.presetReadUserId.push({
35832
+ _this7.presetReadUserId.push({
35800
35833
  showid: item,
35801
35834
  showname: names[index]
35802
35835
  });
35803
- _this6.selectPresetUserList.push({
35836
+ _this7.selectPresetUserList.push({
35804
35837
  showid: item,
35805
35838
  showname: names[index]
35806
35839
  });
35807
- _this6.nextNode.presetReadUserId.push(item);
35840
+ _this7.nextNode.presetReadUserId.push(item);
35808
35841
  });
35809
35842
  }
35810
- _this6.getNodeInfos();
35843
+ _this7.getNodeInfos();
35811
35844
  // this.getPresetFlowInfo();
35812
- _this6.isCustomPreset && _this6.$refs.customPreset.getPresetFlowInfo(_this6.nextNode.nextNode);
35813
- _this6.getFind();
35814
- _this6.getMessage();
35815
- _this6.getNodeType();
35845
+ _this7.isCustomPreset && _this7.$refs.customPreset.getPresetFlowInfo(_this7.nextNode.nextNode);
35846
+ _this7.getFind();
35847
+ _this7.getMessage();
35848
+ _this7.getNodeType();
35816
35849
  } else {
35817
- _this6.$message.error(message || '系统错误,请联系管理员!');
35850
+ _this7.$message.error(message || '系统错误,请联系管理员!');
35818
35851
  }
35819
35852
  }).catch(function (err) {
35820
- _this6.loading = false;
35853
+ _this7.loading = false;
35821
35854
  if (err.message && err.message !== 'canceled') {
35822
- _this6.$message.error(err.message);
35855
+ _this7.$message.error(err.message);
35823
35856
  }
35824
35857
  });
35825
35858
  }
@@ -35837,8 +35870,8 @@ var processFormvue_type_script_lang_js_components;
35837
35870
 
35838
35871
  var processForm_component = normalizeComponent(
35839
35872
  src_processFormvue_type_script_lang_js_,
35840
- processFormvue_type_template_id_aaac09fe_render,
35841
- processFormvue_type_template_id_aaac09fe_staticRenderFns,
35873
+ processFormvue_type_template_id_38d27a4e_render,
35874
+ processFormvue_type_template_id_38d27a4e_staticRenderFns,
35842
35875
  false,
35843
35876
  null,
35844
35877
  null,
@@ -47039,8 +47072,8 @@ layout_src_main.install = function (Vue) {
47039
47072
  };
47040
47073
 
47041
47074
  /* harmony default export */ var layout = (layout_src_main);
47042
- // 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=e5e62fc8&
47043
- var mainvue_type_template_id_e5e62fc8_render = function () {
47075
+ // 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=44930eda&
47076
+ var mainvue_type_template_id_44930eda_render = function () {
47044
47077
  var _vm = this
47045
47078
  var _h = _vm.$createElement
47046
47079
  var _c = _vm._self._c || _h
@@ -47557,7 +47590,10 @@ var mainvue_type_template_id_e5e62fc8_render = function () {
47557
47590
  ),
47558
47591
  _vm.active == 3 && _vm.identifyingId
47559
47592
  ? _c("es-qr-code", {
47560
- attrs: { content: _vm.identifyingId },
47593
+ attrs: {
47594
+ content: _vm.identifyingId,
47595
+ logo: _vm.qrimg,
47596
+ },
47561
47597
  })
47562
47598
  : _vm._e(),
47563
47599
  _vm.active == 9
@@ -47956,11 +47992,11 @@ var mainvue_type_template_id_e5e62fc8_render = function () {
47956
47992
  )
47957
47993
  : _vm._e()
47958
47994
  }
47959
- var mainvue_type_template_id_e5e62fc8_staticRenderFns = []
47960
- mainvue_type_template_id_e5e62fc8_render._withStripped = true
47995
+ var mainvue_type_template_id_44930eda_staticRenderFns = []
47996
+ mainvue_type_template_id_44930eda_render._withStripped = true
47961
47997
 
47962
47998
 
47963
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=e5e62fc8&
47999
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=44930eda&
47964
48000
 
47965
48001
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=28f463b9&
47966
48002
  var resetPasswordvue_type_template_id_28f463b9_render = function () {
@@ -48866,6 +48902,7 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
48866
48902
  //
48867
48903
  //
48868
48904
  //
48905
+ //
48869
48906
 
48870
48907
 
48871
48908
 
@@ -49487,7 +49524,9 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
49487
49524
  this.downloadSetup = res.downloadSetup;
49488
49525
  document.title = res.subsystemName;
49489
49526
  this.app = res.appName || res.subsystemName;
49490
- this.qrimg = res.qrimg || res.qrImg;
49527
+ if (res.qrimg || res.qrImg) {
49528
+ this.qrimg = res.qrimg || res.qrImg;
49529
+ }
49491
49530
  if (res.loginModel) {
49492
49531
  this.loginModel = res.loginModel;
49493
49532
  }
@@ -49972,8 +50011,8 @@ var login_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
49972
50011
 
49973
50012
  var login_src_main_component = normalizeComponent(
49974
50013
  packages_login_src_mainvue_type_script_lang_js_,
49975
- mainvue_type_template_id_e5e62fc8_render,
49976
- mainvue_type_template_id_e5e62fc8_staticRenderFns,
50014
+ mainvue_type_template_id_44930eda_render,
50015
+ mainvue_type_template_id_44930eda_staticRenderFns,
49977
50016
  false,
49978
50017
  null,
49979
50018
  null,
@@ -49990,8 +50029,8 @@ login_src_main.install = function (Vue) {
49990
50029
  };
49991
50030
 
49992
50031
  /* harmony default export */ var login = (login_src_main);
49993
- // 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=8fa53c9e&
49994
- var mainvue_type_template_id_8fa53c9e_render = function () {
50032
+ // 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=5b54252b&
50033
+ var mainvue_type_template_id_5b54252b_render = function () {
49995
50034
  var _vm = this
49996
50035
  var _h = _vm.$createElement
49997
50036
  var _c = _vm._self._c || _h
@@ -50418,11 +50457,11 @@ var mainvue_type_template_id_8fa53c9e_render = function () {
50418
50457
  1
50419
50458
  )
50420
50459
  }
50421
- var mainvue_type_template_id_8fa53c9e_staticRenderFns = []
50422
- mainvue_type_template_id_8fa53c9e_render._withStripped = true
50460
+ var mainvue_type_template_id_5b54252b_staticRenderFns = []
50461
+ mainvue_type_template_id_5b54252b_render._withStripped = true
50423
50462
 
50424
50463
 
50425
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=8fa53c9e&
50464
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=5b54252b&
50426
50465
 
50427
50466
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=75d533de&
50428
50467
  var userinfovue_type_template_id_75d533de_render = function () {
@@ -52530,10 +52569,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
52530
52569
  //菜单展开关闭
52531
52570
  icons: Object,
52532
52571
  //logo
52533
- logo: {
52534
- type: String,
52535
- default: 'errorlogo'
52536
- },
52572
+ logo: String,
52537
52573
  //菜单显示类型
52538
52574
  scene: {
52539
52575
  type: String,
@@ -53876,7 +53912,7 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
53876
53912
  utils_util["a" /* default */].win.open(page);
53877
53913
  } else if (type == 2) {
53878
53914
  location.href = page;
53879
- } else if (type == 3) {
53915
+ } else if (type == 3 || this.loadWujie === false || this.downgrade && isIE) {
53880
53916
  this.method = 'iframe';
53881
53917
  this.refresh = false;
53882
53918
  this.page = utils_util["a" /* default */].handlerUrl(page, param);
@@ -54265,8 +54301,8 @@ var appCode = utils_util["a" /* default */].getParams('appCode') || utils_util["
54265
54301
 
54266
54302
  var main_src_main_component = normalizeComponent(
54267
54303
  packages_main_src_mainvue_type_script_lang_js_,
54268
- mainvue_type_template_id_8fa53c9e_render,
54269
- mainvue_type_template_id_8fa53c9e_staticRenderFns,
54304
+ mainvue_type_template_id_5b54252b_render,
54305
+ mainvue_type_template_id_5b54252b_staticRenderFns,
54270
54306
  false,
54271
54307
  null,
54272
54308
  null,
@@ -56459,8 +56495,8 @@ player_src_main.install = function (Vue) {
56459
56495
  };
56460
56496
 
56461
56497
  /* harmony default export */ var player = (player_src_main);
56462
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/qr-code/src/main.vue?vue&type=template&id=31151606&
56463
- var mainvue_type_template_id_31151606_render = function () {
56498
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/qr-code/src/main.vue?vue&type=template&id=28375a46&
56499
+ var mainvue_type_template_id_28375a46_render = function () {
56464
56500
  var _vm = this
56465
56501
  var _h = _vm.$createElement
56466
56502
  var _c = _vm._self._c || _h
@@ -56473,13 +56509,6 @@ var mainvue_type_template_id_31151606_render = function () {
56473
56509
  staticClass: "es-qrcode-img",
56474
56510
  attrs: { width: _vm._width, height: _vm._height, alt: "二维码图片" },
56475
56511
  }),
56476
- _vm.logo
56477
- ? _c("img", {
56478
- ref: "qrcodeLogo",
56479
- staticClass: "es-qrcode-logo",
56480
- attrs: { src: _vm.logo, alt: "二维码logo" },
56481
- })
56482
- : _vm._e(),
56483
56512
  _c("canvas", {
56484
56513
  ref: "canvas",
56485
56514
  staticClass: "canvas",
@@ -56488,11 +56517,11 @@ var mainvue_type_template_id_31151606_render = function () {
56488
56517
  ]
56489
56518
  )
56490
56519
  }
56491
- var mainvue_type_template_id_31151606_staticRenderFns = []
56492
- mainvue_type_template_id_31151606_render._withStripped = true
56520
+ var mainvue_type_template_id_28375a46_staticRenderFns = []
56521
+ mainvue_type_template_id_28375a46_render._withStripped = true
56493
56522
 
56494
56523
 
56495
- // CONCATENATED MODULE: ./packages/qr-code/src/main.vue?vue&type=template&id=31151606&
56524
+ // CONCATENATED MODULE: ./packages/qr-code/src/main.vue?vue&type=template&id=28375a46&
56496
56525
 
56497
56526
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/qr-code/src/main.vue?vue&type=script&lang=js&
56498
56527
  //
@@ -56597,7 +56626,7 @@ var QRCode = __webpack_require__(24);
56597
56626
  var _this3 = this;
56598
56627
 
56599
56628
  var qrcodeImg = this.$refs.qrcodeImg;
56600
- var qrcodeLogo = this.$refs.qrcodeLogo;
56629
+ //let qrcodeLogo = this.$refs.qrcodeLogo;
56601
56630
  var canvas = this.$refs.canvas;
56602
56631
  var option = utils_util["a" /* default */].extend({}, this.option, {
56603
56632
  width: this._width,
@@ -56615,6 +56644,8 @@ var QRCode = __webpack_require__(24);
56615
56644
  //获取图片
56616
56645
  ctx.drawImage(qrcodeImg, 0, 0, _this3._width, _this3._height);
56617
56646
  if (_this3.logo && _this3.logo.indexOf('.') > -1) {
56647
+ var logo = new Image();
56648
+ logo.src = _this3.logo;
56618
56649
  //设置logo大小
56619
56650
  var logoPosition = (_this3._width - 46) / 2; //logo相对于canvas居中定位
56620
56651
  //设置获取的logo将其变为圆角以及添加白色背景
@@ -56632,7 +56663,10 @@ var QRCode = __webpack_require__(24);
56632
56663
  ctx.arcTo(x, y, x + w, y, r);
56633
56664
  ctx.closePath();
56634
56665
  ctx.fill(); */
56635
- ctx.drawImage(qrcodeLogo, logoPosition, logoPosition, 46, 46);
56666
+ logo.onload = function () {
56667
+ ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
56668
+ qrcodeImg.src = canvas.toDataURL();
56669
+ };
56636
56670
  } else if (_this3.text) {
56637
56671
  //设置字体
56638
56672
  var fpadd = 10; //规定内间距
@@ -56668,8 +56702,8 @@ var QRCode = __webpack_require__(24);
56668
56702
 
56669
56703
  var qr_code_src_main_component = normalizeComponent(
56670
56704
  packages_qr_code_src_mainvue_type_script_lang_js_,
56671
- mainvue_type_template_id_31151606_render,
56672
- mainvue_type_template_id_31151606_staticRenderFns,
56705
+ mainvue_type_template_id_28375a46_render,
56706
+ mainvue_type_template_id_28375a46_staticRenderFns,
56673
56707
  false,
56674
56708
  null,
56675
56709
  null,
@@ -74032,7 +74066,7 @@ if (typeof window !== 'undefined' && window.Vue) {
74032
74066
  }
74033
74067
 
74034
74068
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
74035
- version: '0.5.63',
74069
+ version: '0.5.64',
74036
74070
  install: install,
74037
74071
  Button: packages_button,
74038
74072
  ButtonGroup: button_group,