mooho-base-admin-plus 0.4.55 → 0.4.56

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.
@@ -20034,7 +20034,7 @@ var shortcutApi = {
20034
20034
  });
20035
20035
  }
20036
20036
  };
20037
- var shortcut_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".shortcut p[data-v-68ff5132]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}\n")();
20037
+ var shortcut_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".shortcut p[data-v-454cda1d]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}\n")();
20038
20038
  const _sfc_main$1o = {
20039
20039
  name: "home",
20040
20040
  mixins: [mixinPage],
@@ -20136,7 +20136,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
20136
20136
  createElementVNode("div", null, [
20137
20137
  createVNode$1(_component_Tooltip, {
20138
20138
  placement: "top",
20139
- content: "$t('Front_Label_Setting')"
20139
+ content: _ctx.$t("Front_Label_Setting")
20140
20140
  }, {
20141
20141
  default: withCtx(() => [
20142
20142
  createVNode$1(_component_Icon, {
@@ -20146,7 +20146,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
20146
20146
  })
20147
20147
  ]),
20148
20148
  _: 1
20149
- })
20149
+ }, 8, ["content"])
20150
20150
  ])
20151
20151
  ]),
20152
20152
  default: withCtx(() => [
@@ -20240,7 +20240,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
20240
20240
  }, 8, ["onOnDragDrop"])
20241
20241
  ]);
20242
20242
  }
20243
- var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-68ff5132"]]);
20243
+ var Shortcut = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__scopeId", "data-v-454cda1d"]]);
20244
20244
  const _sfc_main$1n = {
20245
20245
  name: "notice-list",
20246
20246
  mixins: [mixinPage],
@@ -30490,6 +30490,7 @@ const _sfc_main$J = {
30490
30490
  },
30491
30491
  tooltip: {},
30492
30492
  legend: {
30493
+ show: !!this.setting.chartShowLegend,
30493
30494
  orient: this.setting.chartLegendOrient == null ? null : this.setting.chartLegendOrient,
30494
30495
  left: this.setting.chartLegendAlign == null ? "right" : this.setting.chartLegendAlign
30495
30496
  }