@everchron/ec-shards 8.11.13 → 8.11.14
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 +3 -3
- 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
|
@@ -10735,12 +10735,12 @@ const u_ = /* @__PURE__ */ v(Km, [["render", ep], ["__scopeId", "data-v-dd8572c4
|
|
|
10735
10735
|
}
|
|
10736
10736
|
},
|
|
10737
10737
|
mounted() {
|
|
10738
|
-
|
|
10738
|
+
setTimeout(() => {
|
|
10739
10739
|
this.statisticsBarTransition = "statistics-bar";
|
|
10740
10740
|
}, 500);
|
|
10741
10741
|
},
|
|
10742
10742
|
created() {
|
|
10743
|
-
this.statisticsId = this.generateUniqueId();
|
|
10743
|
+
this.showStatistics = localStorage.getItem("showStatistics") !== "false", this.statisticsId = this.generateUniqueId();
|
|
10744
10744
|
}
|
|
10745
10745
|
}, sp = { class: "ecs-data-layout-content" }, ip = {
|
|
10746
10746
|
key: 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-64c88673"]]), dp = {
|
|
10816
10816
|
name: "ecs-legend-item",
|
|
10817
10817
|
emits: ["click"],
|
|
10818
10818
|
components: {
|