@everchron/ec-shards 8.17.6 → 8.17.7
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 +8 -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
|
@@ -10818,6 +10818,11 @@ const Hg = {
|
|
|
10818
10818
|
sidebarPosition() {
|
|
10819
10819
|
return this.overlaySidebar && this.$slots.sidebar ? "bottom: 40px;" : "bottom: 0px;";
|
|
10820
10820
|
}
|
|
10821
|
+
},
|
|
10822
|
+
methods: {
|
|
10823
|
+
resized() {
|
|
10824
|
+
console.log("resized:layout-index"), this.$emit("resized");
|
|
10825
|
+
}
|
|
10821
10826
|
}
|
|
10822
10827
|
}, qg = { class: "ecs-index-layout-contents" }, Wg = {
|
|
10823
10828
|
key: 0,
|
|
@@ -10839,7 +10844,7 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10839
10844
|
f("main", qg, [
|
|
10840
10845
|
t.splitPane ? (o(), h(c, {
|
|
10841
10846
|
key: 1,
|
|
10842
|
-
onResized:
|
|
10847
|
+
onResized: i.resized
|
|
10843
10848
|
}, {
|
|
10844
10849
|
default: w(() => [
|
|
10845
10850
|
b(r, {
|
|
@@ -10866,7 +10871,7 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10866
10871
|
}, 8, ["size", "minSize", "maxSize"])) : u("", !0)
|
|
10867
10872
|
]),
|
|
10868
10873
|
_: 3
|
|
10869
|
-
})) : (o(), l("div", Wg, [
|
|
10874
|
+
}, 8, ["onResized"])) : (o(), l("div", Wg, [
|
|
10870
10875
|
m(e.$slots, "default", {}, void 0, !0)
|
|
10871
10876
|
])),
|
|
10872
10877
|
e.$slots.pagination ? (o(), l("div", jg, [
|
|
@@ -10883,7 +10888,7 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10883
10888
|
], 2)
|
|
10884
10889
|
], 2);
|
|
10885
10890
|
}
|
|
10886
|
-
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-
|
|
10891
|
+
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-c3a452d5"]]);
|
|
10887
10892
|
const Gg = {
|
|
10888
10893
|
name: "ecs-layout-directory",
|
|
10889
10894
|
props: {
|