ninegrid2 6.844.0 → 6.845.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 +1 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/nx/nxSplitter.js +1 -1
- package/package.json +1 -1
- package/src/nx/nxSplitter.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -121233,7 +121233,7 @@ class nxSplitter extends HTMLElement {
|
|
|
121233
121233
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
121234
121234
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
121235
121235
|
|
|
121236
|
-
console.log("
|
|
121236
|
+
console.log("5------", left, top);
|
|
121237
121237
|
|
|
121238
121238
|
// 방향별 위치 설정
|
|
121239
121239
|
if (this.#mode === "h") {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121229,7 +121229,7 @@ class nxSplitter extends HTMLElement {
|
|
|
121229
121229
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
121230
121230
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
121231
121231
|
|
|
121232
|
-
console.log("
|
|
121232
|
+
console.log("5------", left, top);
|
|
121233
121233
|
|
|
121234
121234
|
// 방향별 위치 설정
|
|
121235
121235
|
if (this.#mode === "h") {
|
package/dist/nx/nxSplitter.js
CHANGED
|
@@ -88,7 +88,7 @@ class nxSplitter extends HTMLElement {
|
|
|
88
88
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
89
89
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
90
90
|
|
|
91
|
-
console.log("
|
|
91
|
+
console.log("5------", left, top);
|
|
92
92
|
|
|
93
93
|
// 방향별 위치 설정
|
|
94
94
|
if (this.#mode === "h") {
|
package/package.json
CHANGED
package/src/nx/nxSplitter.js
CHANGED
|
@@ -88,7 +88,7 @@ class nxSplitter extends HTMLElement {
|
|
|
88
88
|
const left = e.clientX - parentRect.left + totalPadding;
|
|
89
89
|
const top = e.clientY - parentRect.top + paddingTop;
|
|
90
90
|
|
|
91
|
-
console.log("
|
|
91
|
+
console.log("5------", left, top);
|
|
92
92
|
|
|
93
93
|
// 방향별 위치 설정
|
|
94
94
|
if (this.#mode === "h") {
|