ninegrid2 6.834.0 → 6.836.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.
@@ -121210,7 +121210,7 @@ class nxSplitter extends HTMLElement {
121210
121210
  const left = e.clientX - parentRect.left + paddingLeft;
121211
121211
  const top = e.clientY - parentRect.top + paddingTop;
121212
121212
 
121213
- console.log(left, top);
121213
+ console.log("------", left, top);
121214
121214
 
121215
121215
  // 방향별 위치 설정
121216
121216
  if (this.#mode === "h") {
@@ -121206,7 +121206,7 @@ class nxSplitter extends HTMLElement {
121206
121206
  const left = e.clientX - parentRect.left + paddingLeft;
121207
121207
  const top = e.clientY - parentRect.top + paddingTop;
121208
121208
 
121209
- console.log(left, top);
121209
+ console.log("------", left, top);
121210
121210
 
121211
121211
  // 방향별 위치 설정
121212
121212
  if (this.#mode === "h") {
@@ -65,7 +65,7 @@ class nxSplitter extends HTMLElement {
65
65
  const left = e.clientX - parentRect.left + paddingLeft;
66
66
  const top = e.clientY - parentRect.top + paddingTop;
67
67
 
68
- console.log(left, top);
68
+ console.log("------", left, top);
69
69
 
70
70
  // 방향별 위치 설정
71
71
  if (this.#mode === "h") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.834.0",
4
+ "version": "6.836.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -65,7 +65,7 @@ class nxSplitter extends HTMLElement {
65
65
  const left = e.clientX - parentRect.left + paddingLeft;
66
66
  const top = e.clientY - parentRect.top + paddingTop;
67
67
 
68
- console.log(left, top);
68
+ console.log("------", left, top);
69
69
 
70
70
  // 방향별 위치 설정
71
71
  if (this.#mode === "h") {