eoss-ui 0.7.65 → 0.7.66

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/main.js CHANGED
@@ -5189,7 +5189,7 @@ module.exports = function (css) {
5189
5189
  // ESM COMPAT FLAG
5190
5190
  __webpack_require__.r(__webpack_exports__);
5191
5191
 
5192
- // 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=fdb1e4fe&
5192
+ // 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=6ee4a0ee&
5193
5193
  var render = function () {
5194
5194
  var _vm = this
5195
5195
  var _h = _vm.$createElement
@@ -5337,13 +5337,13 @@ var staticRenderFns = []
5337
5337
  render._withStripped = true
5338
5338
 
5339
5339
 
5340
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=fdb1e4fe&
5340
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6ee4a0ee&
5341
5341
 
5342
5342
  // EXTERNAL MODULE: ./src/config/image.js
5343
5343
  var config_image = __webpack_require__(19);
5344
5344
 
5345
- // 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=05949319&scoped=true&
5346
- var simplicityvue_type_template_id_05949319_scoped_true_render = function () {
5345
+ // 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=7679eaf2&scoped=true&
5346
+ var simplicityvue_type_template_id_7679eaf2_scoped_true_render = function () {
5347
5347
  var _vm = this
5348
5348
  var _h = _vm.$createElement
5349
5349
  var _c = _vm._self._c || _h
@@ -6107,11 +6107,11 @@ var simplicityvue_type_template_id_05949319_scoped_true_render = function () {
6107
6107
  ),
6108
6108
  ])
6109
6109
  }
6110
- var simplicityvue_type_template_id_05949319_scoped_true_staticRenderFns = []
6111
- simplicityvue_type_template_id_05949319_scoped_true_render._withStripped = true
6110
+ var simplicityvue_type_template_id_7679eaf2_scoped_true_staticRenderFns = []
6111
+ simplicityvue_type_template_id_7679eaf2_scoped_true_render._withStripped = true
6112
6112
 
6113
6113
 
6114
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=05949319&scoped=true&
6114
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7679eaf2&scoped=true&
6115
6115
 
6116
6116
  // 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&
6117
6117
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -12260,14 +12260,14 @@ var events = [function (tabs, index, that) {
12260
12260
  type: 'notice',
12261
12261
  icon: 'es-icon-xiaoxi',
12262
12262
  title: '消息'
12263
- }, {
12264
- type: 'quit',
12265
- icon: 'es-icon-tuichu',
12266
- title: '退出'
12267
12263
  }, {
12268
12264
  type: 'set',
12269
12265
  icon: 'es-icon-shezhi',
12270
12266
  title: '设置'
12267
+ }, {
12268
+ type: 'quit',
12269
+ icon: 'es-icon-tuichu',
12270
+ title: '退出'
12271
12271
  }];
12272
12272
  }
12273
12273
  },
@@ -13956,11 +13956,11 @@ var events = [function (tabs, index, that) {
13956
13956
 
13957
13957
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
13958
13958
  src_simplicityvue_type_script_lang_js_,
13959
- simplicityvue_type_template_id_05949319_scoped_true_render,
13960
- simplicityvue_type_template_id_05949319_scoped_true_staticRenderFns,
13959
+ simplicityvue_type_template_id_7679eaf2_scoped_true_render,
13960
+ simplicityvue_type_template_id_7679eaf2_scoped_true_staticRenderFns,
13961
13961
  false,
13962
13962
  null,
13963
- "05949319",
13963
+ "7679eaf2",
13964
13964
  null
13965
13965
 
13966
13966
  )
@@ -25695,6 +25695,10 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
25695
25695
  handleClosed: function handleClosed(res, index) {
25696
25696
  var _this6 = this;
25697
25697
 
25698
+ // 在关闭弹窗后更新数量
25699
+ if (this.layoutType == 'simplicityTop') {
25700
+ this.$refs.main.getNums();
25701
+ }
25698
25702
  this.$nextTick(function () {
25699
25703
  _this6.dialogs.splice(index, 1);
25700
25704
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.7.65",
3
+ "version": "0.7.66",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -22,7 +22,7 @@
22
22
  :key="key"
23
23
  :style="{ width: 100 / num + '%' }"
24
24
  >
25
- <div class="es-clients-item-title" v-if="downloads.lengtth > 1">
25
+ <div class="es-clients-item-title" v-if="downloads.length > 1">
26
26
  <template v-if="key == 'ios'">
27
27
  <i class="es-icon-pingguo"></i>苹果系统
28
28
  </template>
@@ -534,6 +534,10 @@ export default {
534
534
  * @date 2024年9月7日
535
535
  **/
536
536
  handleClosed(res, index) {
537
+ // 在关闭弹窗后更新数量
538
+ if (this.layoutType == 'simplicityTop') {
539
+ this.$refs.main.getNums();
540
+ }
537
541
  this.$nextTick(() => {
538
542
  this.dialogs.splice(index, 1);
539
543
  });
@@ -548,15 +548,15 @@ export default {
548
548
  icon: 'es-icon-xiaoxi',
549
549
  title: '消息'
550
550
  },
551
- {
552
- type: 'quit',
553
- icon: 'es-icon-tuichu',
554
- title: '退出'
555
- },
556
551
  {
557
552
  type: 'set',
558
553
  icon: 'es-icon-shezhi',
559
554
  title: '设置'
555
+ },
556
+ {
557
+ type: 'quit',
558
+ icon: 'es-icon-tuichu',
559
+ title: '退出'
560
560
  }
561
561
  ]
562
562
  },
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.7.65',
128
+ version: '0.7.66',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,