@everchron/ec-shards 8.11.13 → 8.11.15
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 +6 -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
|
@@ -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,
|
|
@@ -10764,8 +10764,8 @@ function cp(e, s, t, a, n, i) {
|
|
|
10764
10764
|
onClick: i.toggleStatistics,
|
|
10765
10765
|
type: n.showStatistics ? "primary" : "secondary",
|
|
10766
10766
|
active: n.showStatistics,
|
|
10767
|
-
"aria-label": n.showStatistics ? "Hide
|
|
10768
|
-
title: n.showStatistics ? "Hide
|
|
10767
|
+
"aria-label": n.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
10768
|
+
title: n.showStatistics ? "Hide dashboard" : "Show dashboard",
|
|
10769
10769
|
"aria-controls": n.statisticsId,
|
|
10770
10770
|
icon: "pie-chart",
|
|
10771
10771
|
"icon-only": "",
|
|
@@ -10777,7 +10777,7 @@ function cp(e, s, t, a, n, i) {
|
|
|
10777
10777
|
default: S(() => [
|
|
10778
10778
|
e.$slots.statistics && n.showStatistics ? (o(), l("div", {
|
|
10779
10779
|
key: 0,
|
|
10780
|
-
class: "ecs-data-layout-statistics",
|
|
10780
|
+
class: "ecs-data-layout-statistics scrollbar scrollbar-sml vertical",
|
|
10781
10781
|
id: n.statisticsId
|
|
10782
10782
|
}, [
|
|
10783
10783
|
p(e.$slots, "statistics", {}, 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-860bdba9"]]), dp = {
|
|
10816
10816
|
name: "ecs-legend-item",
|
|
10817
10817
|
emits: ["click"],
|
|
10818
10818
|
components: {
|