eoss-ui 0.5.81-beta20 → 0.5.81-beta22

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/tabs.js CHANGED
@@ -3743,7 +3743,7 @@ module.exports = require("json-bigint");
3743
3743
  // ESM COMPAT FLAG
3744
3744
  __webpack_require__.r(__webpack_exports__);
3745
3745
 
3746
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=53268d69&
3746
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tabs/src/main.vue?vue&type=template&id=e45be90e&
3747
3747
  var render = function () {
3748
3748
  var _vm = this
3749
3749
  var _h = _vm.$createElement
@@ -5427,38 +5427,41 @@ var render = function () {
5427
5427
  },
5428
5428
  [
5429
5429
  items.title
5430
- ? _c("template", { slot: "label" }, [
5431
- _c(
5432
- "span",
5433
- [
5434
- typeof items.title === "object"
5435
- ? [
5436
- items.title.icon
5437
- ? _c("i", { class: items.title.icon })
5438
- : _vm._e(),
5439
- Object.prototype.hasOwnProperty.call(
5440
- items.title,
5441
- "count"
5442
- )
5443
- ? _c("el-badge", {
5444
- attrs: {
5445
- type: "primary",
5446
- value: items.title.count,
5447
- max: 99,
5448
- },
5449
- })
5450
- : _vm._e(),
5451
- _vm._v(
5452
- "\n " +
5453
- _vm._s(items.title.text) +
5454
- "\n "
5455
- ),
5456
- ]
5457
- : [_vm._v(_vm._s(items.title))],
5458
- ],
5459
- 2
5460
- ),
5461
- ])
5430
+ ? _c(
5431
+ "template",
5432
+ { slot: "label" },
5433
+ [
5434
+ typeof items.title === "object"
5435
+ ? [
5436
+ items.title.icon
5437
+ ? _c("i", { class: items.title.icon })
5438
+ : _vm._e(),
5439
+ items.title.text
5440
+ ? [
5441
+ _vm._v(
5442
+ "\n " +
5443
+ _vm._s(items.title.text) +
5444
+ "\n "
5445
+ ),
5446
+ ]
5447
+ : _vm._e(),
5448
+ Object.prototype.hasOwnProperty.call(
5449
+ items.title,
5450
+ "count"
5451
+ )
5452
+ ? _c("el-badge", {
5453
+ attrs: {
5454
+ type: "primary",
5455
+ value: items.title.count,
5456
+ max: 99,
5457
+ },
5458
+ })
5459
+ : _vm._e(),
5460
+ ]
5461
+ : [_vm._v(_vm._s(items.title))],
5462
+ ],
5463
+ 2
5464
+ )
5462
5465
  : _vm._e(),
5463
5466
  ],
5464
5467
  2
@@ -5475,7 +5478,7 @@ var staticRenderFns = []
5475
5478
  render._withStripped = true
5476
5479
 
5477
5480
 
5478
- // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=53268d69&
5481
+ // CONCATENATED MODULE: ./packages/tabs/src/main.vue?vue&type=template&id=e45be90e&
5479
5482
 
5480
5483
  // EXTERNAL MODULE: ./src/utils/util.js
5481
5484
  var util = __webpack_require__(0);