@everchron/ec-shards 8.11.11 → 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 -9
- 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,10 +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, {
|
|
10774
|
-
name: "statistics-bar",
|
|
10775
|
-
appear: ""
|
|
10776
|
-
}, {
|
|
10776
|
+
_(ke, { name: n.statisticsBarTransition }, {
|
|
10777
10777
|
default: S(() => [
|
|
10778
10778
|
e.$slots.statistics && n.showStatistics ? (o(), l("div", {
|
|
10779
10779
|
key: 0,
|
|
@@ -10784,7 +10784,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10784
10784
|
], 8, np)) : u("", !0)
|
|
10785
10785
|
]),
|
|
10786
10786
|
_: 3
|
|
10787
|
-
}),
|
|
10787
|
+
}, 8, ["name"]),
|
|
10788
10788
|
e.$slots.actionbar ? Ge((o(), b(c, { key: 1 }, {
|
|
10789
10789
|
default: S(() => [
|
|
10790
10790
|
p(e.$slots, "actionbar", {}, void 0, !0)
|
|
@@ -10812,7 +10812,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10812
10812
|
], 2)) : u("", !0)
|
|
10813
10813
|
], 2);
|
|
10814
10814
|
}
|
|
10815
|
-
const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-
|
|
10815
|
+
const f_ = /* @__PURE__ */ v(tp, [["render", cp], ["__scopeId", "data-v-94abea65"]]), dp = {
|
|
10816
10816
|
name: "ecs-legend-item",
|
|
10817
10817
|
emits: ["click"],
|
|
10818
10818
|
components: {
|