ninegrid2 6.694.0 → 6.696.0

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.
@@ -121156,6 +121156,8 @@ class nxSplitter extends HTMLElement {
121156
121156
  prev.style.height = `${delta}px`;
121157
121157
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
121158
121158
  }
121159
+
121160
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
121159
121161
  };
121160
121162
 
121161
121163
 
@@ -121152,6 +121152,8 @@ class nxSplitter extends HTMLElement {
121152
121152
  prev.style.height = `${delta}px`;
121153
121153
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
121154
121154
  }
121155
+
121156
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
121155
121157
  };
121156
121158
 
121157
121159
 
@@ -141,6 +141,8 @@ class nxSplitter extends HTMLElement {
141
141
  prev.style.height = `${delta}px`;
142
142
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
143
143
  }
144
+
145
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
144
146
  };
145
147
 
146
148
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.694.0",
4
+ "version": "6.696.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -141,6 +141,8 @@ class nxSplitter extends HTMLElement {
141
141
  prev.style.height = `${delta}px`;
142
142
  next.style.height = `${parentRect.height - (prevRect.top - parentRect.top) - delta - splitterSize}px`;
143
143
  }
144
+
145
+ console.log(e.clientX, prevRect.left, delta, prev.style.width);
144
146
  };
145
147
 
146
148