@everchron/ec-shards 8.17.0 → 8.17.3
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
|
@@ -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
|
-
this.touch.dragging && this.$emit("resized", this.panes.map((e) => ({ min: e.min, max: e.max, size: e.size }))), this.touch.mouseDown = !1, setTimeout(() => {
|
|
10556
|
+
console.log("omu"), this.touch.dragging && (this.$emit("resized", this.panes.map((e) => ({ min: e.min, max: e.max, size: e.size }))), console.log("resize emitted")), this.touch.mouseDown = !1, setTimeout(() => {
|
|
10557
10557
|
this.touch.dragging = !1, this.unbindEvents();
|
|
10558
10558
|
}, 100);
|
|
10559
10559
|
},
|
|
@@ -10832,7 +10832,7 @@ 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] = (
|
|
10835
|
+
onResized: s[0] || (s[0] = (d) => e.$emit("resized")),
|
|
10836
10836
|
class: v(["ecs-index-layout", [t.backgroundWhite ? "background-white" : ""]])
|
|
10837
10837
|
}, [
|
|
10838
10838
|
m(e.$slots, "toolbar", {}, void 0, !0),
|
|
@@ -10884,7 +10884,7 @@ function Ug(e, s, t, a, n, i) {
|
|
|
10884
10884
|
], 2)
|
|
10885
10885
|
], 34);
|
|
10886
10886
|
}
|
|
10887
|
-
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-
|
|
10887
|
+
const db = /* @__PURE__ */ _(Hg, [["render", Ug], ["__scopeId", "data-v-8d5eee73"]]);
|
|
10888
10888
|
const Gg = {
|
|
10889
10889
|
name: "ecs-layout-directory",
|
|
10890
10890
|
props: {
|