@everchron/ec-shards 8.17.3 → 8.17.5
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 +7 -5
- 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
|
@@ -10553,7 +10553,7 @@ const Vg = {
|
|
|
10553
10553
|
this.touch.mouseDown && (e.preventDefault(), this.touch.dragging = !0, this.calculatePanesSize(this.getCurrentMouseDrag(e)), this.$emit("resize", this.panes.map((s) => ({ min: s.min, max: s.max, size: s.size }))));
|
|
10554
10554
|
},
|
|
10555
10555
|
onMouseUp() {
|
|
10556
|
-
|
|
10556
|
+
this.touch.dragging && this.$emit("resized", this.panes.map((e) => ({ min: e.min, max: e.max, size: e.size }))), this.touch.mouseDown = !1, setTimeout(() => {
|
|
10557
10557
|
this.touch.dragging = !1, this.unbindEvents();
|
|
10558
10558
|
}, 100);
|
|
10559
10559
|
},
|
|
@@ -10832,7 +10832,6 @@ const Hg = {
|
|
|
10832
10832
|
function Ug(e, s, t, a, n, i) {
|
|
10833
10833
|
const r = p("ecs-pane"), c = p("ecs-splitpanes");
|
|
10834
10834
|
return o(), l("div", {
|
|
10835
|
-
onResized: s[0] || (s[0] = (d) => e.$emit("resized")),
|
|
10836
10835
|
class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
|
|
10837
10836
|
}, [
|
|
10838
10837
|
m(e.$slots, "toolbar", {}, void 0, !0),
|
|
@@ -10841,7 +10840,10 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10841
10840
|
class: v(["ecs-index-layout-wrap", [t.indent ? "indent" : ""]])
|
|
10842
10841
|
}, [
|
|
10843
10842
|
f("main", qg, [
|
|
10844
|
-
t.splitPane ? (o(), h(c, {
|
|
10843
|
+
t.splitPane ? (o(), h(c, {
|
|
10844
|
+
key: 1,
|
|
10845
|
+
onResized: s[0] || (s[0] = (d) => e.$emit("resized"))
|
|
10846
|
+
}, {
|
|
10845
10847
|
default: w(() => [
|
|
10846
10848
|
b(r, {
|
|
10847
10849
|
size: t.splitPaneSizes[0].size,
|
|
@@ -10882,9 +10884,9 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10882
10884
|
m(e.$slots, "sidebar", {}, void 0, !0)
|
|
10883
10885
|
], 6)) : u("", !0)
|
|
10884
10886
|
], 2)
|
|
10885
|
-
],
|
|
10887
|
+
], 2);
|
|
10886
10888
|
}
|
|
10887
|
-
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-
|
|
10889
|
+
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-60a69d4e"]]);
|
|
10888
10890
|
const Gg = {
|
|
10889
10891
|
name: "ecs-layout-directory",
|
|
10890
10892
|
props: {
|