@everchron/ec-shards 8.11.10 → 8.11.13
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/dist/ec-shards.js +9 -6
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -10724,8 +10724,9 @@ const u_ = /* @__PURE__ */ v(Km, [["render", ep], ["__scopeId", "data-v-dd8572c4
|
|
|
10724
10724
|
},
|
|
10725
10725
|
data() {
|
|
10726
10726
|
return {
|
|
10727
|
-
showStatistics: !
|
|
10728
|
-
statisticsId: ""
|
|
10727
|
+
showStatistics: !0,
|
|
10728
|
+
statisticsId: "",
|
|
10729
|
+
statisticsBarTransition: ""
|
|
10729
10730
|
};
|
|
10730
10731
|
},
|
|
10731
10732
|
methods: {
|
|
@@ -10734,7 +10735,9 @@ const u_ = /* @__PURE__ */ v(Km, [["render", ep], ["__scopeId", "data-v-dd8572c4
|
|
|
10734
10735
|
}
|
|
10735
10736
|
},
|
|
10736
10737
|
mounted() {
|
|
10737
|
-
this.showStatistics = localStorage.getItem("showStatistics") !== "false"
|
|
10738
|
+
this.showStatistics = localStorage.getItem("showStatistics") !== "false", setTimeout(() => {
|
|
10739
|
+
this.statisticsBarTransition = "statistics-bar";
|
|
10740
|
+
}, 500);
|
|
10738
10741
|
},
|
|
10739
10742
|
created() {
|
|
10740
10743
|
this.statisticsId = this.generateUniqueId();
|
|
@@ -10770,7 +10773,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10770
10773
|
"data-test": "button-toggle-statistics"
|
|
10771
10774
|
}, null, 8, ["onClick", "type", "active", "aria-label", "title", "aria-controls"])) : u("", !0)
|
|
10772
10775
|
])) : u("", !0),
|
|
10773
|
-
_(ke, { name:
|
|
10776
|
+
_(ke, { name: n.statisticsBarTransition }, {
|
|
10774
10777
|
default: S(() => [
|
|
10775
10778
|
e.$slots.statistics && n.showStatistics ? (o(), l("div", {
|
|
10776
10779
|
key: 0,
|
|
@@ -10781,7 +10784,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10781
10784
|
], 8, np)) : u("", !0)
|
|
10782
10785
|
]),
|
|
10783
10786
|
_: 3
|
|
10784
|
-
}),
|
|
10787
|
+
}, 8, ["name"]),
|
|
10785
10788
|
e.$slots.actionbar ? Ge((o(), b(c, { key: 1 }, {
|
|
10786
10789
|
default: S(() => [
|
|
10787
10790
|
p(e.$slots, "actionbar", {}, void 0, !0)
|
|
@@ -10809,7 +10812,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10809
10812
|
], 2)) : u("", !0)
|
|
10810
10813
|
], 2);
|
|
10811
10814
|
}
|
|
10812
|
-
const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-
|
|
10815
|
+
const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-94abea65"]]), dp = {
|
|
10813
10816
|
name: "ecs-legend-item",
|
|
10814
10817
|
emits: ["click"],
|
|
10815
10818
|
components: {
|