ninegrid2 6.840.0 → 6.842.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.
- package/dist/bundle.cjs.js +2 -0
- package/dist/bundle.esm.js +2 -0
- package/dist/nx/nxSplitter.js +2 -0
- package/package.json +1 -1
- package/src/nx/nxSplitter.js +2 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -121217,6 +121217,8 @@ class nxSplitter extends HTMLElement {
|
|
|
121217
121217
|
el = el.offsetParent;
|
|
121218
121218
|
}
|
|
121219
121219
|
|
|
121220
|
+
console.log(totalPadding, e.clientX, parentRect.left);
|
|
121221
|
+
|
|
121220
121222
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
121221
121223
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
121222
121224
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121213,6 +121213,8 @@ class nxSplitter extends HTMLElement {
|
|
|
121213
121213
|
el = el.offsetParent;
|
|
121214
121214
|
}
|
|
121215
121215
|
|
|
121216
|
+
console.log(totalPadding, e.clientX, parentRect.left);
|
|
121217
|
+
|
|
121216
121218
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
121217
121219
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
121218
121220
|
|
package/dist/nx/nxSplitter.js
CHANGED
package/package.json
CHANGED
package/src/nx/nxSplitter.js
CHANGED