ninegrid2 6.1412.0 → 6.1414.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.
@@ -28096,6 +28096,8 @@ class nxSplitter extends HTMLElement {
28096
28096
  panel.style.flex = `${newFlexBasis} ${newFlexBasis} 0`;
28097
28097
  */
28098
28098
 
28099
+ console.log(panel);
28100
+
28099
28101
  if (panel.classList.contains('sidebar')) {
28100
28102
  // 드래그가 끝난 시점의 newSize(px)를 그대로 고정값으로 할당
28101
28103
  // 이렇게 하면 비율(%)이 아니라 딱 그 픽셀만큼만 자리를 차지하게 됩니다.
@@ -28092,6 +28092,8 @@ class nxSplitter extends HTMLElement {
28092
28092
  panel.style.flex = `${newFlexBasis} ${newFlexBasis} 0`;
28093
28093
  */
28094
28094
 
28095
+ console.log(panel);
28096
+
28095
28097
  if (panel.classList.contains('sidebar')) {
28096
28098
  // 드래그가 끝난 시점의 newSize(px)를 그대로 고정값으로 할당
28097
28099
  // 이렇게 하면 비율(%)이 아니라 딱 그 픽셀만큼만 자리를 차지하게 됩니다.
@@ -172,6 +172,8 @@ class nxSplitter extends HTMLElement {
172
172
  panel.style.flex = `${newFlexBasis} ${newFlexBasis} 0`;
173
173
  */
174
174
 
175
+ console.log(panel);
176
+
175
177
  if (panel.classList.contains('sidebar')) {
176
178
  // 드래그가 끝난 시점의 newSize(px)를 그대로 고정값으로 할당
177
179
  // 이렇게 하면 비율(%)이 아니라 딱 그 픽셀만큼만 자리를 차지하게 됩니다.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1412.0",
4
+ "version": "6.1414.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -172,6 +172,8 @@ class nxSplitter extends HTMLElement {
172
172
  panel.style.flex = `${newFlexBasis} ${newFlexBasis} 0`;
173
173
  */
174
174
 
175
+ console.log(panel);
176
+
175
177
  if (panel.classList.contains('sidebar')) {
176
178
  // 드래그가 끝난 시점의 newSize(px)를 그대로 고정값으로 할당
177
179
  // 이렇게 하면 비율(%)이 아니라 딱 그 픽셀만큼만 자리를 차지하게 됩니다.