ninegrid2 6.1103.0 → 6.1107.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 -2
- package/dist/bundle.esm.js +2 -2
- package/dist/nx/nxLayout.js +2 -2
- package/package.json +1 -1
- package/src/nx/nxLayout.js +2 -2
package/dist/bundle.cjs.js
CHANGED
|
@@ -121909,7 +121909,7 @@ class NxLayout extends HTMLElement {
|
|
|
121909
121909
|
this.style.display = 'flex';
|
|
121910
121910
|
this.style.flexDirection = 'column'; // 'flex-direction' 대신 CamelCase 사용
|
|
121911
121911
|
this.style.width = '100%';
|
|
121912
|
-
this.style.height = '100%';
|
|
121912
|
+
//this.style.height = '100%';
|
|
121913
121913
|
//this.style.overflow = 'hidden'; // 부모 요소에 스크롤 방지
|
|
121914
121914
|
|
|
121915
121915
|
let childIndex = 0;
|
|
@@ -121921,7 +121921,7 @@ class NxLayout extends HTMLElement {
|
|
|
121921
121921
|
const rowWrapper = document.createElement('div');
|
|
121922
121922
|
rowWrapper.style.display = 'flex';
|
|
121923
121923
|
rowWrapper.style.flex = "1 1 0";//`1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
121924
|
-
rowWrapper.style.
|
|
121924
|
+
rowWrapper.style.width = '100%';
|
|
121925
121925
|
//rowWrapper.style.minWidth = '0';
|
|
121926
121926
|
//rowWrapper.style.minHeight = '0';
|
|
121927
121927
|
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
package/dist/bundle.esm.js
CHANGED
|
@@ -121905,7 +121905,7 @@ class NxLayout extends HTMLElement {
|
|
|
121905
121905
|
this.style.display = 'flex';
|
|
121906
121906
|
this.style.flexDirection = 'column'; // 'flex-direction' 대신 CamelCase 사용
|
|
121907
121907
|
this.style.width = '100%';
|
|
121908
|
-
this.style.height = '100%';
|
|
121908
|
+
//this.style.height = '100%';
|
|
121909
121909
|
//this.style.overflow = 'hidden'; // 부모 요소에 스크롤 방지
|
|
121910
121910
|
|
|
121911
121911
|
let childIndex = 0;
|
|
@@ -121917,7 +121917,7 @@ class NxLayout extends HTMLElement {
|
|
|
121917
121917
|
const rowWrapper = document.createElement('div');
|
|
121918
121918
|
rowWrapper.style.display = 'flex';
|
|
121919
121919
|
rowWrapper.style.flex = "1 1 0";//`1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
121920
|
-
rowWrapper.style.
|
|
121920
|
+
rowWrapper.style.width = '100%';
|
|
121921
121921
|
//rowWrapper.style.minWidth = '0';
|
|
121922
121922
|
//rowWrapper.style.minHeight = '0';
|
|
121923
121923
|
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
package/dist/nx/nxLayout.js
CHANGED
|
@@ -39,7 +39,7 @@ class NxLayout extends HTMLElement {
|
|
|
39
39
|
this.style.display = 'flex';
|
|
40
40
|
this.style.flexDirection = 'column'; // 'flex-direction' 대신 CamelCase 사용
|
|
41
41
|
this.style.width = '100%';
|
|
42
|
-
this.style.height = '100%';
|
|
42
|
+
//this.style.height = '100%';
|
|
43
43
|
//this.style.overflow = 'hidden'; // 부모 요소에 스크롤 방지
|
|
44
44
|
|
|
45
45
|
let childIndex = 0;
|
|
@@ -52,7 +52,7 @@ class NxLayout extends HTMLElement {
|
|
|
52
52
|
const rowWrapper = document.createElement('div');
|
|
53
53
|
rowWrapper.style.display = 'flex';
|
|
54
54
|
rowWrapper.style.flex = "1 1 0";//`1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
55
|
-
rowWrapper.style.
|
|
55
|
+
rowWrapper.style.width = '100%';
|
|
56
56
|
//rowWrapper.style.minWidth = '0';
|
|
57
57
|
//rowWrapper.style.minHeight = '0';
|
|
58
58
|
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|
package/package.json
CHANGED
package/src/nx/nxLayout.js
CHANGED
|
@@ -39,7 +39,7 @@ class NxLayout extends HTMLElement {
|
|
|
39
39
|
this.style.display = 'flex';
|
|
40
40
|
this.style.flexDirection = 'column'; // 'flex-direction' 대신 CamelCase 사용
|
|
41
41
|
this.style.width = '100%';
|
|
42
|
-
this.style.height = '100%';
|
|
42
|
+
//this.style.height = '100%';
|
|
43
43
|
//this.style.overflow = 'hidden'; // 부모 요소에 스크롤 방지
|
|
44
44
|
|
|
45
45
|
let childIndex = 0;
|
|
@@ -52,7 +52,7 @@ class NxLayout extends HTMLElement {
|
|
|
52
52
|
const rowWrapper = document.createElement('div');
|
|
53
53
|
rowWrapper.style.display = 'flex';
|
|
54
54
|
rowWrapper.style.flex = "1 1 0";//`1 1 ${flexBasis}%`; // 모든 행이 균등한 높이를 갖도록 설정
|
|
55
|
-
rowWrapper.style.
|
|
55
|
+
rowWrapper.style.width = '100%';
|
|
56
56
|
//rowWrapper.style.minWidth = '0';
|
|
57
57
|
//rowWrapper.style.minHeight = '0';
|
|
58
58
|
//rowWrapper.style.gap = '8px'; // Flexbox 간격 설정
|