ninegrid2 6.706.0 → 6.707.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.
@@ -121151,11 +121151,15 @@ class nxSplitter extends HTMLElement {
121151
121151
 
121152
121152
  console.log(totalSize, delta);
121153
121153
  /**
121154
- 100/10/90
121155
- totalSize = 190;
121156
- delta = 50;
121154
+ 310/8/310
121155
+ totalSize = 620;
121156
+ delta = 32;
121157
+ totalSize - delta : 586
121157
121158
  */
121158
121159
 
121160
+ prev.style.flex = "none";
121161
+ next.style.flex = "none";
121162
+
121159
121163
  // 📌 사이즈 적용
121160
121164
  if (this.#mode === "h") {
121161
121165
  prev.style.width = `${delta}px`;
@@ -121147,11 +121147,15 @@ class nxSplitter extends HTMLElement {
121147
121147
 
121148
121148
  console.log(totalSize, delta);
121149
121149
  /**
121150
- 100/10/90
121151
- totalSize = 190;
121152
- delta = 50;
121150
+ 310/8/310
121151
+ totalSize = 620;
121152
+ delta = 32;
121153
+ totalSize - delta : 586
121153
121154
  */
121154
121155
 
121156
+ prev.style.flex = "none";
121157
+ next.style.flex = "none";
121158
+
121155
121159
  // 📌 사이즈 적용
121156
121160
  if (this.#mode === "h") {
121157
121161
  prev.style.width = `${delta}px`;
@@ -106,11 +106,15 @@ class nxSplitter extends HTMLElement {
106
106
 
107
107
  console.log(totalSize, delta);
108
108
  /**
109
- 100/10/90
110
- totalSize = 190;
111
- delta = 50;
109
+ 310/8/310
110
+ totalSize = 620;
111
+ delta = 32;
112
+ totalSize - delta : 586
112
113
  */
113
114
 
115
+ prev.style.flex = "none";
116
+ next.style.flex = "none";
117
+
114
118
  // 📌 사이즈 적용
115
119
  if (this.#mode === "h") {
116
120
  prev.style.width = `${delta}px`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.706.0",
4
+ "version": "6.707.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -106,11 +106,15 @@ class nxSplitter extends HTMLElement {
106
106
 
107
107
  console.log(totalSize, delta);
108
108
  /**
109
- 100/10/90
110
- totalSize = 190;
111
- delta = 50;
109
+ 310/8/310
110
+ totalSize = 620;
111
+ delta = 32;
112
+ totalSize - delta : 586
112
113
  */
113
114
 
115
+ prev.style.flex = "none";
116
+ next.style.flex = "none";
117
+
114
118
  // 📌 사이즈 적용
115
119
  if (this.#mode === "h") {
116
120
  prev.style.width = `${delta}px`;